Hello,
I have a formview control that has labels in ReadOnly mode and a mix of
textboxes and dropdownlists for Edit mode. When switching from ReadOnly mode
to Edit mode I need to hide/show controls based on a certain dropdown list
value. If I switch to Edit mode and change the dropdown selection with my
mouse the hiding/showing of certain controls works fine based on the
dropdown.select edindexchange event. What I'm having trouble figuring out is
getting the right controls shown immediately after changing from ReadOnly to
Edit mode based on the initial value of the dropdown.
Any help would be greatly appreciated!
Thanks in advance.
I have a formview control that has labels in ReadOnly mode and a mix of
textboxes and dropdownlists for Edit mode. When switching from ReadOnly mode
to Edit mode I need to hide/show controls based on a certain dropdown list
value. If I switch to Edit mode and change the dropdown selection with my
mouse the hiding/showing of certain controls works fine based on the
dropdown.select edindexchange event. What I'm having trouble figuring out is
getting the right controls shown immediately after changing from ReadOnly to
Edit mode based on the initial value of the dropdown.
Any help would be greatly appreciated!
Thanks in advance.