When we add another custom Control Like Checkbox,Radio Button then it create problem How can I add CheckBox Costom Control.
I tried to add CheckBox control which name is ChkDocumentVisibility12 then it give error. Error message is:
Http Parse Exception was caught
The base class includes the field 'ChkDocumentVisibility', but its type (System.Web.UI.WebControls.CheckBox) is not compatible with the type of control (System.Web.UI.WebControls.DropDownList).
on Reflection.vb page.
Can you provide me solution for add CheckBox custom control.