Jquery Tab modified from code behind -
I would like to modify the text header of the jquery tab in the back code, and I must get the selected tab number. any idea? I was trying to reference the tab with HtmlGenericControl but it is very difficult because it's just a "div" and does not run on the server I'm using asp.net, c # Thanks a lot guys
You say "jquery" and then you say "behind the sentence" In the same sentence You need to understand that these are completely different techniques that do not have any direct knowledge about each other.
When the "code" runs behind the server, Javascript runs on the customer's browser. If you want to modify the active tab on the client's page, then this is Javascript if you want to inform your server of this tab selection change, then you can access your Javascript via a web service through an AJAX call need to get.
Simply put, it can not be done with your (bad) .NET control alone.
Comments
Post a Comment