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
Out of ASP or ASP.NET which one is stateless?
Will session work if cookies is disabled?
Which control has default post back is enabled(true)?
What is masterpage?
What language is asp.net written in?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How does u call and execute a sp in .net?
What is the use of session state and application state and difference between them?
What is sql data source control in asp.net?
What methods are fired during the page load? Init()
How do we ensure view state has not tampered?
What is the difference between mechine.config and web.config?
What is break mode?
Define web.config in .net?
Why and where this web.config file is used?