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
What is _viewstart?
Explain file-based dependency and key-based dependency.
What are the layouts of ASP.NET Pages?
What is difference between web api and web services?
How will you load dynamic assembly? How will create assesblies at run time?
Define dll hell?
how to debug web services on consumer side?
What is server side in asp.net?
What is the difference between cookie and session?
How to display validation messages in one control?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is css in asp.net?
Explain how does asp page work?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is the difference between sealed vs static class?