Click here to Skip to main content
15,925,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: page refress Pin
amaneet25-Sep-06 21:52
amaneet25-Sep-06 21:52 
GeneralRe: page refress Pin
_AK_25-Sep-06 22:06
_AK_25-Sep-06 22:06 
GeneralRe: page refresh Pin
amaneet25-Sep-06 22:13
amaneet25-Sep-06 22:13 
GeneralRe: page refresh Pin
_AK_25-Sep-06 22:14
_AK_25-Sep-06 22:14 
QuestionDirectory Creation in IIS folder Pin
Talal Sultan25-Sep-06 20:30
Talal Sultan25-Sep-06 20:30 
Questionnew Process has different culture Pin
Enska8225-Sep-06 19:50
Enska8225-Sep-06 19:50 
AnswerRe: new Process has different culture Pin
minhpc_bk25-Sep-06 20:12
minhpc_bk25-Sep-06 20:12 
GeneralRe: new Process has different culture Pin
Enska8225-Sep-06 20:41
Enska8225-Sep-06 20:41 
this option helps whit the asp.net application but i need to change the culture for new process that the asp.net application start during the run of asp.net application.

this is what i do on page_load
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-us");

this is done to sure that the dot is decimal seperator
NumberFormatInfo numin=new NumberFormatInfo();
numin.CurrencyDecimalSeparator=".";
Single num = Single.Parse(number,numin);

on web.config i set
<globalization
="" requestencoding="utf-8" responseencoding="utf-8" fileencoding="utf-8" culture="en-US" uiculture="en">
but this doesnot work on new process whitch I start during use of asp.net application the new process is application.exe and it gets argument on startup. this appliction works fine when started on by shurtcut where argument is set manualy.

i hope this helps to understand my problem.
GeneralRe: new Process has different culture Pin
minhpc_bk25-Sep-06 20:56
minhpc_bk25-Sep-06 20:56 
GeneralRe: new Process has different culture Pin
Enska8227-Sep-06 1:25
Enska8227-Sep-06 1:25 
QuestionDate Format in ASP.Net of Delphi2006 Pin
bindu_priya25-Sep-06 18:40
bindu_priya25-Sep-06 18:40 
QuestionAutomation of excel and word Pin
IamADotNetGuy25-Sep-06 18:29
IamADotNetGuy25-Sep-06 18:29 
AnswerRe: Automation of excel and word Pin
minhpc_bk25-Sep-06 19:43
minhpc_bk25-Sep-06 19:43 
QuestionPlease Help me---It is urgent..SOAP Message Pin
Amit Kumar G25-Sep-06 18:00
Amit Kumar G25-Sep-06 18:00 
QuestionAccess Error Pin
hakiem_omar25-Sep-06 15:33
hakiem_omar25-Sep-06 15:33 
AnswerRe: Access Error Pin
Meax25-Sep-06 19:33
Meax25-Sep-06 19:33 
AnswerRe: Access Error Pin
M LN Rao25-Sep-06 19:33
M LN Rao25-Sep-06 19:33 
QuestionHot to convert Web.sitemap to Google site map? Pin
shapper25-Sep-06 15:31
shapper25-Sep-06 15:31 
QuestionHow to make a SiteMapDataSource to use a SiteMapProvider defined in Web.Config? Pin
shapper25-Sep-06 15:24
shapper25-Sep-06 15:24 
AnswerRe: How to make a SiteMapDataSource to use a SiteMapProvider defined in Web.Config? Pin
minhpc_bk25-Sep-06 19:53
minhpc_bk25-Sep-06 19:53 
AnswerRe: How to make a SiteMapDataSource to use a SiteMapProvider defined in Web.Config? Pin
Bishoy Labib26-Sep-06 12:41
Bishoy Labib26-Sep-06 12:41 
Questionupload component Pin
haytham_mohammad25-Sep-06 13:29
haytham_mohammad25-Sep-06 13:29 
Questionuser validation throug active directory (LDAP) Pin
machocr25-Sep-06 13:20
machocr25-Sep-06 13:20 
AnswerRe: user validation throug active directory (LDAP) Pin
minhpc_bk25-Sep-06 19:47
minhpc_bk25-Sep-06 19:47 
GeneralRe: user validation throug active directory (LDAP) Pin
machocr26-Sep-06 9:58
machocr26-Sep-06 9:58 

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.