On a page I use a jQuery UI tabs. In several tabs, some part are the same, then I create a partial view. This partial view is call several time on the same page because tabs are divs on the same page. Then I have to make a difference between control.
In the partial view, I have this : @Html.TextBoxFor("MyControl");
I'd like to tab0 give to this control : tabs0MyControl
I'd like to tab1 give to this control : tabs1MyControl
I need make the difference between because I do some action with jQuery after.