Hi,
I have a list box and check box below it.
When all the items in list box is selected, the check box should get
selected.
Similarly, when the check box is un-selected, the items in list box should
be cleared.

For this I have used listbox_selectedchange and checkbox__CheckedChanged.

There is a problem in this. In the checkbox__CheckedChanged event, when it
tried to select a item, the listbox_selectedchange event is triggered.
.
Because of this, I am not able to achieve
1.        “select all” option of check box AND
2.        On selection of all items in list box, the checkbox is not
checked.
Please help.

Regards
Suraj

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to