Click here to Skip to main content
15,902,275 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: To read excel Pin
Jack Li8-Mar-09 22:54
Jack Li8-Mar-09 22:54 
Questionexception in stored procedure Pin
NRHSR8-Mar-09 19:47
NRHSR8-Mar-09 19:47 
AnswerRe: exception in stored procedure Pin
N a v a n e e t h8-Mar-09 19:49
N a v a n e e t h8-Mar-09 19:49 
AnswerRe: exception in stored procedure Pin
monu nair8-Mar-09 19:50
monu nair8-Mar-09 19:50 
AnswerRe: exception in stored procedure Pin
Christian Graus8-Mar-09 19:50
protectorChristian Graus8-Mar-09 19:50 
GeneralRe: exception in stored procedure Pin
_Maxxx_8-Mar-09 20:43
professional_Maxxx_8-Mar-09 20:43 
GeneralRe: exception in stored procedure Pin
NRHSR8-Mar-09 22:55
NRHSR8-Mar-09 22:55 
GeneralRe: exception in stored procedure Pin
_Maxxx_8-Mar-09 23:57
professional_Maxxx_8-Mar-09 23:57 
You're not adding any of the parameters to the command object

something like

cmd.Parameters.Add(sp1);

(Look it up - I don't have an example in front of me - but that's the issue here - upir cmd object doesn't know about the parameters.

___________________________________________
.\\axxx
(That's an 'M')

GeneralRe: exception in stored procedure Pin
NRHSR9-Mar-09 0:33
NRHSR9-Mar-09 0:33 
Questionabout gridview [modified] Pin
prateekfgiet8-Mar-09 19:38
prateekfgiet8-Mar-09 19:38 
AnswerRe: about gridview Pin
N a v a n e e t h8-Mar-09 19:47
N a v a n e e t h8-Mar-09 19:47 
AnswerRe: about gridview Pin
Christian Graus8-Mar-09 19:49
protectorChristian Graus8-Mar-09 19:49 
Questionhow to prevent right click in a browser. Pin
souravghosh188-Mar-09 19:27
souravghosh188-Mar-09 19:27 
Answerhow to prevent right click in a browser. Pin
Member 38513068-Mar-09 19:34
Member 38513068-Mar-09 19:34 
AnswerRe: how to prevent right click in a browser. Pin
Jerry.Wang8-Mar-09 19:39
Jerry.Wang8-Mar-09 19:39 
AnswerRe: how to prevent right click in a browser. Pin
Christian Graus8-Mar-09 19:44
protectorChristian Graus8-Mar-09 19:44 
GeneralRe: how to prevent right click in a browser. Pin
fred_10-Mar-09 8:55
fred_10-Mar-09 8:55 
AnswerRe: how to prevent right click in a browser. Pin
monu nair8-Mar-09 19:47
monu nair8-Mar-09 19:47 
Questiontrack the changes done on another website Pin
monu nair8-Mar-09 18:59
monu nair8-Mar-09 18:59 
AnswerRe: track the changes done on another website Pin
Abhijit Jana8-Mar-09 19:21
professionalAbhijit Jana8-Mar-09 19:21 
GeneralRe: track the changes done on another website Pin
monu nair8-Mar-09 19:32
monu nair8-Mar-09 19:32 
GeneralRe: track the changes done on another website Pin
_Maxxx_8-Mar-09 20:45
professional_Maxxx_8-Mar-09 20:45 
GeneralRe: track the changes done on another website Pin
monu nair8-Mar-09 21:00
monu nair8-Mar-09 21:00 
GeneralRe: track the changes done on another website Pin
Abhijit Jana8-Mar-09 21:50
professionalAbhijit Jana8-Mar-09 21:50 
GeneralRe: track the changes done on another website Pin
monu nair8-Mar-09 21:59
monu nair8-Mar-09 21:59 

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.