All
I have a Modal web page with two Datagrids (Grid1 and Grid2), that have two columns each, in the first column of each grid is a check box . Users can check the check box from Grid1 to assign a value or users can check the check box from grid2 un_assign a value
The page then does adatabase update based on the checked check boxes. However after the update is done I rebind the grids but the check boxes still show as checked . It seems that the page is not posting back after the update
How can I uncheck the selection after the postback or how do I get the page to postback to target "_self" where I have a grid re-bin
Jawaha
|