I have textboxes with required field validtor. I have add button.
I have a grid with Edit and Delete link button.
On click of add button the RFValidator is correctly fired. However, When I click the edit button (after clicking the add button and RFValidator fired) on the grid. It should populate the textboxes with values but it doesn’t. How can this be implemented.
I appreciate your support.
Is the
Editbutton set toCausesValidation="False"?