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 the difference between globalization and localization?
What is a 307 redirect?
What are Session states available and its Uses?
Which object wraps the state or data of a user?
Which browsers support the xmlhttprequest object?
Is it possible to create web application with both webforms and mvc?
What is difference between asp.net and asp?
What is a url string?
What is repository pattern in mvc.net? : asp.net mvc
What a diffgram is, and a good use for one?
Which method is used to enforce garbage collection in .net?
How many types of session in ASP.NET
Can you explain page lifecycle in net?
What is the difference between the response.write() and response.output.write() methods?
Where is session cookies stored?