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 2.0 (.net 3.5 SP1): URL Routing

June 6, 2010 by Christoff Truter - 10 Comments

How to map/rewrite urls in ASP.net 2.0 (Web Forms)

C#   ASP.NET  

ASP.net 4.0: URL Routing

June 1, 2010 by Christoff Truter - 1 Comment

How to map/rewrite urls in ASP.net 4.0

C#   ASP.NET  

ASP.net(C#): Custom Templated Control

May 14, 2010 by Christoff Truter

How to create a custom templated control e.g. ListView in ASP.net(C#)

C#   ASP.NET  

ASP.net Migration: ReadOnly TextBox persistance

April 28, 2010 by Christoff Truter

If you ever migrated from ASP.net 1.0 to ASP.net 2.0, you might have noticed the following issue.

C#   ASP.NET  

ASP.net(C#) Custom Hierarchical Datasource

April 11, 2010 by Christoff Truter - 5 Comments

How to create a custom hierarchical source for ASP.net

C#   ASP.NET