Hire my services

If you would like to hire my services, you can now do so by visiting the following link:

Website Design Darlington

Article Statistics

ArticlesLatest Entry
2121-May-2008

Code Bank Statistics

CategoryTipsLatest Entry
Applications420-Feb-2008
Cache118-Apr-2007
Controls926-Jul-2007
CSS107-Sep-2007
Database428-Aug-2007
Dates128-Aug-2007
Email105-Mar-2007
Files123-Apr-2007
HTML101-Mar-2007
Images226-Mar-2007
Pages115-Oct-2007
Sessions122-Nov-2007
SQL Server1518-Mar-2008
Strings309-May-2007
Skip Navigation LinksHome > Code Bank (Controls)

Code Bank Categories: View RSS Feed for Code Bank

Maintain an entered password

Summary: When a postback occurs, any TextBoxes which have their TextMode set to Password will be cleared and the user will have to retype their password. Here is a workaround.

Read More...

Apply a Please Wait message to a Button

Summary: An example of how we can append a "Please Wait" message to a Button when submitting a form.

Read More...

Clear all TextBox values

Summary: An example of a recursive function to clear all TextBox values on a page

Read More...

Add dynamic controls with events

Summary: Add dynamic controls and associate an event with an existing function

Read More...

Get a list of all selected items in a CheckBoxList

Summary: Get a list of each item that was checked in a CheckBoxList

Read More...

Find which control caused a postback

Summary: Pass the page to the function and the control that caused the postback will be returned from the function

Read More...

Limit selections for the Calendar

Summary: Shows how to set the calendar control to only show certain months

Read More...

Add a confirmation popup to a Button

Summary: Ask the user for confirmation when they click a button

Read More...

Insert a ListItem into a DropDownList

Summary: Add a default item to a DropDownList so it is the first item in the list.

Read More...