Click here to Skip to main content
15,893,381 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: cant access other classes in namespace Pin
enjoycrack25-Apr-07 4:52
enjoycrack25-Apr-07 4:52 
GeneralRe: cant access other classes in namespace Pin
iuliuz25-Apr-07 21:28
iuliuz25-Apr-07 21:28 
QuestionMembership Provider Help Needed Pin
Brendan Vogt25-Apr-07 3:04
Brendan Vogt25-Apr-07 3:04 
AnswerRe: Membership Provider Help Needed Pin
enjoycrack25-Apr-07 4:51
enjoycrack25-Apr-07 4:51 
QuestionDatabase Connection Error Pin
chaddolan25-Apr-07 3:01
chaddolan25-Apr-07 3:01 
AnswerRe: Database Connection Error Pin
enjoycrack25-Apr-07 4:48
enjoycrack25-Apr-07 4:48 
GeneralRe: Database Connection Error Pin
chaddolan26-Apr-07 2:10
chaddolan26-Apr-07 2:10 
QuestionQueryString Problems Pin
gus_br25-Apr-07 2:41
gus_br25-Apr-07 2:41 
Hi everybody...

I have some problems related to a querystring issue.
I`m calling an ASPX page, with some querystring parameters, from a JavaScript function, through the window.open method.

The way this URL is configured and called in the javascript function is the following: EnviarMapaEmail.aspx?type=addPt&x=-46.644203856241546&y=-23.571182563934798&st=Av.%20Paulista&nb=10&city=S%C3O%20PAULO&uf=SP&POI=

And in the ASPX page, the Request.QueryString comes this way:
type=addPt&x=-46.644203856241546&y=-23.571182563934798&st=Av.+Paulista&nb=10&city=SO+PAULO&uf=SP&POI=

The problem is: the original city name (city parameter) is 'SÃO PAULO' and it`s encoded in the URL (thought the escape() javascript function) as 'S%C3O%20PAULO', but my ASPX page only recognize'SO+PAULO' and it goes back through the Request.QueryString as 'SO PAULO'.
What`s the problem in encoding especial chars?

Any hint would be very appreciated... :]

See you!
AnswerRe: QueryString Problems Pin
Guffa25-Apr-07 7:07
Guffa25-Apr-07 7:07 
GeneralRe: QueryString Problems Pin
gus_br25-Apr-07 7:57
gus_br25-Apr-07 7:57 
QuestionTimers in ASP.Net Pin
VIP-CoMmAnDo25-Apr-07 2:32
VIP-CoMmAnDo25-Apr-07 2:32 
AnswerRe: Timers in ASP.Net Pin
Arun.Immanuel25-Apr-07 2:38
Arun.Immanuel25-Apr-07 2:38 
AnswerRe: Timers in ASP.Net Pin
enjoycrack25-Apr-07 4:45
enjoycrack25-Apr-07 4:45 
QuestionDeployment Pin
.NET- India 25-Apr-07 2:12
.NET- India 25-Apr-07 2:12 
AnswerRe: Deployment Pin
N a v a n e e t h25-Apr-07 3:04
N a v a n e e t h25-Apr-07 3:04 
QuestionSplash Screen Pin
.NET- India 25-Apr-07 2:07
.NET- India 25-Apr-07 2:07 
AnswerRe: Splash Screen Pin
Yogi Pandey25-Apr-07 2:11
Yogi Pandey25-Apr-07 2:11 
GeneralRe: Splash Screen Pin
_mubashir25-Apr-07 4:09
_mubashir25-Apr-07 4:09 
AnswerRe: Splash Screen Pin
Kunal P25-Apr-07 6:12
Kunal P25-Apr-07 6:12 
AnswerRe: Splash Screen Pin
C.Sharp.Mage25-Apr-07 13:19
C.Sharp.Mage25-Apr-07 13:19 
QuestionHelp with DataReader Pin
kallileo25-Apr-07 1:51
kallileo25-Apr-07 1:51 
AnswerRe: Help with DataReader Pin
kubben25-Apr-07 2:01
kubben25-Apr-07 2:01 
AnswerRe: Help with DataReader Pin
Chetan Ranpariya25-Apr-07 2:14
Chetan Ranpariya25-Apr-07 2:14 
GeneralRe: Help with DataReader Pin
kallileo25-Apr-07 2:45
kallileo25-Apr-07 2:45 
GeneralRe: Help with DataReader Pin
Chetan Ranpariya25-Apr-07 23:12
Chetan Ranpariya25-Apr-07 23:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.