Click here to Skip to main content
15,889,403 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMicrosoft AJAX problem... Pin
Venkatesh Mookkan3-Apr-07 19:01
Venkatesh Mookkan3-Apr-07 19:01 
AnswerRe: Microsoft AJAX problem... Pin
Venkatesh Mookkan3-Apr-07 21:47
Venkatesh Mookkan3-Apr-07 21:47 
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 
SqlConnection conn = new SqlConnection(ConfigurationSettings.AppSettings("ConnectionString"));<br />
SqlCommand command = new SqlCommand("Select CurrentNo From LookUpID Where TypeID = 'AuctionSessionID'",conn);<br />
<br />
        string result = command.ExecuteScalar().ToString();<br />
        Label2.Text = result;


y does it keep saying Error 9 'System.Configuration.ConfigurationSettings.AppSettings' is a 'property' but is used like a 'method'

i am using asp.net2

and my web.config connection is:

<connectionStrings><br />
  <add name="HASDBConnectionString1" connectionString="Data Source=----\SQLEXPRESS;Initial Catalog=HASDB;Persist Security Info=True;User ID=---;Password=----"<br />
   providerName="System.Data.SqlClient" /><br />
 </connectionStrings>

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 
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 

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.