More than one Custome control are not working properly

Posted by Kamlesh on Stack Overflow See other posts from Stack Overflow or by Kamlesh
Published on 2010-06-11T08:57:44Z Indexed on 2010/06/11 9:03 UTC
Read the original article Hit count: 237

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about custom