What are Master pages? How to define a Master page?
Answer Posted / rajesh kadam
Asp.net master page is used to look and fill is comman in
all pages.it defines content place holder
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Explain the difference between authentication and authorization.
Is it right that ASP.NET Web API has replaced WCF?
What is the viewstate in asp.net?
Differentiate between client-side and server-side validations in web pages.
What is owin authentication?
What is a 404 redirect?
what cut off mark for po's,what questions they asked for interview?
What is the importance of Global.asax in ASP.NET?
Explain what the contents of cookie?
When Cookies are expired in ASP.NET?
What is the difference between c# and .net?
What is s2s tracking?
What do you mean by query string?
Describe the .net base class library.