JavaScript Function Definition in ASP User Control
- by Steven
I defined a JavaScript function inside a user control.
If I have multiple instances of the control on my .aspx page, how do I prevent multiple function definitions in the resulting HTML code?