On an ASP.NET 3.5 web page, in my VB code when I refer to the value of RequiredFieldValidator.IsValid I get no response. Anyone have a solution to this?
The RequiredFieldValidator is in a panel with a textbox, label and button. The VB code for the button includes "Label19.Text = RequiredFieldValidator1.IsValid" When run, the label text displays nothing. No error is generated.