What is the difference between User Controls and Master Pages
Answer Posted / romit & kalpesh
master page is used when you want consistant look.
whereas user control is used to create your own control
using asp.net built-in control.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How would you create a permanent cookie?
What is asp.net? How is it different from asp?
Is there any limit for query string? Means what is the maximum size?
Give a few examples of page life cycle events.
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the use of session state and application state and difference between them?
What is application state?
Which is the parent class of the ASP.NET server control?
How you can return View from ASP.NET Web API method?
What are sessions in asp net?
What are the main differences between asp and asp.net?
What is the default authentication mode for asp.net?
Explain the path instructions in xaml?
What is http only cookie?
What is form method?