Click here to Skip to main content
15,910,787 members
Home / Discussions / C#
   

C#

 
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 
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 
Hi Guy
In your above code have two possiblity for that error will come
1.Your connection string not in AppSettings Tag in App.Config
2.if Connectionstring with in the AppSettings, key name will be wrong.


So Check those two and call correct way.

if you connectingstring in ConnectionString Tag in AppConfig.config file, u must call like this.
ConfigurationManager.ConnectionString["KeyName"];

or ur way is right.

check those two possiblity and change your code and run.

Thanks

Cheers
RRave
MCTS,MCPD



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 
AnswerRe: Not sure if RichTextBox can do this? Pin
Luc Pattyn11-Feb-08 23:09
sitebuilderLuc Pattyn11-Feb-08 23:09 
GeneralRe: Not sure if RichTextBox can do this? Pin
Dewald11-Feb-08 23:16
Dewald11-Feb-08 23:16 

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.