Im unable to maintain the tab order when ever my controls autopostback get executed.
I hav 4 controls and my 3rd controls prop of autopostback is true.when ever autopostback is executed the control goes back to first.how 2 solve this

Recommended Answers

All 3 Replies

use javascript to focus on the third one

you can set the focus method for the tab control. But i suggest that the page is reloading or setting focus to the first tab everytime in code or you are rebinding it each postback? Try the if (isPostback) to set the control or not as the case may be

how to set the tabindex property automatically. if tabindex property is not set in asp.net and doesn't required to set the tabindex property.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.