i have two gridview's , if i select multiple rows that perticuler row should be moved to next data grid .
below is the code.
AllowSorting="True" AllowPaging="True" PageSize="20" onrowediting="dgApplicable_RowEditing"
onpageindexchanging="dgApplicable_PageIndexChanging" Height="127px"
style="margin-right: 75px"
onselectedindexchanged="dgApplicable_SelectedIndexChanged" >
onpageindexchanging="dgAppEmployees_PageIndexChanging" Height="51px" >
Krishna GaradPosted Dec 22, 2010, 11:19 PM
sandeep kodepakaPosted Dec 27, 2010, 3:47 AM
i tried it but iam not able to get it.