easy :)
you need to Encode the String
Respose.Redirect( "myPage.aspx?name=" & Server.URLEncode( myLabel.Text ) )
and then you can use
myLabel.Text = Server.URLDecode( request.QueryString("name") )
--
Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Tanmaya Kulkarni" <tanmaya_kulkarni@persistent.co.in> escreveu na mensagem
news:OY$FkZ5kGHA.4828@TK2MSFTNGP04.phx.gbl...
|