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

ASP.NET

 
AnswerRe: windows service not working Pin
Manas Bhardwaj14-Sep-09 23:54
professionalManas Bhardwaj14-Sep-09 23:54 
QuestionProblem - Gridview databound column's value has a Decimal value consisting decimal point which has been converted to comma when using culture id-ID Pin
G Nathan14-Sep-09 23:32
G Nathan14-Sep-09 23:32 
AnswerRe: Problem - Gridview databound column's value has a Decimal value consisting decimal point which has been converted to comma when using culture id-ID Pin
Manas Bhardwaj14-Sep-09 23:56
professionalManas Bhardwaj14-Sep-09 23:56 
QuestionPass Parameter For Report Pin
vasanth arivali14-Sep-09 23:25
vasanth arivali14-Sep-09 23:25 
QuestionWCF In C#.Net Pin
Rahad Rahman14-Sep-09 23:04
professionalRahad Rahman14-Sep-09 23:04 
AnswerRe: WCF In C#.Net Pin
Manas Bhardwaj14-Sep-09 23:11
professionalManas Bhardwaj14-Sep-09 23:11 
AnswerRe: WCF In C#.Net Pin
SeMartens14-Sep-09 23:12
SeMartens14-Sep-09 23:12 
Questionmysql query in asp.net Pin
Member 464032614-Sep-09 22:38
Member 464032614-Sep-09 22:38 
hi,

i am new to asp.net but have some problem in asp.net coding

i want to acess the mysql database data using asp.net coding.


i write like this

Dim cmd As OdbcCommand = New OdbcCommand("select * from nysemin where date='2009-09-14' and ticker_symbol='acc' ", con)

the above code is like hardcoding manually.but i need dynamically
i tried like this
dim da="2009-09-15"
Dim cmd As OdbcCommand = New OdbcCommand("select * from nse_und_5min where date="&da&" and ticker_symbol='acc' ", con)

but error is showing

how to complete the above requirement ie passing date value into dynamically in that query.

have a nice day

bye
Naga
AnswerRe: mysql query in asp.net Pin
Manas Bhardwaj14-Sep-09 23:01
professionalManas Bhardwaj14-Sep-09 23:01 
GeneralRe: mysql query in asp.net Pin
Member 464032614-Sep-09 23:20
Member 464032614-Sep-09 23:20 
AnswerRe: mysql query in asp.net Pin
sashidhar14-Sep-09 23:18
sashidhar14-Sep-09 23:18 
GeneralRe: mysql query in asp.net Pin
Member 464032614-Sep-09 23:24
Member 464032614-Sep-09 23:24 
GeneralRe: mysql query in asp.net Pin
sashidhar16-Sep-09 0:07
sashidhar16-Sep-09 0:07 
QuestionlistBox selected values Pin
sajjy14-Sep-09 22:33
sajjy14-Sep-09 22:33 
AnswerRe: listBox selected values Pin
Manas Bhardwaj14-Sep-09 23:11
professionalManas Bhardwaj14-Sep-09 23:11 
AnswerRe: listBox selected values Pin
Prabhakar Parihar18-Sep-09 22:45
Prabhakar Parihar18-Sep-09 22:45 
QuestionI have a problemes about WCF in C#.Net Pin
Rahad Rahman14-Sep-09 22:24
professionalRahad Rahman14-Sep-09 22:24 
AnswerRe: I have a problemes about WCF in C#.Net Pin
SeMartens14-Sep-09 22:27
SeMartens14-Sep-09 22:27 
AnswerRe: I have a problemes about WCF in C#.Net Pin
Manas Bhardwaj14-Sep-09 23:16
professionalManas Bhardwaj14-Sep-09 23:16 
AnswerRe: I have a problemes about WCF in C#.Net Pin
Ashfield15-Sep-09 1:29
Ashfield15-Sep-09 1:29 
QuestionFinding control using JS Pin
janani1314-Sep-09 21:27
janani1314-Sep-09 21:27 
AnswerRe: Finding control using JS Pin
Greg Chelstowski14-Sep-09 21:58
Greg Chelstowski14-Sep-09 21:58 
AnswerRe: Finding control using JS Pin
sashidhar14-Sep-09 23:07
sashidhar14-Sep-09 23:07 
AnswerRe: Finding control using JS Pin
sashidhar14-Sep-09 23:11
sashidhar14-Sep-09 23:11 
QuestionPassing parameter of length more than 4000 in sql server 2000 Pin
Jagz W14-Sep-09 21:05
professionalJagz W14-Sep-09 21:05 

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.