Examine your parameters in isPostBack block.
protected void Page_Load(object sender, EventArgs e) { if(isPostBack) { //EXAMINE } }
Examine your parameters in isPostBack block.
protected void Page_Load(object sender, EventArgs e) { if(isPostBack) { //EXAMINE } }