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
Can we have 2 web config files?
How many types of cache are there?
What are the different methods of session maintenance in asp.net?
How can you handle unmanaged code exceptions in asp.net?
Explain MVC model binders?
Explain diff. Between friend and protected friend?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How many types of sessions in asp.net?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Explain authorization levels in .net ?
What is the difference between union and structure?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Where you store Connection string in "Web.Config" file in ASP.NET?
What do you mean by authorization?
Define data caching?