i have group of 3 radio buttons, if i select one of those , that particular data should be displayed on datagrid, can anyone please help me out
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" >
Krishna GaradPosted Dec 22, 2010, 11:27 PM
Madhu KPosted Dec 23, 2010, 3:50 AM
Krishna GaradPosted Dec 23, 2010, 2:23 AM
sandeep kodepakaPosted Dec 23, 2010, 2:07 AM
but one more problem, if i select first radiobutton then the data is displayed ok fine, then if i select the second radiobutton the first datagrid should be invisible. can u please help me