G
Guest
Hi Shailesh Gajare
this is another guy just like u !
well as far as ur prob is concerned just try out this
string strQuery = // ur query string value ;
Response.Redirect(test.aspx?HttpUtility.UrlEncode(strQuery));
now when u get these values on test.aspx decode the value using
HttpUtility.UrlDecode
I guess this should work
njoy progrming n hav fun
this is another guy just like u !
well as far as ur prob is concerned just try out this
string strQuery = // ur query string value ;
Response.Redirect(test.aspx?HttpUtility.UrlEncode(strQuery));
now when u get these values on test.aspx decode the value using
HttpUtility.UrlDecode
I guess this should work
njoy progrming n hav fun