I have defined the tabindex property on each of the webcontrols of my page, so I have 2 webcontrols with autopostback="true", but after the callback the tabindex order is lost. How can I preserve the current order(tabindex) after a callback(postback) is fired?