Hello,
I'm modifying my original code to adapt with new change and now facing a problem... RESET button no long works!
At first, I had 2 Sub function: Submit and Reset away from Sub Page_Load and Page.IsPostBack case. But now with some added, I'd have to move Submit function to the If Page.IsPostBack then and somehow the Sub Reset doesn't response anymore. I wonder if it would work again when I somehow move the Reset to the Page.IsPostBack as well. If so, how can I tell which is Submit and which is Reset in that Page.IsPostBack case. I meant they both are IsPostBack, right?
Thanks!
I'm modifying my original code to adapt with new change and now facing a problem... RESET button no long works!
At first, I had 2 Sub function: Submit and Reset away from Sub Page_Load and Page.IsPostBack case. But now with some added, I'd have to move Submit function to the If Page.IsPostBack then and somehow the Sub Reset doesn't response anymore. I wonder if it would work again when I somehow move the Reset to the Page.IsPostBack as well. If so, how can I tell which is Submit and which is Reset in that Page.IsPostBack case. I meant they both are IsPostBack, right?
Thanks!