Formatting ASP.net GridView
Style ASP.NET GridView with CSS classes, AlternatingRowStyle, templates, and conditional formatting.
Continue ReadingStyle ASP.NET GridView with CSS classes, AlternatingRowStyle, templates, and conditional formatting.
Continue ReadingKeep readonly TextBox values across ASP.NET postbacks by setting ReadOnly before viewstate loads.
Continue ReadingInvoke ASP.NET ScriptMethod WebMethods from jQuery AJAX with JSON payloads and proper URLs.
Continue ReadingRender a DataTable as an HTML table in C# by iterating columns and rows with proper encoding.
Continue ReadingUpload HTML5 canvas images to ASP.NET by posting base64 data URLs or Blobs through AJAX.
Continue ReadingUpload files asynchronously in ASP.NET using AJAX FormData, generic handlers, and progress feedback.
Continue ReadingReturn correct HTTP status codes from ASP.NET when exceptions occur instead of always 500 with a generic page.
Continue ReadingStream large files to browsers in ASP.NET Web Forms without loading entire files into memory.
Continue ReadingEnable paging and sorting on ASP.NET Web Forms GridView with AllowPaging, Sorting events, and data rebound.
Continue Reading