Posted: 7/18/2010
Hi Experts,
I have two classes A and B in Javascript. I have 10 methods in class A, I want to copy all those methods to B How can I do so programatically.
Posted: 7/19/2010
Can you please be more specific what you really want to achieve?
You want to itterate through all methods/function in one javascript class or ?
Also, providing your code will help us much more in understanding what you have and what you need :).
Regards,Hajan
Posted: 7/25/2010
Hi Shawn,
Please check the below link for it, I have just written blog on it.
http://codeasp.net/blogs/raghav_khunger/microsoft-net/821/javascript-copy-methods-from-one-class-to-other
Thanks,
Raghav