validation
i have 2 textbox 2 buttons and 2 required field validator for each textbox box respectively.
when i click bt1 the requirefield validator for txtbox1 should activate and
when i click bt2 the requirefield validator for txtbox2 should activate
iam using .net framework 1.1
[293 byte] By [
syedwna] at [2007-11-11 10:23:08]

# 1 Re: validation
AFAIK, it's not possible to do with Standard Required Field Validator in ASP.NET 1.1. But It's possible to do like that in ASP.NET 2.0.
maybe. you should use Javascript instead of using Required Field Validators. or you may need to create your owned Required Field Validators which may inherits from System.Web.UI.WebControls.RequiredFieldValidator.
Sync at 2007-11-11 23:11:55 >
