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.

Design-time support for ASP.net composite controls

August 29, 2008 by Christoff Truter - 3 Comments

Creating composite controls in ASP.net can prove to be quite a tedious process at times, when it comes to the actual HTML the control renders. Especially since design-time support for composite controls are quite limited.

C#   ASP.NET  

Coding Horrors: ASP.net Viewstate

August 11, 2008 by Christoff Truter - 4 Comments

Blog about the joys of viewstate optimization

C#   ASP.NET   Coding Horrors  

Embedding files(resources) into a web control

July 2, 2008 by Christoff Truter - 3 Comments

Simple demonstration on how to embed files into a web control

ASP.NET  

Encrypting your web.config

June 18, 2008 by Christoff Truter

Protecting your web.config

ASP.NET  

Moving items between listboxes in ASP.net/PHP example

June 12, 2008 by Christoff Truter - 49 Comments

Move items between two listboxes in ASP.net(C#, VB.NET) and PHP

JavaScript   PHP   ASP.NET   Visual Basic