Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > september 2005 > threads for thursday september 8

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Potential Loop
Posted by tascien at 9/8/2005 11:33:56 PM
Please look at the code below: Would this code cause an infinite loop at any logic? Sub Page_Load( sender , e ) handles Mybase.Load sw = new StringWriter hw = new HtmlTextWriter(sw) MyBase.Render(hw) '<-- would this code call this sub again, 'thus causing infinite loop? hw.close ...more >>


ASP.NET Oledb data connection
Posted by Frank Xia at 9/8/2005 7:19:02 PM
When I try to build a oedb data connection, I got an error message saying "Invalid path or you have to connect to the server the database is resided". I can see dataset through Data - Preview dataset. I don't what could be the problem. Can soemone please help me with this ASP.net beginner's qu...more >>

Help with app performance
Posted by Chris at 9/8/2005 6:49:02 PM
Hi, I needed a way to post a message to MSMQ form SQL Server so I found some info online and created a console app Sub Main(ByVal args() As String) Dim msgQueue As MessageQueue = New MessageQueue(QUEUE_NAME) Dim oObject As String Try 'msgQueue = ...more >>

SQL Access security from Window Application
Posted by John J. Hughes II at 9/8/2005 10:13:38 AM
I am having some major problem with maintaining security for my windows application to the SQL. Currently my application access the SQL using System.Data.SqlClient and all forms use stored procedures. It seems the preferred method is to restrict access to all table and then to set the exec...more >>

AppDomain creation gets increasingly expensive
Posted by Chris Lacey at 9/8/2005 9:49:02 AM
Hi, I'm currently writing a scheduling service which starts a number DotNet executables, each within a new AppDomain, every ten seconds. The guts of the code is as follows: // For each executable in the list of tasks for (int i = 0; i < this.processTasks.Length; i++) { ...more >>

PocketPC and ODBC database
Posted by Lau at 9/8/2005 4:00:02 AM
I need to synchronize data between a PocketPC application (C#) and a FileMaker database every time the PocketPC is in it’s cradle. FileMaker has a ODBC-plugin, but SQL.CE unly allow me to interact with a MS SQL Server? Should I try to establish a Serial connection? Is this possible while Act...more >>

about displaying data in datalist control
Posted by Yoshitha at 9/8/2005 12:00:00 AM
hi I have datalist control in my ASP.NET application the problem here is i have used a textbox with multiline true propertly when i enter data like "fdjsfhjksdhfjsdfhsdjhfsdfhsdjfhsd jfdsjfksdjfksdjkfjsdfjksdjfsdjfd fdsfhjsdhfjsdhfjf dsjf dsjfhjsdfhjksdh d fdsjf hsdjkfhdjsf...more >>



DevelopmentNow Blog