Click here to Skip to main content
15,917,538 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionerror creating control crystalreportsector. Pin
rutav3-Apr-07 19:00
rutav3-Apr-07 19:00 
Questionwhat is GUID ? Pin
siddisagar3-Apr-07 18:50
siddisagar3-Apr-07 18:50 
AnswerRe: what is GUID ? Pin
enjoycrack3-Apr-07 18:57
enjoycrack3-Apr-07 18:57 
QuestionNeed Answer Pin
siddisagar3-Apr-07 18:00
siddisagar3-Apr-07 18:00 
AnswerRe: Need Answer Pin
Colin Angus Mackay3-Apr-07 21:11
Colin Angus Mackay3-Apr-07 21:11 
Questionhelp me check my executescaler Pin
neodeaths3-Apr-07 17:50
neodeaths3-Apr-07 17:50 
AnswerRe: help me check my executescaler Pin
enjoycrack3-Apr-07 17:59
enjoycrack3-Apr-07 17:59 
GeneralRe: help me check my executescaler Pin
neodeaths3-Apr-07 18:46
neodeaths3-Apr-07 18:46 
GeneralRe: help me check my executescaler Pin
enjoycrack3-Apr-07 18:54
enjoycrack3-Apr-07 18:54 
GeneralRe: help me check my executescaler Pin
neodeaths3-Apr-07 19:37
neodeaths3-Apr-07 19:37 
AnswerRe: help me check my executescaler Pin
Venkatesh Mookkan3-Apr-07 18:52
Venkatesh Mookkan3-Apr-07 18:52 
GeneralRe: help me check my executescaler Pin
neodeaths3-Apr-07 19:11
neodeaths3-Apr-07 19:11 
GeneralRe: help me check my executescaler Pin
Venkatesh Mookkan3-Apr-07 19:42
Venkatesh Mookkan3-Apr-07 19:42 
GeneralRe: help me check my executescaler Pin
neodeaths3-Apr-07 20:10
neodeaths3-Apr-07 20:10 
GeneralRe: help me check my executescaler Pin
neodeaths3-Apr-07 20:38
neodeaths3-Apr-07 20:38 
GeneralRe: help me check my executescaler Pin
Venkatesh Mookkan3-Apr-07 21:14
Venkatesh Mookkan3-Apr-07 21:14 
neodeaths wrote:
SqlConnection conn = new SqlConnection(ConfigurationManager.AppSettings["connectionStrings"]);


SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["HASDBConnectionString1"]);

Do not use ConfigurationManager.AppSettings as you have placed the key inside connectionStrings section of the configuration file.

neodeaths wrote:
SqlConnection conn = new SqlConnection(ConfigurationManager.AppSettings["ConnectionStrings"]);


The ConnectionString is the key name you specified in the web.config file in the connectionStrings section. In your configuration file you are using HASDBConnectionString1 as the key name.


Regards,
Venkatesh Mookkan.
Software Engineer, India
My: Website | Yahoo Group

GeneralRe: help me check my executescaler Pin
neodeaths3-Apr-07 21:23
neodeaths3-Apr-07 21:23 
GeneralRe: help me check my executescaler Pin
Venkatesh Mookkan3-Apr-07 21:34
Venkatesh Mookkan3-Apr-07 21:34 
GeneralRe: help me check my executescaler Pin
neodeaths3-Apr-07 21:43
neodeaths3-Apr-07 21:43 
GeneralRe: help me check my executescaler Pin
Colin Angus Mackay3-Apr-07 21:14
Colin Angus Mackay3-Apr-07 21:14 
AnswerRe: help me check my executescaler Pin
meghak3-Apr-07 21:47
meghak3-Apr-07 21:47 
QuestionAccessing IIS server from other computers.. Pin
MinhajuddinK3-Apr-07 16:28
MinhajuddinK3-Apr-07 16:28 
AnswerRe: Accessing IIS server from other computers.. Pin
N a v a n e e t h3-Apr-07 17:11
N a v a n e e t h3-Apr-07 17:11 
AnswerRe: Accessing IIS server from other computers.. Pin
Venkatesh Mookkan3-Apr-07 18:56
Venkatesh Mookkan3-Apr-07 18:56 
QuestionRetrieving ViewState value across Page events Pin
tjkota3-Apr-07 13:43
tjkota3-Apr-07 13:43 

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.