What is difference between masterpage and user control, what
is the objective of master page when we had user control in
.NET 1.1 version
Answer Posted / chinnu
Master page provides common structure and interface element
for your web site. MasterPage act as a template and merging
container for pages .
User Control just like other control, you can use it
anywhere on your page and as many as you want.
| Is This Answer Correct ? | 22 Yes | 7 No |
Post New Answer View All Answers
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is Pre-Render event in ASP.NET?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is asp.net architecture?
What is the difference between executescalar and executenonquery?
Is it possible to create web application with both webforms and mvc?
What is asp.net and ado net?
Define satellite assemblies.
What is a master page and what does it do?
What is data reader in asp.net?
What is asp.net with mvc? : Asp.Net MVC
How can we update records in gridview?Is there any appropriate code for it?
What is ispostback method in asp.net? Why do we use that?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
How to create events for a control?