ValidationSummary question

  • Thread starter Thread starter TruongLapVi
  • Start date Start date
T

TruongLapVi

Hi

I have an ASP.NET page with some validator control and 1 validationSummary.
It works. But I want this:

When the user input error text, the validation summary show dialog box, But
user would more pleasure if page focus the control which has error input.

How can I do this ?

Thanks so much.
 
Hi,

u can do if u r using "Custom Validator control". In the Custom validator
function just specify the focus() .
I don't know about the other validator control.. Even am searching for a
solution for this.

Cheeeeeeeeeeers
 
Back
Top