By default Web is stateless because of HTTP protocol. Stateless means every request is identified as new request. If Asp.Net controls are used , they write code implicitly to maintain their state.
ASP.NET TUTORIALS
Wednesday 23 April 2014
What is Code-Behind Method?
In this method we separate aspx code and Html/JS code into two separate files.
How many types of Web Server controls in Asp.net
There are nine type of web server controls in Visual Studio 2010. Those are
1. Standard Controls
2.Data Controls
3.Validation Controls
4.Navigation Controls
5.Login controls
6.Webparts
7.Ajax Extensions
8.Dynamic Data
9.Repoting
1. Standard Controls
2.Data Controls
3.Validation Controls
4.Navigation Controls
5.Login controls
6.Webparts
7.Ajax Extensions
8.Dynamic Data
9.Repoting
What is QueryString in Asp.Net
If we can maintains the State between two pages is known as QueryString .
Subscribe to:
Posts (Atom)