I have this in javascript with vb.net/asp.net:
var tabContainer = $get('<%=tab1.ClientID%>');
tab1 is the name of a specific element on my form. i want to make that dynamic, so that it can be passed as a variable to my function. I've tried a bunch of ways with single and double quotes, but no luck.
Any ideas?
Thanks!