is there a way to pass arguments into the javascript function, ie onClientActiveTabChanged(sender, Args)? There are prolly tons of samples but i haven't found one yet. if someone can point me to one i would appreciate it. thank you!
Hi Jakvike,
jakvike:
is there a way to pass arguments into the javascript function, ie onClientActiveTabChanged(sender, Args)?
As far as I know, we cannot pass arguments toArgs directly unless we modify the Controls implementation. So I suggest that you should use a hidden field or a public Javascript variable.
I hope this help.
Best regards,
Jonathan
Thats what I thought, thank you for the reply!
I also have same problem
No comments:
Post a Comment