Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: User Control Pin
sathyanarayanan_v0424-Jun-07 2:22
sathyanarayanan_v0424-Jun-07 2:22 
QuestionGetting informations regarding software installed in a system Pin
vijay_chaudhary23-Jun-07 22:03
vijay_chaudhary23-Jun-07 22:03 
QuestionHow to connect to Database....... Pin
Hemant Garg23-Jun-07 21:23
Hemant Garg23-Jun-07 21:23 
QuestionAdding rows to Gridview programtically Pin
Hassan Amaar23-Jun-07 20:55
Hassan Amaar23-Jun-07 20:55 
AnswerRe: Adding rows to Gridview programtically Pin
Tarik Guney24-Jun-07 0:12
Tarik Guney24-Jun-07 0:12 
Questionhow to include a file to an asp.net project Pin
dbn83123-Jun-07 19:03
dbn83123-Jun-07 19:03 
AnswerRe: how to include a file to an asp.net project Pin
Sathesh Sakthivel23-Jun-07 19:11
Sathesh Sakthivel23-Jun-07 19:11 
Questionconnecting to database is a serious problem Pin
Hemant Garg23-Jun-07 8:41
Hemant Garg23-Jun-07 8:41 
Hello to every One,
i'm using database in my web form for login and user purpose.. due to some reasons i have to format my pc.
after that when i again re-install sql server 2000 and visual studio7 i'm unable to connecto to the database in the following line:

Protected sqlconnection1 As SqlConnection = New SqlConnection("data source=.;initial catalog=daccrop;persist security info=False;user id=dac1605;pwd=dac1605;workstation id=self;packet size=4096")

Actually i have changed the server and computer name in my new installation i.e from "DAC_147_347" to "garg" and again i don't remember how the authentication was done i.e windows or by sql server login. Following is the modified coding for connecting to database..

Protected sqlconnection1 As SqlConnection = New SqlConnection("data source=GARG;initial catalog=dac1605;integrated security=SSPI;persist security info=False;workstation id=GARG;packet size=4096")

This is still not working..
suggest me how should i know the setting done in sql server and after knowing how should i implement it.
Thank You..

AnswerRe: connecting to database is a serious problem Pin
WillemM23-Jun-07 10:26
WillemM23-Jun-07 10:26 
GeneralRe: connecting to database is a serious problem Pin
Hemant Garg23-Jun-07 21:19
Hemant Garg23-Jun-07 21:19 
GeneralRe: connecting to database is a serious problem Pin
WillemM24-Jun-07 2:21
WillemM24-Jun-07 2:21 
Questionhi Pin
dbn83123-Jun-07 6:33
dbn83123-Jun-07 6:33 
AnswerRe: hi Pin
Manas Bhardwaj23-Jun-07 7:38
professionalManas Bhardwaj23-Jun-07 7:38 
AnswerRe: hi Pin
Christian Graus23-Jun-07 13:31
protectorChristian Graus23-Jun-07 13:31 
AnswerRe: hi Pin
Sathesh Sakthivel23-Jun-07 14:57
Sathesh Sakthivel23-Jun-07 14:57 
AnswerRe: hi Pin
Tarik Guney24-Jun-07 0:13
Tarik Guney24-Jun-07 0:13 
GeneralRe: hi Pin
Christian Graus24-Jun-07 1:18
protectorChristian Graus24-Jun-07 1:18 
GeneralRe: hi Pin
Sathesh Sakthivel24-Jun-07 1:52
Sathesh Sakthivel24-Jun-07 1:52 
GeneralRe: hi Pin
Tarik Guney24-Jun-07 7:32
Tarik Guney24-Jun-07 7:32 
GeneralASP Starter Kits - Personal - Adding Page Comments... Pin
code-frog23-Jun-07 4:52
professionalcode-frog23-Jun-07 4:52 
GeneralRe: ASP Starter Kits - Personal - Adding Page Comments... Pin
Christian Graus23-Jun-07 13:34
protectorChristian Graus23-Jun-07 13:34 
GeneralRe: ASP Starter Kits - Personal - Adding Page Comments... Pin
WillemM23-Jun-07 23:26
WillemM23-Jun-07 23:26 
Questionproblem in javascript in mozila browser Pin
Imran Khan Pathan23-Jun-07 4:24
Imran Khan Pathan23-Jun-07 4:24 
AnswerRe: problem in javascript in mozila browser Pin
Vipin.d23-Jun-07 4:32
Vipin.d23-Jun-07 4:32 
AnswerRe: problem in javascript in mozila browser Pin
Fred_Smith23-Jun-07 4:38
Fred_Smith23-Jun-07 4:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.