Thursday, January 19, 2012

ASP.Net Content

1 comment:

Anonymous said...

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.