plaese help me about sqlconnection string

bahram

Member
Joined
May 1, 2006
Messages
13
Programming Experience
1-3
i have a server and a client my sqldatabase in server and my program in client.
in vs.net 2003 i drag conection string in my form and in windows form generated code i find connectionstring1.connectionstring="..........."
then i pace value to a variable for example constr that this save in text file and my program work.
but in vs.net 2005 dont find windows form generated code now i dont work ?


perevius i build a text file and save connection string in this file but now i dont know? please help me for my connection string ?


thanks a lot my dears.
 
I believe in .Net 2.0 the windows forms designer generated bit is stored in a separate partial class. Have a look in the solution explorer, it'll be in there somewhere.
 
Back
Top