What's the best method these days for creating vertical tabs? I currently use the toolkit's tab control for my horizontal tabs but I want to put it in another tabcontainer that has vertical tabs (kinda like an old style TV set with channels as buttons). How are people doing this these days? Doesn't look like the AJAX tab control can be made into vertical tabs and after googling around I didn't see anything that jumped out at me.
Thoughts?
Thanks!
Craig
Hi Craig,
Currently, there isn't a easy way to customize the tab control to show tabs vertically. But I don't think is quite difficult to implement your own one.
1. You may place several buttons vertically on the page.
2. Add some panels with corresponding content in them
3. Add javascript to control the visibility of these panels within the client side click handler of buttons
No comments:
Post a Comment