protected void btnprintmaster1_Click(object sender, EventArgs e)
 {
     try
     {
         string degreedetails = "StockAnalyserReport";
         string pagename      = "StockAnalyserReport.aspx";
         string ss            = null;
         Printcontrolhed2.loadspreaddetails(grdReport, pagename, degreedetails, 0, ss);
         Printcontrolhed2.Visible = true;
     }
     catch (Exception ex) { d2.sendErrorMail(ex, userCollegeCode, "StockAnalyserReport"); }
 }
示例#2
0
 protected void btnprintmaster_Click(object sender, EventArgs e)
 {
     try
     {
         string degreedetails = "Book_Availability";
         string pagename      = "Book_Availability.aspx";
         string ss            = Session["usercode"].ToString();
         Printcontrolhed2.loadspreaddetails(grdBookAvail, pagename, degreedetails, 0, ss, "1");
         Printcontrolhed2.Visible = true;
     }
     catch (Exception ex) { d2.sendErrorMail(ex, userCollegeCode, "Book_Availability"); }
 }
 protected void btnprintmaster_Click(object sender, EventArgs e)
 {
     try
     {
         string degreedetails = "Rack Status Report";
         string pagename      = "Inward_Entry.aspx";
         string ss            = "";
         Printcontrolhed2.loadspreaddetails(grdRackStatus, pagename, degreedetails, 0, ss, "1");
         Printcontrolhed2.Visible = true;
     }
     catch
     {
     }
 }
 protected void btn_printmaster_Click(object sender, EventArgs e)
 {
     try
     {
         string bindchecklist = "Binding Check List";
         string pagename      = "BindingCheckList.aspx";
         string ss            = null;
         Printcontrolhed2.loadspreaddetails(gridview1, pagename, bindchecklist, 0, ss);
         Printcontrolhed2.Visible = true;
     }
     catch
     {
     }
 }
示例#5
0
 public void btnprintmaster_Click2(object sender, EventArgs e)
 {
     try
     {
         lblvalidation3.Text = "";
         txtexcelname2.Text  = "";
         string degreedetails;
         string pagename;
         degreedetails = "Allotment Report";
         //+'@' + " Date   : " + txt_fromdate.Text + " To " + txt_todate.Text + "";
         pagename = "AllotmentReport.aspx";
         Printcontrolhed2.loadspreaddetails(spreadDet2, pagename, degreedetails);
         Printcontrolhed2.Visible = true;
     }
     catch { }
 }
示例#6
0
    protected void btnprintmaster1_Click(object sender, EventArgs e)
    {
        try
        {
            string duebooks = "TransferReports";
            string pagename = "TransferReports.aspx";


            string ss = Session["usercode"].ToString();
            Printcontrolhed2.loadspreaddetails(grdManualExit, pagename, duebooks, 0, ss, "1");

            Printcontrolhed2.Visible = true;
            lbl_norec1.Visible       = false;
        }

        catch (Exception ex)
        {
            d2.sendErrorMail(ex, userCollegeCode, "TransferReports");
        }
    }