protected void btnFindByAccountName_Click(object sender, EventArgs e) { if (DropDownListBranchNameList.Text == "") { LblMsg.Text = "First Select branch "; DropDownListBranchNameList.Focus(); return; } loadGrid_withAccountsName(); }
protected void btnCon_head_Click(object sender, EventArgs e) { if (DropDownListBranchNameList.Text == "") { LblMsg.Text = "First Select branch "; DropDownListBranchNameList.Focus(); return; } loadGrid_withConHead(); }