Hi,
I have written a date picker in C# and JavaScript that includes a text field, a calendar image and a datepicker. Datepicker is a div named "bpc1-calendar". It works perfectly. However, my problem is when two or more instances are added to a page. They're all named the same. If only I could find a way to get a unique instance ID of the control, then I can name the second control "bpc2-calendar" and so on.
Does anybody know how to retrieve an instance ID?
Any idea is highly appreciated.
Amin
View Complete Post