I have a Tab Control with multiple Tab Pages. I want to be able to fade the tabs back and forth. I don\'t see an opacity option on the Tab Controls. Is there a way to cause a fa
I don't see a specification of Winform/Webform, so I'll assume WebForm...
You can use an AJAX AnimationExtender.
Failing that, a bad way (which would work) would be to accept a QueryString that causes the page to auto-navigate to the tab you want, and use page Transitions.
For Winforms, you could use WPF :)