Hi friends,
I have a screen with three selection textboxes (select boxes) and a listgrid. I have a add button to add the details entered in textboxes into listgrid. when one row added, and if i select the second textbox the page refreshed and the row in the listgrid is disappearing.
I used the ajax not to refresh but how the values of the form will be added to the listgrid? so, if i want those rows after refresh also how it is possible?
I have a screen with three selection textboxes (select boxes) and a listgrid. I have a add button to add the details entered in textboxes into listgrid. when one row added, and if i select the second textbox the page refreshed and the row in the listgrid is disappearing.
I used the ajax not to refresh but how the values of the form will be added to the listgrid? so, if i want those rows after refresh also how it is possible?
Comment