Click here to Skip to main content
15,898,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: close Asp.Net Application Pin
Imran Khan Pathan27-Jun-08 22:00
Imran Khan Pathan27-Jun-08 22:00 
QuestionERROR [42000] [Microsoft][ODBC driver for Oracle][Oracle]ORA-00936: missing expression [modified] Pin
idsanjeevjha27-Jun-08 19:48
idsanjeevjha27-Jun-08 19:48 
AnswerRe: ERROR [42000] [Microsoft][ODBC driver for Oracle][Oracle]ORA-00936: missing expression Pin
Christian Graus27-Jun-08 19:50
protectorChristian Graus27-Jun-08 19:50 
GeneralRe: ERROR [42000] [Microsoft][ODBC driver for Oracle][Oracle]ORA-00936: missing expression Pin
idsanjeevjha27-Jun-08 19:56
idsanjeevjha27-Jun-08 19:56 
GeneralRe: ERROR [42000] [Microsoft][ODBC driver for Oracle][Oracle]ORA-00936: missing expression Pin
Christian Graus27-Jun-08 20:00
protectorChristian Graus27-Jun-08 20:00 
GeneralRe: ERROR [42000] [Microsoft][ODBC driver for Oracle][Oracle]ORA-00936: missing expression Pin
idsanjeevjha27-Jun-08 20:04
idsanjeevjha27-Jun-08 20:04 
GeneralRe: ERROR [42000] [Microsoft][ODBC driver for Oracle][Oracle]ORA-00936: missing expression Pin
Christian Graus27-Jun-08 20:05
protectorChristian Graus27-Jun-08 20:05 
GeneralRe: ERROR PART Pin
idsanjeevjha30-Jun-08 22:45
idsanjeevjha30-Jun-08 22:45 
EXACTLY I HAVE NOT A LINE NUMBER BUT ERROR IN THIS PART
isql="Insert Into students(id,first_name,last_name,major) values (@fname,@id,@lname,@major)"	idbcomm=new odbccommand(isql,dbconn)	idbcomm.Parameters.Add( "@fname",fname.text)    idbcomm.Parameters.Add( "@id",id.Text)    idbcomm.Parameters.Add( "@lname",lname.Text)    idbcomm.Parameters.Add( "@major",major.Text)	idbcomm.ExecuteNonQuery()


sanjeev

GeneralRe: ERROR PART Pin
idsanjeevjha1-Jul-08 1:09
idsanjeevjha1-Jul-08 1:09 
QuestionHow can i give connection from vb.class to default.aspx Pin
chittu2327-Jun-08 15:01
chittu2327-Jun-08 15:01 
AnswerRe: How can i give connection from vb.class to default.aspx Pin
N a v a n e e t h27-Jun-08 20:48
N a v a n e e t h27-Jun-08 20:48 
QuestionWebControls.Menu Problem Pin
dptalt27-Jun-08 8:04
dptalt27-Jun-08 8:04 
QuestionSimple Question---bt nt able to solve Pin
paresh_sarjani27-Jun-08 7:10
paresh_sarjani27-Jun-08 7:10 
AnswerRe: Simple Question---bt nt able to solve Pin
Parwej Ahamad27-Jun-08 7:13
professionalParwej Ahamad27-Jun-08 7:13 
GeneralRe: Simple Question---bt nt able to solve Pin
paresh_sarjani27-Jun-08 7:34
paresh_sarjani27-Jun-08 7:34 
GeneralRe: Simple Question---bt nt able to solve Pin
Colin Angus Mackay27-Jun-08 10:18
Colin Angus Mackay27-Jun-08 10:18 
QuestionHow to send an email ? Pin
tina->newcoder27-Jun-08 6:58
tina->newcoder27-Jun-08 6:58 
AnswerRe: How to send an email ? Pin
Parwej Ahamad27-Jun-08 7:07
professionalParwej Ahamad27-Jun-08 7:07 
QuestionRe: How to send an email ? Pin
tina->newcoder27-Jun-08 7:25
tina->newcoder27-Jun-08 7:25 
AnswerRe: How to send an email ? Pin
Parwej Ahamad27-Jun-08 7:29
professionalParwej Ahamad27-Jun-08 7:29 
GeneralRe: How to send an email ? Pin
tina->newcoder27-Jun-08 7:49
tina->newcoder27-Jun-08 7:49 
GeneralRe: How to send an email ? Pin
Parwej Ahamad27-Jun-08 8:04
professionalParwej Ahamad27-Jun-08 8:04 
GeneralRe: How to send an email ? Pin
tina->newcoder27-Jun-08 8:16
tina->newcoder27-Jun-08 8:16 
General[Message Deleted] Pin
Parwej Ahamad27-Jun-08 8:17
professionalParwej Ahamad27-Jun-08 8:17 
GeneralRe: How to send an email ? Pin
tina->newcoder27-Jun-08 8:19
tina->newcoder27-Jun-08 8:19 

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.