How do you trap errors in ASP and how do you invoke a
component in ASP ?
Answer Posted / questpond
BY using try catch
<a href="http://www.questpond.com">ASP.NET Interview
questions</a>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is the procedure to create the environment for asp.net? : asp.net mvc
What are client activated objects and server activated objects?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Out of ASP or ASP.NET which one is stateless?
What's the use of response.output.write()?
What is the sequence in which ASP.NET events are processed?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Why do we need url encoding?
How we can force all the validation controls to run?
What is a 404 redirect?
If 200 is for all successful operation then why do we have 201 response codes?
Explain Authentication mechanism in dotnet
What are resource file and how do we generate resource file?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?