Re: query string
From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 06/01/04
- Next message: JollyK: "Re: Textbox retains value when EnableViewState = false"
- Previous message: Pavils Jurjans: "Every ASP.NET application - a multithreaded windows app?"
- In reply to: Jorge Ribeiro: "query string"
- Next in thread: David Coe, MCP: "RE: query string"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Jun 2004 09:36:05 -0500
few ways, one might be to store the vlue in a DB and pass the ID, then
retirieve it
-- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com "Jorge Ribeiro" <anonymous@discussions.microsoft.com> wrote in message news:8ECCDE1C-BB29-4587-8E32-9DDD16F8ECE7@microsoft.com... > hello > > I've an ASP.Net page that, by the action of one submit button, redirects from one Web form to another passing > in the query string one value that will be processed in the later web form. > So far so good. > > My question derives from the fact that, because I'm using portuguese keyboard layout and language, some special characters cannot be passed on the query string unless I escape them... > > To eliminate this, on the onclick event of the button I've an instruction that redirects to another page passing the value > escaped using the function escape of javascript. > But when in ASP.Net code behind I try to access that key whose value whas escaped those special characters disappear. > > Example: imagine that my button has something like this... onClick="window.location='home.aspx?key=diário'" > when in code behind of home.aspx i try to access my key using request.querystring.get("key") the value returned omits the third > character wich is a portuguese special character... > > > can you help me here?!?! > best regards
- Next message: JollyK: "Re: Textbox retains value when EnableViewState = false"
- Previous message: Pavils Jurjans: "Every ASP.NET application - a multithreaded windows app?"
- In reply to: Jorge Ribeiro: "query string"
- Next in thread: David Coe, MCP: "RE: query string"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|