Re: Buttongroups
"cp" <e-blade@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:447490f4$0$60785$157c6196@xxxxxxxxxxxxxxxxxxxxxxxx
I have 2 seperate panels, fitted into a larger one, and each of these
panels
holds a buttongroup with 3 buttons.
Is it possible to select one button from one group, and then disable the
other group entirely?
Yes, this is possible.
In the event that a button from group one is clicked, call the getElements()
method from the other ButtonGroup, and disable each button. This will
disable the entire group.
Best regards,
JayCee
--
http://jcsnippets.atspace.com/
a collection of source code, tips and tricks
.
Relevant Pages
- Re: "Restructure a Windows application" from scratch in 2 months
... Run VS2005 - reverse engineer the source code. ... Run classdesigner - that's your UML replacement (and you don't need any more ... > This appliction uses Window forms UI with a lot of panels put one on the ... > webservices to get the data from our database and show in turn on UI. ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: "Restructure a Windows application" from scratch in 2 months
... Run VS2005 - reverse engineer the source code. ... Run classdesigner - that's your UML replacement (and you don't need any more ... > This appliction uses Window forms UI with a lot of panels put one on the ... > webservices to get the data from our database and show in turn on UI. ... (microsoft.public.dotnet.languages.csharp) - Re: "Restructure a Windows application" from scratch in 2 months
... Run VS2005 - reverse engineer the source code. ... Run classdesigner - that's your UML replacement (and you don't need any more ... > This appliction uses Window forms UI with a lot of panels put one on the ... > webservices to get the data from our database and show in turn on UI. ... (microsoft.public.dotnet.framework.windowsforms) - Re: "Restructure a Windows application" from scratch in 2 months
... Run VS2005 - reverse engineer the source code. ... Run classdesigner - that's your UML replacement (and you don't need any more ... > This appliction uses Window forms UI with a lot of panels put one on the ... > webservices to get the data from our database and show in turn on UI. ... (microsoft.public.dotnet.framework.adonet) - RE: Problem with submiting the page
... Regards ... > I m dealing in a situation tht there are two panels in a page. ... Each of the text boxes ... > RequiredFieldValidators of the other panel get activated. ... (microsoft.public.dotnet.framework) |
|