Is there a way to open a specific tab when clicking a content node?
I have a custom datagrid on a tab, I want to click on a cell and open that row in a detail view. My plan was to put something in the querystring for the iFrame, but it reloads the content node with the first tab displayed.
Your best bet might be to stick your controls inside an UpdatePanel so the entire page doesn't need to reload.
If not you can look at this thead, I did something similar but maybe not exactly what you are asking. I also saw another thread recently with a similar approach but can't seem to find it
Is there a way to open a specific tab when clicking a content node?
I have a custom datagrid on a tab, I want to click on a cell and open that row in a detail view. My plan was to put something in the querystring for the iFrame, but it reloads the content node with the first tab displayed.
Your best bet might be to stick your controls inside an UpdatePanel so the entire page doesn't need to reload.
If not you can look at this thead, I did something similar but maybe not exactly what you are asking. I also saw another thread recently with a similar approach but can't seem to find it
HTH,
Tom
Yeah you confirmed my suspicions. That's the route i've headed down...
Cheers for the help :)
is working on a reply...