by Raul Iloc
ASP.NET based software system skeleton that uses the ASPX GridView control and advanced pagination for displaying a list of data entities loaded from the database, and the ASP.NET AJAX ModalPopupExtender control for creating new entities or for editing entities from the grid.
by Thomas Kurek
You can find fragments about nesting Repeaters online, but these methods demystify this elusive .NET control.
by Steve Wellens
Often, there are many ways to do the same thing in .NET. You can do things the hard way or the easy way. By hard, I mean you can type a lot of code by hand. By easy, I mean you can click and drag and drop. Guess which method I am going to demonstrate…go on guess…it's OK, I'm grading on a curve… Befo
by Ahmed_Said
1- One of the most annoying issues you may face while using JavaScript in an Asp.Net application is referencing a server control in a page that inherits from a Master page. As an example, say we have an asp textbox server control and we want to get it’s text, if you’ve tried to do this using the
by Dev.Tamer
Check/UnCheck all checkboxs in CheckBoxList (one control)
by DrABELL
3 different techniques of adding hyperlinked image to ASP.NET GridView in data-centric RIA
by dpalash
This article is meant for binding image from backend with your favorite image slider.