Posts tagged with "ASP.NET"

ASP.NET is a server-side web application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.

ASP.net (C#) DropDownList Optgroups (WebControlAdapter)

March 11, 2010 by Christoff Truter - 8 Comments

Modify WebControl markup via WebControlAdapter

C#   ASP.NET  

ASP.net - Ajax.Net: PageMethods

February 21, 2010 by Christoff Truter

How to call server-side code from client-side code, using PageMethods in ASP.net

C#   ASP.NET  

Sorting: ASP.net (C#) and SQL 2005/8

January 18, 2010 by Christoff Truter

How to sort data using ASP.net (C#) and SQL 2005/8

C#   ASP.NET  

Paging: ASP.net (C#) and SQL 2005/8

October 19, 2009 by Christoff Truter - 4 Comments

How to page data using ASP.net (C#) and SQL 2005/8

C#   ASP.NET  

ASP.NET(C#): Custom/Composite controls with events

September 15, 2009 by Christoff Truter - 2 Comments

Creating custom/composite controls that expose events in C#

C#   ASP.NET