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
Define common type system?
How to use a Master Database in Asp.net?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Difference between singleton and singlecall.
What are web server controls in asp.net?
How to fetch a data from one table to another table in asp.net ?
Explain the use of duration attribute of @outputcache page directive.
What is the advantage of mvc over asp.net? : Asp.Net MVC
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is the difference between a candidate key and primary key?
What is comparevalidator?
What is session and cookies in asp.net?
How can I open ashx file in mobile?
Where would you use an ihttpmodule, and what are the limitations if any?
What does asax stand for?