What is the difference between User Controls and Master Pages
Answer Posted / dushyant
basicaly master page is used to page layout,it means master
page will common to all page but it not 4 user cantol
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Contrast OOP and SOA. What are tenets of each ?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Describe state management in asp.net?
What is the meaning of TestApi?
List the asp.net validation controls?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is _dopostback in asp net?
Explain what are webservices?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
How you can return View from ASP.NET Web API method?
What is the difference between session.abandon() vs clear()?
What is the difference between debug and release?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What are the security types in ASP/ASP.NET? Different Authentication modes?
How can you make sure that web api returns json data only?