how can i call output parameters from ado.net

Answer Posted / vallabh naik

SqlParameter arParams = New SqlParameter("@FeedbackID",
SqlDbType.Int);
arParams.Direction = ParameterDirection.Output;

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe session handling in a webfarm?

728


What are the different properties of server control that exists?

761


What is cached data phone?

734


What do you mean by query string?

703


What is session mode in asp.net?

716


What is viewstate parameter?

711


Disable Mouse right click on web page in asp.net?

757


What is the parent class of all web server control?

729


List some of the important session state modes of asp.net.

696


Is asp.net free?

742


What is the use of data set in asp.net?

668


What is web api vs wcf?

768


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

733


Explain the use of view state?

746


How to deploy/publish webservices?How many ways?Plz explain me

2030