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


Please Help Members By Posting Answers For Below Questions

What is the difference between globalization and localization?

701


What is a 307 redirect?

691


What are Session states available and its Uses?

1967


Which object wraps the state or data of a user?

774


Which browsers support the xmlhttprequest object?

723


Is it possible to create web application with both webforms and mvc?

750


What is difference between asp.net and asp?

781


What is a url string?

830


What is repository pattern in mvc.net? : asp.net mvc

746


What a diffgram is, and a good use for one?

767


Which method is used to enforce garbage collection in .net?

648


How many types of session in ASP.NET

834


Can you explain page lifecycle in net?

739


What is the difference between the response.write() and response.output.write() methods?

766


Where is session cookies stored?

729