Exemplo n.º 1
0
 public string getShowCondition(string a00201_key_, string xml_data)
 {
     try
     {
         string con = Fun.getShowCondition(xml_data);
         HttpContext.Current.Session["IF_JUMP"]                    = "0";
         HttpContext.Current.Session["CON_" + a00201_key_]         = con;
         HttpContext.Current.Session["currentpage_" + a00201_key_] = "1";
         return("01");
     }
     catch (Exception ex)
     {
         return("00" + ex.Message);
     }
 }