This is a migrated thread and some comments may be shown as answers.

Problem with Rad tabstrip

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mathews
Top achievements
Rank 1
Mathews asked on 02 Sep 2008, 07:32 AM
Hi All

I am  loading usercontrol on rad tab strip multipage(on demand).i have a problem in that.
let us consider 1 usercontrol that contains 1 text box.
i have a save button in the page that contain tabstrip.i need to validate(Client side;the textbox from user control) by this save button
note : textbox and save button in different user controls
reply Expection soon
thanks in advance

regards
Mathews Baby

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 06 Oct 2008, 07:01 PM
Mathews-

Not sure if you're still dealing with this or not. I think ASP.NET's built-in ValidationGroups should solve your problem. Simply ensure that the TextBox and the submit button are part of the same ASP.NET validation group. When the button is clicked, ASP.NET should check to see if the page is valid before submitting.

Hope that helps-
Todd
Tags
General Discussions
Asked by
Mathews
Top achievements
Rank 1
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or