How can you debug an ASP page, without touching the code?
Answer Posted / radha
Microsoft script Debugger or Visual InterDev
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the uses of reflection?
Explain about Multi-Language integration?
If we remove web.config or machine.config from the application then, is this application will works?
Who generates session id?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is asp net_sessionid?
Write the different features of a Thread and a Process?
In which event of the page viewstate is available?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
How to send a DataReader as a parameter to a remote client ?
What are the differences between primary foreign and unique keys?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What is the difference between mvc and asp.net? : Asp.Net MVC
Is post back property in asp net?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?