Define caching.
What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor
1 Answers Icertis, Microsoft, Syntax Softtech,
What is boxing and unboxing in asp.net?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain the asp.net mvc folder conventions? : asp.net mvc
Explain model, view and controller represent in an mvc application? : asp.net mvc
Distinguish between Server-side and Client-side code?
what are the web form events available in asp.net?
What do you mean by marshalbyref?
What is difference between view state and session state?
How can you register a custom server control to a web page?
About Windows/Forms Authentication
In a webpage if i want to give access to only half page ,then what should i do?