httpRuntime.ProcessRequest

 
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET
View previous topic :: View next topic  
Author Message
praveen
-


Joined: 16 Apr 2008
Posts: 1

PostPosted: Wed Apr 16, 2008 2:10 pm    Post subject: httpRuntime.ProcessRequest Reply with quote

Hi...



I am working on a large web application and am trying for multilingual options
We have Gobal resource files and there seems an issue with "HttpRuntime.ProcessRequest"
We are using " HttpRuntime.ProcessRequest" to proces the aspx pages. However, what is happening is that all the Non-English alphabets are automatically changed at run time and we get a totally different word.
Foreg: in French, Created On is writen as " Créé le ". owever, after it goes through HttpRuntime.ProcessRequest, the word that we get is "Créé le ". That is, " é " is changed to " é " automatically. This is not all, there are lots of changes like this that happens at runtime.
Can anyone tell me if you have com accros this before or whether we have a fix or atleast on how to try debugging this ?




Is there a possiility that we have an issuewith the aspx page itself or is there anything in an aspx page that cause this issue ?



The sample codein the ASPXLoader.cs looks like this :



public static object[] GenerateHTML(string strASPXFile, string strQueryString, bool bIncludeExternalScripts, bool bDetectLoad, bool isListbar)

{

StringBuilder sb = new StringBuilder();

HtmlTextWriter tw = new HtmlTextWriter(new StringWriter(sb));

BRSimpleWorkerRequest swr = new BRSimpleWorkerRequest(strASPXFile, strQueryString, tw);

HttpContext ctx = new HttpContext(swr);


HttpRuntime.ProcessRequest(swr);

tw.Flush();

tw.Close();



Plz help !!!!!!!!!!!!!!!!!!!!!!!!!


Thanks and Regards
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Apr 18, 2008 6:14 pm    Post subject: Re: httpRuntime.ProcessRequest Reply with quote

praveen,

All depends on how your ASP.NET application is considering its current locale. We think that you'll have better advice by posting the question on an ASP.NET developers' forum.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group