Hi,
I am trying to execute two separate javascript functions from a single Rad control client event.
If I was using a regular asp control like a GridView I could do something like:
<asp:GridView1 id="Grid1" runat="server"
onMouseOver="JsFunction1();JsFunction2();">
But looks like the same syntax doesn't work in Rad controls for calling two JsFunctions.
I basically want to call two javascript functions on RadTabStrip's OnClientTabSelected event
Any help would be appreciated.
Thank you.
I am trying to execute two separate javascript functions from a single Rad control client event.
If I was using a regular asp control like a GridView I could do something like:
<asp:GridView1 id="Grid1" runat="server"
onMouseOver="JsFunction1();JsFunction2();">
But looks like the same syntax doesn't work in Rad controls for calling two JsFunctions.
I basically want to call two javascript functions on RadTabStrip's OnClientTabSelected event
Any help would be appreciated.
Thank you.