Hello, I have an ajax tab container and it have 3 tab panel,
For example, First panel to insert data, second panel to update data, third panel to delete data
At the first panel (insertion), I give an error handling using Required Field validator
At the second panel, I don't give this error handling
Then I'm trying to update a data, but it can't do that, because of the first panel have an error handling and it runs besides I click at the update panel.
Shortly, my problem is when I click update button at the update panel, it doesn't do anything because this button trigger the required field validator (error handling) at the first panel.
So, could You give me solution how to solve this problem? So the button could work alone on each panel?
I have tried to give attribute false to required validator and when I click insert button it made the validator set to true, but it's not work.
vandercross
Member
12 Points
4 Posts
[Q] About Tab Container/Tab Panel [ASP.NET][C#]
Apr 16, 2012 02:01 AM|LINK
Hello, I have an ajax tab container and it have 3 tab panel,
For example, First panel to insert data, second panel to update data, third panel to delete data
At the first panel (insertion), I give an error handling using Required Field validator
At the second panel, I don't give this error handling
Then I'm trying to update a data, but it can't do that, because of the first panel have an error handling and it runs besides I click at the update panel.
Shortly, my problem is when I click update button at the update panel, it doesn't do anything because this button trigger the required field validator (error handling) at the first panel.
So, could You give me solution how to solve this problem? So the button could work alone on each panel?
I have tried to give attribute false to required validator and when I click insert button it made the validator set to true, but it's not work.
handler Panel validator ajax error
vandercross
Member
12 Points
4 Posts
Re: [Q] About Tab Container/Tab Panel [ASP.NET][C#]
Apr 16, 2012 02:41 AM|LINK
SOLVED
using validationgroup