Click here to Skip to main content
15,914,481 members
Home / Discussions / C#
   

C#

 
General[Message Deleted] Pin
monSur hoq12-Feb-08 1:06
monSur hoq12-Feb-08 1:06 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
Joachim Kerschbaumer12-Feb-08 1:12
Joachim Kerschbaumer12-Feb-08 1:12 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
monSur hoq12-Feb-08 1:24
monSur hoq12-Feb-08 1:24 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
Joachim Kerschbaumer12-Feb-08 2:05
Joachim Kerschbaumer12-Feb-08 2:05 
AnswerRe: How can I capture window of a client using C# and asp3.0? Pin
Guffa12-Feb-08 0:46
Guffa12-Feb-08 0:46 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
monSur hoq12-Feb-08 0:59
monSur hoq12-Feb-08 0:59 
GeneralRe: How can I capture window of a client using C# and asp3.0? Pin
Guffa12-Feb-08 3:30
Guffa12-Feb-08 3:30 
GeneralThe ConnectionString property has not been initialized Pin
D i x y11-Feb-08 23:08
D i x y11-Feb-08 23:08 
Hello friends,
I am developing an windows application and making connection string in APP.config file like this:

<configuration>
<appsettings>
<add key="ChatConnectionString">
value="Data Source=sql.xyz.com; Initial Catalog =mydatabase; uid=xyz; pwd=xyz;"/>



now i am using this connction string in my application like this:

SqlConnection con = new SqlConnection();
con.ConnectionString = ConfigurationSettings.AppSettings["ChatConnectionString"];

but ist showing an error that "THE ConnectionString property has not been initialized"

Please giv me any appropriate solution
GeneralRe: The ConnectionString property has not been initialized Pin
Joachim Kerschbaumer12-Feb-08 0:03
Joachim Kerschbaumer12-Feb-08 0:03 
GeneralRe: The ConnectionString property has not been initialized Pin
Ravenet12-Feb-08 15:03
Ravenet12-Feb-08 15:03 
QuestionVS2005 Problem ?? Pin
stancrm11-Feb-08 22:38
stancrm11-Feb-08 22:38 
AnswerRe: VS2005 Problem ?? Pin
Christian Graus11-Feb-08 22:49
protectorChristian Graus11-Feb-08 22:49 
AnswerRe: VS2005 Problem ?? Pin
blakey40412-Feb-08 2:00
blakey40412-Feb-08 2:00 
GeneralBenchmarking code snippets Pin
invictus311-Feb-08 22:15
invictus311-Feb-08 22:15 
GeneralRe: Benchmarking code snippets Pin
Luc Pattyn11-Feb-08 23:06
sitebuilderLuc Pattyn11-Feb-08 23:06 
GeneralRe: Benchmarking code snippets Pin
invictus311-Feb-08 23:09
invictus311-Feb-08 23:09 
GeneralRe: Benchmarking code snippets Pin
DavidNohejl11-Feb-08 23:21
DavidNohejl11-Feb-08 23:21 
GeneralRe: Benchmarking code snippets Pin
invictus311-Feb-08 23:35
invictus311-Feb-08 23:35 
QuestionDoes Design Time property builder cause more loading time for a Windows Custom Control ? Pin
BusinessMan11-Feb-08 21:46
BusinessMan11-Feb-08 21:46 
AnswerRe: Does Design Time property builder cause more loading time for a Windows Custom Control ? Pin
Ravenet12-Feb-08 15:06
Ravenet12-Feb-08 15:06 
QuestionNot sure if RichTextBox can do this? Pin
Dewald11-Feb-08 21:29
Dewald11-Feb-08 21:29 
AnswerRe: Not sure if RichTextBox can do this? Pin
stancrm11-Feb-08 22:35
stancrm11-Feb-08 22:35 
GeneralRe: Not sure if RichTextBox can do this? Pin
Dewald11-Feb-08 22:54
Dewald11-Feb-08 22:54 
AnswerRe: Not sure if RichTextBox can do this? Pin
MohammadAmiry11-Feb-08 22:51
MohammadAmiry11-Feb-08 22:51 
GeneralRe: Not sure if RichTextBox can do this? Pin
Dewald11-Feb-08 22:56
Dewald11-Feb-08 22:56 

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.