Click here to Skip to main content
16,012,061 members
Home / Discussions / C#
   

C#

 
AnswerRe: Act like message box Pin
Dan Neely13-Jun-06 10:20
Dan Neely13-Jun-06 10:20 
GeneralRe: Act like message box Pin
Elina Blank13-Jun-06 10:36
sitebuilderElina Blank13-Jun-06 10:36 
GeneralRe: Act like message box Pin
donkaiser13-Jun-06 11:04
donkaiser13-Jun-06 11:04 
AnswerRe: Act like message box Pin
Elina Blank13-Jun-06 10:35
sitebuilderElina Blank13-Jun-06 10:35 
QuestionOut of memory Pin
Nick H. Lauritsen13-Jun-06 10:18
Nick H. Lauritsen13-Jun-06 10:18 
AnswerRe: Out of memory Pin
gantww13-Jun-06 10:50
gantww13-Jun-06 10:50 
GeneralRe: Out of memory [modified] Pin
Nick H. Lauritsen14-Jun-06 8:42
Nick H. Lauritsen14-Jun-06 8:42 
QuestionWeb.config file for localhost Pin
leckey13-Jun-06 9:46
leckey13-Jun-06 9:46 
I wasn't sure which board to post this because it's not technically just C#, or just ASP.NET so I apologize in advance.

I have a connection string key to a SQL Server database. I made a copy of the database on my computer so I can test the edit function of nested datagrids (which I've read can be tricky).

I've never had to point to my own machine before and my key is giving me errors.

This is how I point to the actual real server:
<add key="ConnectionString" value="Data Source=SERVER-SQLSC1;Initial Catalog=Parts;User ID=aspuser;Password=crlamo5" />

This is what I tried for localhost:
<add key = "ConnectionString" value = "Data Source = localhost;Initial Catalog=PartsDB;"/>

I renamed the database PartsDB to avoid confusion. My computer's name is PROC-PC-11. I tried that instead of localhost and I still had an error when trying to retrieve data from the database.

Can someone point me in the right direction?

Many thanks as always!
QuestionCentering text with respect to width of UserControl Pin
TheBlindWatchmaker13-Jun-06 8:25
TheBlindWatchmaker13-Jun-06 8:25 
AnswerRe: Centering text with respect to width of UserControl Pin
Dustin Metzgar13-Jun-06 8:37
Dustin Metzgar13-Jun-06 8:37 
GeneralRe: Centering text with respect to width of UserControl Pin
TheBlindWatchmaker13-Jun-06 8:44
TheBlindWatchmaker13-Jun-06 8:44 
AnswerRe: Centering text with respect to width of UserControl Pin
NaNg1524113-Jun-06 8:44
NaNg1524113-Jun-06 8:44 
GeneralRe: Centering text with respect to width of UserControl Pin
TheBlindWatchmaker13-Jun-06 8:46
TheBlindWatchmaker13-Jun-06 8:46 
AnswerRe: removing a table with DataSet Pin
Mr. VB.NET13-Jun-06 12:49
Mr. VB.NET13-Jun-06 12:49 
GeneralRe: removing a table with DataSet Pin
Mr. VB.NET14-Jun-06 5:08
Mr. VB.NET14-Jun-06 5:08 
GeneralRe: removing a table with DataSet Pin
Mr. VB.NET14-Jun-06 6:39
Mr. VB.NET14-Jun-06 6:39 
GeneralRe: removing a table with DataSet Pin
Mr. VB.NET14-Jun-06 6:48
Mr. VB.NET14-Jun-06 6:48 
GeneralRe: removing a table with DataSet Pin
Mr. VB.NET14-Jun-06 11:03
Mr. VB.NET14-Jun-06 11:03 
QuestionCancel = operator on collection Pin
NaNg1524113-Jun-06 7:34
NaNg1524113-Jun-06 7:34 
AnswerRe: Cancel = operator on collection Pin
Dustin Metzgar13-Jun-06 7:44
Dustin Metzgar13-Jun-06 7:44 
GeneralRe: Cancel = operator on collection Pin
NaNg1524113-Jun-06 8:10
NaNg1524113-Jun-06 8:10 
QuestionDelegates throwing Null Exception Pin
acezrwild81713-Jun-06 7:28
acezrwild81713-Jun-06 7:28 
AnswerRe: Delegates throwing Null Exception Pin
gantww13-Jun-06 7:39
gantww13-Jun-06 7:39 
GeneralRe: Delegates throwing Null Exception Pin
acezrwild81713-Jun-06 7:58
acezrwild81713-Jun-06 7:58 
GeneralRe: Delegates throwing Null Exception Pin
gantww13-Jun-06 8:14
gantww13-Jun-06 8:14 

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.