Databind checkbox

  • Thread starter Thread starter SAL
  • Start date Start date
S

SAL

Hello,
When I try to use the DataBindings property in the properties window for a
web form checkbox, it changes the Text property also.
So, let's say I have chkbxMycheckBox with the text property set to "My
CheckBox's Text"
When I set the databindings to a business component's property, it changes
the Text property to the name of the checkbox. Can someone tell me why this
is and how I can avoid it?

Thanks
S
 
Back
Top