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
Describe session handling in a webfarm?
What are the different properties of server control that exists?
What is cached data phone?
What do you mean by query string?
What is session mode in asp.net?
What is viewstate parameter?
Disable Mouse right click on web page in asp.net?
What is the parent class of all web server control?
List some of the important session state modes of asp.net.
Is asp.net free?
What is the use of data set in asp.net?
What is web api vs wcf?
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?
Explain the use of view state?
How to deploy/publish webservices?How many ways?Plz explain me