C
Colorstone
Hi,
I have a TabContainer inside a data bound FormView (to logically group the
form fields into different tabs). The display part of the data binding works
fine, but the Update doesn't. Basically the FormView cannot find the
TextBoxes inside the tab container's tab panels. Some of the forums say that
it's because of the TabContainer's implementation (by design) of
"INamingContainer", and a hack is to take control of the TabContainer's
source code (ajax ctl toolkit's source code) and remove the
"INamingContainer" interface from it.
I could do that, but I am wondering if there is a "straight-forward"
solution. Please let me know.
Thanks in advance,
Colorstone.
I have a TabContainer inside a data bound FormView (to logically group the
form fields into different tabs). The display part of the data binding works
fine, but the Update doesn't. Basically the FormView cannot find the
TextBoxes inside the tab container's tab panels. Some of the forums say that
it's because of the TabContainer's implementation (by design) of
"INamingContainer", and a hack is to take control of the TabContainer's
source code (ajax ctl toolkit's source code) and remove the
"INamingContainer" interface from it.
I could do that, but I am wondering if there is a "straight-forward"
solution. Please let me know.
Thanks in advance,
Colorstone.