What are the disadvantages of view state / what are the benefits ?
Automatic view-state management is a feature of server controls that enables them to repopulate their property values on a round trip (without you having to write... Read more »
Automatic view-state management is a feature of server controls that enables them to repopulate their property values on a round trip (without you having to write... Read more »
Web pages are recreated each time the page is posted to the server. In traditional Web programming, this would ordinarily mean that all information associated with... Read more »
Web pages are recreated each time the page is posted to the server. In traditional Web programming, this would ordinarily mean that all information associated with... Read more »
Session public properties ASP.NET supports three modes of session state: • InProc: In-Proc mode stores values in the memory of the ASP.NET worker process. Thus,... Read more »
By default, ASP.NET will store the session state in the same process that processes the request, just as ASP does. If cookies are not available, a session can be... Read more »
asp.net session supports cookie less session & it can span across multiple servers. Read more »
It can contain many classes. Read more »
False, the webservice comes with a test page and it provides HTTP-GET method to test. Read more »
CompareValidator Control Read more »
DataTextField property Read more »
(Web Services Description Language) Read more »
Set AutoGenerateColumns Property to false on the datagrid tag Read more »