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 Validators : CustomValidator Control

July 25, 2011 by Christoff Truter

Post on how to use the CustomValidator Control as Int32/Int64 type validator

ASP.NET  

ASP.NET WebControl Critical Analysis: DropDownList

June 27, 2011 by Christoff Truter - 3 Comments

Post on some issues you will encounter when working with the ASP.NET DropDownList WebControl

ASP.NET  

ASP.NET(C#) : Autocomplete TextBox - Part 2 (AjaxControlToolkit)

April 10, 2011 by Christoff Truter - 3 Comments

How to create an autocomplete textbox using an autocomplete extender control created by microsoft.

C#   ASP.NET  

ASP.NET(C#) : Autocomplete TextBox - Part 1 (From Scratch)

March 27, 2011 by Christoff Truter - 13 Comments

Part one of how to create an autocomplete textbox using ASP.NET(C#)

C#   ASP.NET  

ASP.net (IIS): IE8 - Compatibility view

February 10, 2011 by Christoff Truter

How to set IE compatibility mode programmatically

ASP.NET   IIS