Click here to Skip to main content
15,922,407 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to get data into the dropdown list from database table(c#) Pin
albCode15-Jun-06 5:11
albCode15-Jun-06 5:11 
AnswerRe: How to get data into the dropdown list from database table(c#) Pin
varshavmane15-Jun-06 5:34
varshavmane15-Jun-06 5:34 
QuestionStatic instances Pin
Dario Solera15-Jun-06 4:33
Dario Solera15-Jun-06 4:33 
AnswerRe: Static instances Pin
Colin Angus Mackay15-Jun-06 5:17
Colin Angus Mackay15-Jun-06 5:17 
GeneralRe: Static instances Pin
Dario Solera15-Jun-06 5:23
Dario Solera15-Jun-06 5:23 
AnswerRe: Static instances Pin
Guffa15-Jun-06 5:22
Guffa15-Jun-06 5:22 
GeneralRe: Static instances Pin
Dario Solera15-Jun-06 5:24
Dario Solera15-Jun-06 5:24 
QuestionHow to point to localhost? Pin
leckey15-Jun-06 4:19
leckey15-Jun-06 4:19 
I am working on an ASP.NET project where I make a call to a database. I know how to create a key in the web.config file to point to the actual server, but I made a copy of the database on my local computer and want it to point to that.

Real Server:
<add key="ConnectionString" value="Data Source=SERVER-SQLSC1;Initial Catalog=Parts;User ID=user;Password=morecowbell" />

What I tried for localhost:
<add key = "ConnectionString" value = "Data Source = localhost;Initial Catalog=PartsDB;"/>
(I named the copy PartsDB to avoid confusion.)

What am I doing wrong here?
AnswerRe: How to point to localhost? Pin
Paddy Boyd15-Jun-06 4:21
Paddy Boyd15-Jun-06 4:21 
GeneralRe: How to point to localhost? Pin
leckey15-Jun-06 4:25
leckey15-Jun-06 4:25 
GeneralRe: How to point to localhost? Pin
Paddy Boyd15-Jun-06 4:26
Paddy Boyd15-Jun-06 4:26 
GeneralRe: How to point to localhost? [modified] Pin
leckey15-Jun-06 4:28
leckey15-Jun-06 4:28 
GeneralRe: How to point to localhost? Pin
Paddy Boyd15-Jun-06 4:31
Paddy Boyd15-Jun-06 4:31 
GeneralRe: How to point to localhost? Pin
leckey15-Jun-06 4:33
leckey15-Jun-06 4:33 
GeneralRe: How to point to localhost? Pin
Paddy Boyd15-Jun-06 4:31
Paddy Boyd15-Jun-06 4:31 
GeneralRe: How to point to localhost? Pin
leckey15-Jun-06 4:36
leckey15-Jun-06 4:36 
GeneralRe: How to point to localhost? Pin
Paddy Boyd15-Jun-06 4:37
Paddy Boyd15-Jun-06 4:37 
GeneralRe: How to point to localhost? Pin
leckey15-Jun-06 4:38
leckey15-Jun-06 4:38 
QuestionUsing Script to query Access Pin
RX Maverick15-Jun-06 3:58
RX Maverick15-Jun-06 3:58 
AnswerRe: Using Script to query Access Pin
RichardGrimmer15-Jun-06 5:20
RichardGrimmer15-Jun-06 5:20 
QuestionHow do I join FirstName and LastName in a datagrid and make it as "Lesse Name"? Pin
Slow Learner15-Jun-06 3:54
Slow Learner15-Jun-06 3:54 
AnswerRe: How do I join FirstName and LastName in a datagrid and make it as "Lesse Name"? Pin
albCode15-Jun-06 4:49
albCode15-Jun-06 4:49 
GeneralRe: How do I join FirstName and LastName in a datagrid and make it as "Lesse Name"? Pin
Slow Learner15-Jun-06 4:53
Slow Learner15-Jun-06 4:53 
GeneralRe: How do I join FirstName and LastName in a datagrid and make it as "Lesse Name"? Pin
albCode15-Jun-06 5:16
albCode15-Jun-06 5:16 
GeneralRe: How do I join FirstName and LastName in a datagrid and make it as "Lesse Name"? Pin
Slow Learner15-Jun-06 5:20
Slow Learner15-Jun-06 5:20 

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.