Hi All,
I've some external javascript file(.js) in my project and I call it in my user control.
Can someone tell me how to call the user control's form elements
(like textbox, dropdown and other controls defined in that user control).
I cannot use ( document.formname.elementid because, the user control cannot have a form name.
. Pls tell me how can i access the user control's form elements.
Any help to this would be appreciated.
Thanks
ZR