textbox

ASP.NET Tab index in a sequence..

Hi I have a set of text boxes and html editors in my form. I am not able to set the proper tab index. The tab index moves from the first text box and skips all the controls in between and reaches the last html editor and the third tab takes me to the address bar and then it moves randomly all over the controls. I now want to remove the...

Textbox value doesn't get updated

I have a asp.net page with a datalist with a textbox and a button on it, on page load the textbox gets text in it, if I change the text and press the button the text doesn't get updated. What am I doing wrong? { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { DataTable table = CategoryAccess.Ge...