ASP.Net Questions and Answers with Certified Solutions
What is ASP.Net? It is a framework developed by Microsoft in which we can develop new generation web sites using web forms(aspx), MVC, HTML, Javascript, CSS etc. Its successor of Microsoft Active Server Pages(ASP). Currently there is ASP.NET 4.0, which is used to develop web sites. There are various page extensions provided by Microsoft that are being used for web site development. Eg: aspx, asmx, ascx, ashx, cs, vb, html, XML etc. What's the use of Response.Output.Write()? We can write formatted output using Response.Output.Write(). In which event of page cycle is the ViewState available? After the Init() and before the Page_Load(). What is the difference between Server.Transfer and Response.Redirect? In Server.Transfer page processing transfers from one page to the other page without making a round-trip back to the client's browser. This provides a faster response with a little less overhead on the server. The clients url history list or current url Server does not update in case of Server.Transfer
Written for
- Institution
- ASP.Net
- Course
- ASP.Net
Document information
- Uploaded on
- March 7, 2024
- Number of pages
- 15
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- aspnet
-
aspnet questions and answers
Also available in package deal