dynamically adding validators

J

jsh02_nova

I'm adding validators dynamically to a page with the following code:

MyVal = New RegularExpressionValidator
With MyVal
.ControlToValidate = tbAttrValue.Id
.ValidationExpression = "(\w){1,2}"
.ErrorMessage = "Warning W.R."
.Display = ValidatorDisplay.Dynamic
End With
Me.Page.Validators.Add(MyVal)

The project compiles and runs however, when I submit the page I get an
'Object reference not set to an instance of an object.' exception. Has
anybody else run across this problem, if so what am I missing?

thx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top