40620 Users read it.

A Google Maps .Net Control
by Bill Pierce (September 3, 2005)

An ASP.Net server control wrapper for the Google Maps API
Read more
10457 Users read it.

CheckBoxList Web Server Control
by Frank Beverdam (July 22, 2005)

CheckBoxList Web Server Control

ASP Alliance has a cool tutorial on checkboxlist web server controls.

CheckboxList web server control is the same as Checkbox control. Before reading this article, please read my article on CheckBox Web Server Control. In this article we will see how to use the CheckboxList Web server control

  1. How to assign text and retrieve values from a CheckboxList control?
  2. How to go through all the elements inside a CheckBoxList?
  3. How to find the selected items in a CheckBoxList?
Read more
1860 Users read it.

Label Web Server Control
by Frank Beverdam (July 8, 2005)

Label Web Server Control

The Label web server control is one of the simplest control. The output of label web server control is the HTML <span> tag. In this discussion we will see the following aspects.

  1. How to display/assign a text with Label Web server control?
  2. How to assign a borderwidth?
  3. How to give colors for our text?
Read more
2874 Users read it.

Data Binding Server Controls
by Frank Beverdam (June 16, 2005)

Data Binding Server Controls

ASP.NET introduces a new declarative data binding syntax. This extremely flexible syntax permits the developer to bind not only to data sources, but also to simple properties, collections, expressions, and even results returned from method calls. The following table shows some examples of the new syntax.

Simple property Customer: <%# custID %>
Collection Orders: <asp:ListBox id="List1" datasource='<%# myArray %>' runat="server">
Expression Contact: <%# ( customer.FirstName + " " + customer.LastName ) %>
Method result Outstanding Balance: <%# GetBalance(custID) %>
Read more
3129 Users read it.

Applying Styles to Controls
by Frank Beverdam (June 16, 2005)

Applying Styles to Controls The Web is a flexible environment for user interfaces, with extreme variations in the look and feel of different Web sites. The widespread adoption of cascading style sheets (CSS) is largely responsible for the rich designs encountered on the Web. All of ASP.NET's HTML server controls and Web server controls have been designed to provide first-class support for CSS styles. This section discusses how to use styles in conjunction with server controls and demonstrates the very fine control over the look and feel of your Web Forms that they provide.
Read more
Follow us on twitter Subscribe to our RSS feed
Activate your free membership today | Login | Currency