How to execute a stored procedure.and how to call it form a
asp page
Answer Posted / sdfsd
exec storedprocedure parameter
sqlhelper cs=new sqlhelper();
cs.parameter.add("name",type).value=value
cs.execD
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain model, view and controller represent in an mvc application? : asp.net mvc
Describe how to implement globalization and localization in the use interface in .net.
How can we inherit a static variable?
How do u optimize a query in asp.net?
Define xmlvalidatingreader class.
What is session in asp.net?
What is difference between inproc and outproc?
Explain difference between dataset and datareader?
How do sessions work?
Explain some of the major built-in objects in asp.net
Explain About duration in caching technique
Is it possible to change the index of primary key on table?
Explain the benefits of viewstate?
Is asp.net different from asp? If yes, explain how?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc