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
What is viewstate parameter?
Can user control be stored in library?
Explain why datareader is useful?
explain code with datachaching with example
Explain the difference between inline and code behind - which is best in?
What is the difference between pathparam and queryparam?
Explain the use of fragment caching.
What is asp.net ajax?
What are cao and sao.
Differentiate between globalization and localization.
Explain the asp.net mvc request life cycle? : asp.net mvc
Explain server-side scripting?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Define application state variable and session state variable?
What are the types of authentication in asp.net?