More than one Custome control are not working properly
- by Kamlesh
Hello Developers,
I have developed a ASP.Net Server custom control in C# for 3.5. named "myCheckBoxList" inherited from CheckBoxList web control.
Working is very simple. It just works as a two option buttons. I have taken a CheckBoxList which will show two fixed checkboxes always. When I check one checkbox then another will uncheck as vise versa.
This control works perfectly only when I have placed only one instance of that control on web page. If I place more than one instance of control then it doesnt works.
Please, I need solution from expert minds from developers as stackoverflow users.