Hi All,
I need help with Gridview Sorting. Please find my codebehind methods and Gridview code below. Any help is appreciated.
protected void BindData()
{
DataTable dtRosterReport;
int rbtnValue;
//string providerId = Session[Settings.Default.PROVIDERID].ToString(); //uncomment this line
string providerId = "666666"; //comment this line later
//All Admission Records
if (rbtnAdmissionRecords.Checked)
{< ...
Go to the complete details ...