User control in asp.net + java script + validation
I created a user control for Countries using Microsoft Visual sutdio. I populated a dropdownlist ( Server Side ) using database and then I called this countrol in one of my web form. I wanted to validate this User control but it was not validating when I used ”MyControl1.ClientID” instead of this when i Use Asp.Net generated ID it [...]
