G
Guest
I have an ASP.NET 2.0 page with a readonly textbox on it who's value is
populated by a popup child window used for selecting from a list. I use a
javascript function to pass the data back to the parent using the name of the
textbox with the parent form. This all works fine, except when I click Save
on the Parent form and require the client side RequiredFieldValidator to
trigger. This validator results in showing the error message pertaining to
the fact that the readonly textbox is empty
Any ideas
Much appreciated
Ian
populated by a popup child window used for selecting from a list. I use a
javascript function to pass the data back to the parent using the name of the
textbox with the parent form. This all works fine, except when I click Save
on the Parent form and require the client side RequiredFieldValidator to
trigger. This validator results in showing the error message pertaining to
the fact that the readonly textbox is empty
Any ideas
Much appreciated
Ian