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
Define page fragment caching?
What is Pre-Render event in ASP.NET?
How many types of validation are there?
What parameters can you pass in the url of the api?
Which tool you have done?
Please brief not about xsd,xslt & xml?
What are the differences between clr & cts?
Will the asp.net validators run in server side or client side?
How to display validation messages in one control?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What are validators and list some validators of asp.net?
How do session tokens work?
Describe the disadvantage of cookies.
Describe the difference between inline and code behind - which is best in a?