Hi,
I want to validate two separate textboxes with two separate buttons on the same page but the two different validations effect one another.
I want the user to choose only one textbox to input into and then choose the respective button to click. Is there a way that .NET can differentiate between the two textboxes/buttons and produce the correct javascript validation or will I have to accept a submit and do the validation server side?
Cheers
James
I want to validate two separate textboxes with two separate buttons on the same page but the two different validations effect one another.
I want the user to choose only one textbox to input into and then choose the respective button to click. Is there a way that .NET can differentiate between the two textboxes/buttons and produce the correct javascript validation or will I have to accept a submit and do the validation server side?
Cheers
James