Similar articles
DotNetShoutout - Latest published stories
Asp.net State Management
Asp.net State Management On 10.07.15, In Software, by uniquesaiful ASP.Net State management. Advantages: a) Server resources not required.b) Simple implementationc) Configurable e...
DotNetShoutout - Latest published stories
ASP.Net State management
A cookie is a small amount of data that is stored either in a text file on the client file system or in-memory in the client browser session. Browser sends with cookies values with every page request ...
DotNetShoutout - Latest published stories
Better View State Management in ASP.NET 4.0
ASP.NET is a great platform to develop any web applications. From ASP.NET 1.1 we are having one feature called View State which store the data in hidden field during page post back. Any Serializable d...