Click here to Skip to main content
15,920,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: loading native xml Pin
Christian Graus20-Oct-09 20:07
protectorChristian Graus20-Oct-09 20:07 
GeneralRe: loading native xml Pin
snehasish20-Oct-09 22:14
snehasish20-Oct-09 22:14 
QuestionBrowser close issue Pin
yrishi20-Oct-09 18:50
yrishi20-Oct-09 18:50 
AnswerRe: Browser close issue Pin
Abhijit Jana20-Oct-09 19:02
professionalAbhijit Jana20-Oct-09 19:02 
GeneralRe: Browser close issue Pin
yrishi20-Oct-09 19:56
yrishi20-Oct-09 19:56 
GeneralRe: Browser close issue Pin
Christian Graus20-Oct-09 20:17
protectorChristian Graus20-Oct-09 20:17 
GeneralRe: Browser close issue Pin
yrishi20-Oct-09 21:39
yrishi20-Oct-09 21:39 
GeneralRe: Browser close issue Pin
Abhijit Jana20-Oct-09 21:50
professionalAbhijit Jana20-Oct-09 21:50 
GeneralRe: Browser close issue Pin
yrishi21-Oct-09 19:13
yrishi21-Oct-09 19:13 
GeneralRe: Browser close issue Pin
Abhijit Jana20-Oct-09 20:19
professionalAbhijit Jana20-Oct-09 20:19 
AnswerRe: Browser close issue Pin
yesu prakash20-Oct-09 20:24
yesu prakash20-Oct-09 20:24 
GeneralRe: Browser close issue Pin
Abhijit Jana20-Oct-09 20:27
professionalAbhijit Jana20-Oct-09 20:27 
GeneralRe: Browser close issue Pin
yesu prakash20-Oct-09 20:34
yesu prakash20-Oct-09 20:34 
GeneralRe: Browser close issue Pin
Abhijit Jana20-Oct-09 21:10
professionalAbhijit Jana20-Oct-09 21:10 
GeneralRe: Browser close issue Pin
J Xie12-Oct-10 18:37
J Xie12-Oct-10 18:37 
Questioncommand returning null value Pin
myinstincts20-Oct-09 18:02
myinstincts20-Oct-09 18:02 
string connection = ConfigurationManager.AppSettings["connectionstring"];
SqlConnection con = new SqlConnection(connection);

con.Open();


SqlCommand cmd = new SqlCommand("select place_name from place inner join state on place.state_id=state.state_id where state_name ='" + statedpdwnlist.SelectedItem.Value + "'", con);
dr = cmd.ExecuteReader();

con.close();

I cannot figure out why the above command is returning null value eventhough it is giving the desired output whn the same command is run on sql server query analyser.Can anybody help me with this??????( statedpdwnlist.SelectedItem.Value is coming correct in the query)
AnswerRe: command returning null value Pin
Christian Graus20-Oct-09 19:10
protectorChristian Graus20-Oct-09 19:10 
GeneralRe: command returning null value Pin
Abhijit Jana20-Oct-09 19:18
professionalAbhijit Jana20-Oct-09 19:18 
GeneralRe: command returning null value Pin
Christian Graus20-Oct-09 19:32
protectorChristian Graus20-Oct-09 19:32 
AnswerRe: command returning null value Pin
Abhijit Jana20-Oct-09 19:12
professionalAbhijit Jana20-Oct-09 19:12 
QuestionASP.NET hosted Application FIle Path Problem Localhost Pin
Waleed Butt20-Oct-09 11:59
Waleed Butt20-Oct-09 11:59 
QuestionC# getting Text Box Value of a DEEPLY nested Control Pin
Steve Crochet20-Oct-09 11:57
Steve Crochet20-Oct-09 11:57 
AnswerRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Christian Graus20-Oct-09 12:58
protectorChristian Graus20-Oct-09 12:58 
GeneralRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Steve Crochet20-Oct-09 13:11
Steve Crochet20-Oct-09 13:11 
GeneralRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Christian Graus20-Oct-09 13:21
protectorChristian Graus20-Oct-09 13:21 

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.