T
tshad
I have a page that has about 20 textboxes and dropdowns that I want to
disable until a button is pushed.
I don't want them to be hidden which I can do with <div visible=false
runat=server> or <aspanel visible=false runat=server>. I want them to see
the whole page but just disable all the controls on the bottom 3/4 of the
page.
I could do it by just doing each control one at a time but then if I add or
take a control off the page I would need to remember to enable and disable
it at the proper time.
Thanks,
Tom
disable until a button is pushed.
I don't want them to be hidden which I can do with <div visible=false
runat=server> or <aspanel visible=false runat=server>. I want them to see
the whole page but just disable all the controls on the bottom 3/4 of the
page.
I could do it by just doing each control one at a time but then if I add or
take a control off the page I would need to remember to enable and disable
it at the proper time.
Thanks,
Tom