I have a Tab control which has TargetUrls for the various different tabs.
One of the tabs has a UltraWebGrid containing a hyperlink column. On clicking the hyperlink column, I want it to navigate to a specific tab.
What's the best way to accomplish it ?
Use a link button instead of hyperlink and handle tab selection inside linkbutton event.
Any ideas on how to accomplish the above scenario ?