What is the file through which you can customize your asp.net application?
please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
What are the built-in objects in asp.net?
What is the differances between a abstract calss and interface
Explain Features in ASP.NET
Can you create an app domain ?
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
How to you can limit Access to Web API to Specific HTTP Verb?
What methods are fired during the page load?
How can you access the properties and controls of master pages from content pages?
From which base class all web forms are inherited?
What is masterpage?