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
List all templates of the repeater control.
What is asp.net file?
What does uri mean?
Explain what is postback in asp. Net?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What are the events in a page life cycle?
What is gridview in asp.net?
Which is better viewstate or session?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
How would you turn off cookies on a page of a website?
Can you use Web API with ASP.NET Web Form?
Describe the application event handlers in ASP.NET?
What is meant by web application?
What is odata in web api?