I need some help with a textbox:
The textbox is only allowed to contain letters. how do I do this?
Javascript/JQuery is your friend to make the UI only accept letters. However, you must make sure you validate the contents of the textbox on postback otherwise you can have bad data where people have bypassed the javascript.