public void GetComplainTroubleDetails(int ComplainID)
 {
     try
     {
         dynamic dt = objBSS.GetComplainTroubleShooting_ByComplainID(ComplainID);
         if (dt.Rows.Count == 1)
         {
             objBL.CreateDynamicRadioButtonOnView("NodePortStatus", pnlTS21_1NodePortStatus, dt.Rows[0]["NodePortStatus"]);
             objBL.CreateDynamicRadioButtonOnView("NodePortTrafficStatus", pnlTS21_2TrafficStatusatNodePort, dt.Rows[0]["NodePortTrafficStatus"]);
             objBL.CreateDynamicRadioButtonOnView("NodePortTrafficUtilization", pnlTS21_3TrafficUtilizationatNodePort, dt.Rows[0]["NodePortTrafficUtilization"]);
             objBL.CreateDynamicRadioButtonOnView("STGTrafficUtilization", pnlTS21_4TrafficUtilizationatSTG, dt.Rows[0]["STGTrafficUtilization"]);
             objBL.CreateDynamicRadioButtonOnView("CTGTrafficUtilization", pnlTS21_5TrafficUtilizationatCTG, dt.Rows[0]["CTGTrafficUtilization"]);
             objBL.CreateDynamicRadioButtonOnView("NodePortErrDiscard", pnlTS21_6ErrorDiscards, dt.Rows[0]["NodePortErrDiscard"]);
             objBL.CreateDynamicRadioButtonOnView("LastMilePowerStatus", pnlTS21_7LastMileDevicePowerStatus, dt.Rows[0]["LastMilePowerStatus"]);
             objBL.CreateDynamicRadioButtonOnView("CPEStatus", pnlTS21_8CPEStatus, dt.Rows[0]["CPEStaus"]);
             objBL.CreateDynamicRadioButtonOnView("FiberLEDStatus", pnlTS22_1FiberLEDStatus, dt.Rows[0]["FiberLEDStatus"]);
             objBL.CreateDynamicRadioButtonOnView("CETrafficStatus", pnlTS22_2TrafficStatusatCEInterface, dt.Rows[0]["CETrafficStatus"]);
             objBL.CreateDynamicRadioButtonOnView("CEInterfaceStatus", pnlTS22_3CEInterfaceStatus, dt.Rows[0]["CEInterfaceStatus"]);
             objBL.CreateDynamicRadioButtonOnView("BandwidthUtilization", pnlTS22_4BandwidthUtilization, dt.Rows[0]["BandwidthUtilization"]);
             objBL.CreateDynamicRadioButtonOnView("DeviceRebooted", pnlTS22_5DeviceRebooted, dt.Rows[0]["DeviceRebooted"]);
             objBL.CreateDynamicRadioButtonOnView("CustomerIPResponses", pnlTS22_6CustomerIPResponse, dt.Rows[0]["CustomerIPResponses"]);
             cmbTS22_7CustomerBandwidthIssue.Text = dt.Rows[0]["CustomerBandwidthIssue"];
             objBL.CreateDynamicRadioButtonOnView("GatewayResponses", pnlTS23_1GatewayResponses, dt.Rows[0]["GatewayResponses"]);
             objBL.CreateDynamicRadioButtonOnView("AssignedDNS", pnlTS23_2AssignedDNS, dt.Rows[0]["AssignedDNS"]);
             objBL.CreateDynamicRadioButtonOnView("DNSResponding", pnlTS23_3DNSResponding, dt.Rows[0]["DNSResponding"]);
             objBL.CreateDynamicRadioButtonOnView("IsIPBlockedbyPTA", pnlTS23_4IPBlockedbyPTA, dt.Rows[0]["IsIPBlockedbyPTA"]);
             tbTS23_5Remarks.Text = dt.Rows[0]["Remarks"];
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public void GetComplainTroubleDetails(int ComplainID)
 {
     try
     {
         dynamic dt = objBSS.GetComplainTroubleShooting_ByComplainID(ComplainID);
         if (dt.Rows.Count == 1)
         {
             objBL.CreateDynamicRadioButtonOnView("NodePortStatus", pnlTS11_1NodePortStatus, dt.Rows[0]["NodePortStatus"]);
             objBL.CreateDynamicRadioButtonOnView("NodePortTrafficStatus", pnlTS11_2TrafficStatusatNodePort, dt.Rows[0]["NodePortTrafficStatus"]);
             objBL.CreateDynamicRadioButtonOnView("NodePortTrafficUtilization", pnlTS11_3TrafficUtilizationatNodePort, dt.Rows[0]["NodePortTrafficUtilization"]);
             objBL.CreateDynamicRadioButtonOnView("STGTrafficUtilization", pnlTS11_4TrafficUtilizationonSTG, dt.Rows[0]["STGTrafficUtilization"]);
             objBL.CreateDynamicRadioButtonOnView("CTGTrafficUtilization", pnlTS11_5TrafficUtilizationonCTG, dt.Rows[0]["CTGTrafficUtilization"]);
             objBL.CreateDynamicRadioButtonOnView("NodePortErrDiscard", pnlTS11_6ErrorDiscardsatNodePort, dt.Rows[0]["NodePortErrDiscard"]);
             objBL.CreateDynamicRadioButtonOnView("LastMilePowerStatus", pnlTS11_7LastMileDevicePowerStatus, dt.Rows[0]["LastMilePowerStatus"]);
             objBL.CreateDynamicRadioButtonOnView("CPEStatus", pnlTS11_8CPEStatus, dt.Rows[0]["CPEStaus"]);
             objBL.CreateDynamicRadioButtonOnView("FiberLEDStatus", pnlTS12_1FiberLEDStatus, dt.Rows[0]["FiberLEDStatus"]);
             objBL.CreateDynamicRadioButtonOnView("CETrafficStatus", pnlTS12_2TrafficStatusatCEInterface, dt.Rows[0]["CETrafficStatus"]);
             objBL.CreateDynamicRadioButtonOnView("CEInterfaceStatus", pnlTS11_9CEInterfaceStatus, dt.Rows[0]["CEInterfaceStatus"]);
             objBL.CreateDynamicRadioButtonOnView("BandwidthUtilization", pnlTS12_3BandwidthUtilization, dt.Rows[0]["BandwidthUtilization"]);
             objBL.CreateDynamicRadioButtonOnView("DeviceRebooted", pnlTS12_4DeviceRebooted, dt.Rows[0]["DeviceRebooted"]);
             tbTS12_5Remarks.Text = dt.Rows[0]["Remarks"];
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public void GetComplainTroubleDetails(int ComplainID)
 {
     try
     {
         dynamic dt = objBSS.GetComplainTroubleShooting_ByComplainID(ComplainID);
         if (dt.Rows.Count == 1)
         {
             tbTS51_1CustomerRequest.Text = dt.Rows[0]["CustomerQuery"];
             tbTS51_2Remarks.Text         = dt.Rows[0]["Remarks"];
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public void GetComplainTroubleDetails(int ComplainID)
 {
     try
     {
         dynamic dt = objBSS.GetComplainTroubleShooting_ByComplainID(ComplainID);
         if (dt.Rows.Count == 1)
         {
             objBL.CreateDynamicRadioButtonOnView("AssignedDNS", pnlTS41_1AssignedDNS, dt.Rows[0]["AssignedDNS"]);
             objBL.CreateDynamicRadioButtonOnView("ISWebsiteReachable", pnlTS41_2Website, dt.Rows[0]["ISWebsiteReachable"]);
             objBL.CreateDynamicRadioButtonOnView("DNSResponding", pnlTS41_3DNSResponding, dt.Rows[0]["DNSResponding"]);
             tbTS41_4Remarks.Text = dt.Rows[0]["Remarks"];
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Exemplo n.º 5
0
 public void GetComplainTroubleDetails(int ComplainID)
 {
     try
     {
         dynamic dt = objBSS.GetComplainTroubleShooting_ByComplainID(ComplainID);
         if (dt.Rows.Count == 1)
         {
             objBL.CreateDynamicRadioButtonOnView("EmailIssueIn", pnlTS31_1Issuein, dt.Rows[0]["EmailIssueIn"]);
             objBL.CreateDynamicRadioButtonOnView("EmailDomain", pnlTS31_2Domain, dt.Rows[0]["EmailDomain"]);
             objBL.CreateDynamicRadioButtonOnView("MPPLSMTP_POPResponse", pnlTS31_3MPPLResponse, dt.Rows[0]["MPPLSMTP_POPResponse"]);
             objBL.CreateDynamicRadioButtonOnView("MPPLSMTP_POPTelnet", pnlTS31_4MPPLTelnet, dt.Rows[0]["MPPLSMTP_POPTelnet"]);
             objBL.CreateDynamicRadioButtonOnView("EmailIssueOn", pnlTS31_5IssueOn, dt.Rows[0]["EmailIssueOn"]);
             tbEmail_DomainFacingProblem.Text = dt.Rows[0]["FacingEmailIssueAt"];
             objBL.CreateDynamicRadioButtonOnView("ISIPBlackListed", pnlTS31_7IPBlacklisted, dt.Rows[0]["ISIPBlackListed"]);
             tbTS31_8Remarks.Text = dt.Rows[0]["Remarks"];
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }