public string GetPrintHeaders() { TerminalStatus terminal = GobalTools.GetTerminal(); string result = string.Empty; result += GobalTools.GetTerminalOrderId(terminal.StorePrefix); result += ";" + terminal.StoreNo + ";" + terminal.StoreName + ";" + terminal.StorePhone; return(result); }
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { //this.txtMobile.Attributes["onclick"] = "javascript:showKeyboard(this);"; this.txtValidCode.Attributes["onclick"] = "javascript:showKeyboard(this);"; this.txtValidCode.Style.Add("line-height", "73px"); string productid = Session["seeproductid"].ToString(); Session["orderid"] = GobalTools.GetTerminalOrderId(); string num = Request.Params["ordernum"].ToString(); } }
protected void Button1_Click(object sender, EventArgs e) { string mm = GobalTools.GetTerminalOrderId("AE"); string ttt = string.Empty; }