R
Rushi
Hi All,
I have created two different User Control. This two UCs have their own
Javascript code to do some stuff.
Now both UCs are mutualy exclusive like when one is visible I have to
hide second one.
This is working fine if I am not adding that ClicntSide Script, but
when I am inserting client side scripts, it started giving me error.
As ClientSide script is gettign Add, but as user control is not
visible and hence its child control is not available and so that
Script is not able to search that control.
Can anyone has idea how do I resolve the problem?
Regards
Rushikesh
I have created two different User Control. This two UCs have their own
Javascript code to do some stuff.
Now both UCs are mutualy exclusive like when one is visible I have to
hide second one.
This is working fine if I am not adding that ClicntSide Script, but
when I am inserting client side scripts, it started giving me error.
As ClientSide script is gettign Add, but as user control is not
visible and hence its child control is not available and so that
Script is not able to search that control.
Can anyone has idea how do I resolve the problem?
Regards
Rushikesh