I have a dynamic generated form which comes with three textboxes generated by javascript (there is no issues with thoses ones) but when it displayed and I add a new textbox as the same way as the three ones, the validator detects only the three textboxes and not the new ones which cames after that the page is displayed.
I think that the form have to be refreshed. Do you have any idea? Thanks a lot.