What is the difference between User Controls and Master Pages
Answer Posted / sandeep
Master page is just like a template and can be
reuse.
User Control provides structure,reuse ability and functionality
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is .net framework and what are the main components of it?
Where is the session stored?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Describe in brief .net framework and its components.
How is a session stored and maintained in asp.net?
What is Web Server Control Templates.?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How can we Validate a Controls in ASP.NET page using JavaScript?
When you use Ajax controls in the ASP.NET application?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is strong-typing versus weak-typing?
Define cookie.
Give some salient points of difference between request processor and request dispatcher.
Explain Authentication mechanism in dotnet
What is DataGrid wheater its a Server Control or something else ?