C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandhiya Priya(9)
Manoj Kalla(2)
Suthish Nair(2)
Sushila Patel(2)
Vithal Wadje(1)
Rohatash Kumar(1)
Vineet Kumar Saini(1)
Vishal Nayan(1)
Upendra Pratap Shahi(1)
Gaurav Kumar Arora(1)
Manish Kumar Choudhary(1)
Shinuraj (1)
Vikas Singh(1)
Rasmita Dash(1)
Ashish Shukla(1)
Prashanth Chindam(1)
Sateesh Arveti(1)
Rajeev Kumar(1)
Senthilkumar (1)
Shivprasad (1)
Moses Soliman(1)
Dipal Choksi(1)
Resources
No resource found
How to disable or remove ViewState Hidden Field in ASP.NET Page
Nov 06, 2025.
Learn how to effectively disable or remove the ViewState hidden field in your ASP.Net pages using C# and regular expressions. Optimize your page size and improve performance by eliminating unnecessary ViewState data. This method involves overriding the Render event to remove the ViewState tag.
Various Ways to Disable ViewState in ASP.Net
Nov 06, 2025.
Learn various methods to disable ViewState in ASP.NET for improved performance. From control-specific to application-wide configurations, master ViewState management. Discover the ViewStateMode property for fine-grained control and optimize your ASP.NET web applications.
Passing Backend Data to JavaScript in ASP.NET WebForms: Session, ViewState & SQL Examples
Nov 06, 2025.
Learn effective techniques to transfer backend data (Session, ViewState, SQL data) to your frontend in ASP.NET WebForms. Enhance your web app's interactivity!
Overview Of ViewState In ASP.NET
Dec 26, 2016.
In this article, you will get the overview of ViewState in ASP.NET.
How to Manage ViewState in ASP.NET?
Jan 29, 2016.
This article explains various methods of managing state in ASP.NET, including ViewState, Session, Application, and Cookies. It focuses on ViewState, its lifecycle, enabling/disabling at the page or control level, and using properties like Count, Keys, and Values for managing data efficiently.
Save DataTable Into ViewState and Bind Gridview Without DataBase Using ASP.Net
Oct 12, 2014.
In this article we will learn how to save a DataTable in Viewstate and display those records in a GridView without saving in the database.
Various Ways to Disable ViewState in ASP.Net 4.0
Jul 12, 2013.
Learn how to optimize your ASP.Net 4.0 web applications by effectively managing ViewState. This guide explores various techniques to disable ViewState, improving performance and reducing page load times.
Introducing ViewState in ASP.NET
Jan 11, 2012.
Using this article you will get more information about ViewState like as how to enable and disable ViewState in ASP.NET.
Looking deep inside PostBack and ViewState in ASP.NET 3.5
Mar 07, 2011.
In ASP.NET 3.5, PostBack and ViewState play crucial roles in managing web form data between client and server during the page lifecycle. PostBack handles user-triggered events by sending requests to the server, while ViewState maintains state information across page loads, ensuring seamless data management.
GridView Sorting, Paging without using Session, ViewState or Cache
Aug 29, 2010.
In this article you will learn how to use GridView Sorting, Paging without using Session, ViewState or Cache.
FormData.delete() Method in JavaScript: Deleting _viewstate or Particular Key-Value Pair
Nov 06, 2025.
Learn how to use the FormData.delete() method in JavaScript to remove specific key-value pairs like _viewstate, enhancing data control before submission. Optimize form data!
State Management in ASP.NET: ViewState, Session, Cookies & Cache
Oct 31, 2025.
Understand ASP.NET state management! Explore ViewState, Session, Cookies, and Cache with examples. Learn when to use each for optimal web application performance.
Difference Between Session, ViewState, QueryString, TempData, and More in ASP.NET
Oct 13, 2025.
This article dives into Session, ViewState, QueryString, TempData, Hidden Fields, and Cookies, explaining their differences, use cases, advantages, and limitations. Learn when to use each technique for optimal performance, security, and data persistence in your web applications. Choose the right method based on storage location, lifespan, and security needs.
Binding ListView Control Through ViewState
Oct 01, 2015.
In this article we will learn how to bind controls with data with ViewState and how to handle paging on controls.
Explaining ViewState, Session and Caching in ASP.Net
Mar 26, 2015.
This article explains the 3s of ASP.NET; they are ViewState, Session and Caching.
ViewState For TextBox in ASP.Net
Feb 20, 2015.
This article explains the purpose of ViewState for TextBox controls in ASP.NET.
ViewState Chunking (maxPageStateFieldLength)
Feb 19, 2011.
Here you will see ViewState Chunking (maxPageStateFieldLength).
Handling Active Button State from Backend in ASP.NET WebForms
Jan 29, 2026.
Master active button states in ASP.NET WebForms! Learn a robust backend approach using ViewState to maintain UI consistency across postbacks. Enhance user experience!
How to Encrypt PAN in JavaScript and Decrypt in C#
Nov 06, 2025.
Secure sensitive data like PAN by encrypting it client-side with CryptoJS, decrypting server-side in C#, and preventing storage in ViewState. Protect data in transit and at rest.
Event Handling in ASP.NET WebForms — Button Click Example
Oct 31, 2025.
Master ASP.NET WebForms event handling with a button click example! Learn how user actions trigger server-side code, manage postbacks, and build dynamic web applications.
Performance Optimization in ASP.NET MVC Applications
Jun 15, 2024.
Performance optimization in ASP.NET MVC involves techniques like efficient data access, using Entity Framework wisely, implementing caching, using async/await for non-blocking operations, minimizing ViewState, bundling and minifying resources, enabling GZIP compression, optimizing queries.
Various Types of Hidden Fields in .NET
Nov 17, 2014.
Explore the diverse methods of managing hidden data in .NET applications. Learn about ViewState, Control State, Session State, HiddenField Control, Cookies, QueryString, Application State, Cache, and TempData in ASP.NET Core.
State Management Techniques in ASP.NET: Part 1
Apr 04, 2013.
State Management Techniques in ASP.NET: Part 1 explores methods like ViewState, Session, and Application state to preserve data between requests, vital for seamless user experience and application functionality.
Application Level State Management in ASP.NET
Jan 10, 2011.
Discover efficient ways to manage application-level state in ASP.NET. Learn about various techniques such as session management, ViewState, caching (client-side and server-side), cookies, and distributed caching.
Focus on New ASP.NET Vulnerability
Sep 21, 2010.
A new ASP.NET Vulnerability is released by Microsoft. The security hole will allow the attacker to decrypt the ViewState data or retrieve the contents of web.config. We will see the workaround for this issue.
MSChart State Management
Aug 30, 2010.
MSChart have a problem of maintaining data state during post back. When a post back happens the Chart will get blank or data get cleared.
How to: Create multiple rows of controls in ASP.Net
Jun 09, 2010.
This articles illustrates how to create multiple rows of controls in an asp.net web page dynamically using C# code with the help of a Panel, table, Session and ViewState.
Tips to Improve the Performance of an ASP.Net Application
Jul 29, 2009.
This article provides some tips to improve ASP.Net application performance.
Caching FAQ's: Part I
Jan 22, 2009.
In this section we will touch base on one of important concepts in .NET Caching.
Put ASP.NET AJAX Timer and UpdatePanel with RssToolKit all in action
Jul 19, 2007.
This is simple article to show how ASP.NET AJAX 1.0 Timer Control can be used in conjunction with UpdatePanel Control and RssToolKit to achieve real usage scenario. It also shows how to maintain ViewState across page postbacks.
Display Alphabetically Sorted Data in a Data Grid
Dec 24, 2003.
This code sample shows you how to display data sorted alphabetically based on the values in the database.
ColorFul Web DropDown List in ASP.NET
Jul 23, 2003.
In this example we will build an ASP.NET User Control which provides a listing of colors with the list items displayed in the actual color that the list item represents.
Building a Navigation System in ASP.NET
Jul 16, 2003.
This article shows you how to display single record per page and navigate through single record using ASP.NET.