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
How can you use a custom controls in ASP.NET application?
What is marshalling ? Is it a part of asp.net ?
What are cookies in your browser?
What is the difference between login controls and forms authentication?
Can we add code files of different languages in app_code folder?
Explain the difference between singleton and single call?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
How many types of state management are there in asp net?
What is http only cookie?
What is the difference between web.config and machine.config in ASP.NET?
What are server objects?
What is mvc in asp.net interview question? : Asp.Net MVC
Define a web service in .net?
What is custom events? How to create it?