sir i want to redirect from login page to another page. i have use this techniqueResponse.Redirect(ds3.Tables[0].Rows[0][4].ToString() + "sms_gate.aspx?user=" + ds.Tables[0].Rows[0][0].ToString() + "&role=ADMIN"); but give me a error Re: unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.
Post a Comment
1 comment:
sir i want to redirect from login page to another page.
i have use this technique
Response.Redirect(ds3.Tables[0].Rows[0][4].ToString() + "sms_gate.aspx?user=" + ds.Tables[0].Rows[0][0].ToString() + "&role=ADMIN");
but give me a error Re: unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.
Post a Comment