Click here to Skip to main content

ASP.NET Intrinsic Controls

Great Reads

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

Latest Articles

by Dev.Tamer
Check/UnCheck all checkboxs in CheckBoxList (one control)
by Antony Gayter
GridView pager template.
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.

Discussions

by Orcun Iyigun on Using Javascript To Select GrdView Rows
by Richard MacCutchan on article "Nested Repeater and there control events"
by Kenneth Haugland on article "Nested Repeater and there control events"
by manoj kumar choubey on article "Nested Repeater and there control events"
by Herre Kuijpers on article "Extending ASP.Net Controls: a...

All Articles