- 10 months ago
- Aditya Kumar Patel
- 382 Views
- 0 Comments
- ASP.NET
In this article you will learn about ASP.NET Interview questions and answers.In asp.net web application if you want a control to postback automatically when an event is raised, you need to set the AutoPostBack property of the control to True.
- 10 months ago
- Aditya Kumar Patel
- 423 Views
- 0 Comments
- ASP.NET
In this article you will learn about ASP.NET Interview questions and answers.
- 10 months ago
- Aditya Kumar Patel
- 508 Views
- 0 Comments
- ASP.NET
.NET interview questions and answers section The items stored in ViewState live until the lifetime of the current page expires including the postbacks to the same page.
- 10 months ago
- Aditya Kumar Patel
- 548 Views
- 0 Comments
- ASP.NET
.NET interview questions and answers section Page object has an "IsPostBack" property, which can be checked to know that is the page posted back.
- 10 months ago
- Aditya Kumar Patel
- 417 Views
- 0 Comments
- ASP.NET
.NET interview questions and answers section The difference between ASP and ASP.NET is that ASP is interpreted; whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore
- one year ago
- Aditya Kumar Patel
- 330 Views
- 0 Comments
- ASP.NET
View State is the method to preserve the Value of the Page and Controls between round trips. It is a Page-Level State Management technique.
- one year ago
- Aditya Kumar Patel
- 316 Views
- 0 Comments
- ASP.NET
Response.Write() and Response.Output.Write() both are used for print output on the screen.
- one year ago
- Aditya Kumar Patel
- 303 Views
- 0 Comments
- ASP.NET
Yes we can set the session timeout manually in asp.net web.config file.
- one year ago
- Aditya Kumar Patel
- 423 Views
- 0 Comments
- ASP.NET
ASP.NET Core is a new framework cross-platform, open-source framework for building modern, high- performance, cloud-based, Internet and intranet connected applications