News (1)

System.Globalization namespace in .NET

The .NET Framework has built-in support for globalisation in its System.Globalization namespace. This namespace can help you build international support into your applications. Read more »

Features (90)

Combining JavaScript with ASP.NET Web forms

JavaScript provides an alternative for many tasks that negates the need to go to the server. Let's take a closer look at combining the power of JavaScript with ASP.NET. Read more »

Prepare for the transition from HTML forms to XForms

XForms are an XML-based replacement for conventional HTML Web forms. Learn about the basic elements of XForms and see how to implement them in a standard Web form. Read more »

Control presentation with ASP.NET 2.0's FormView control

ASP.NET 2.0's FormView control resembles the DetailsView control in that it facilitates the display of single records from a backend data source. Read more »

Use ASP.NET's Literal control to its full potential

One option of placing text on an ASP.Net Web form is the Literal Web control, which allows you to place and easily manipulate text within a page. Read more »

Using the ASP.NET Calendar control

Learn to use ASP.NET's Calendar control to easily build applications to display and manipulate dates, months, and years. We'll show you how. Read more »

ASP.NET basics: Working with the TextBox control

Developers often overlook basic programming options in favor of new or cool ways to deliver results. This is true for many of the standard ASP.NET features. A good example is the TextBox Web control, which offers plenty of options for building applications. Read more »

Browse ListView data with .NET's DataPager control

This article explains how you can use the DataPager control to page through ListView data. Read more »

Create an ASP.NET Web Form

The ASP.NET codebehind feature allows you to create Web forms with Managed C++, which makes those forms accessible via the intranet or Internet. In this article, Builder.com will show you how to create a Web form. Read more »

Ask Chuck: Background colours of an ASP.NET web form

This week Chuck answers a Builder AU reader's question on the difficulty of getting a background colour to work on an ASP.NET web form. Read more »

Perform HTML form validation with ASP.NET

Most business applications involve data input, validation, and some form of output. Web applications are no different. Learn how to validate user input with ASP.NET. Read more »

Log in


Sign up | Forgot your password?

What's on?