J
Jeff
hi
asp.net 2.0
I know it's a good idea to perform an redirection to current page, but not
sure I do it right, I mean in the code below I send in
Request.Url.AbsoluteUri as input... not sure it's correct of me to use that
parameter...
Response.Redirect(Request.Url.AbsoluteUri + "?id=" + id.ToString());
any suggestions?
asp.net 2.0
I know it's a good idea to perform an redirection to current page, but not
sure I do it right, I mean in the code below I send in
Request.Url.AbsoluteUri as input... not sure it's correct of me to use that
parameter...
Response.Redirect(Request.Url.AbsoluteUri + "?id=" + id.ToString());
any suggestions?