Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Nested WebTab in Formview
posted

Hi,

I have a FormView which updates a single, but large, table.  We have two seperate instance of the WebTab control specified.  Once in the read-only mode of the formview and another in the edit mode.  They both load fine!  This allows our users to navigate the data using the tabs.  We wanted to do the same thing for the Update.  We also use optimistic concurrency for our application.  When we placed the textboxes inside the webtab and clicked the update button it failed because the values could not be read.  This makes sense to me because it is inside another container.  The question is how can I get it to look into the correct container and see the textboxes filled out and processed?

Thanks

Brent