Click here to Skip to main content
15,911,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionpage refress Pin
amaneet25-Sep-06 21:08
amaneet25-Sep-06 21:08 
AnswerRe: page refress Pin
_AK_25-Sep-06 21:48
_AK_25-Sep-06 21:48 
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 
I'm trying to run stand-alone application from asp.net 1.1
the code is here:

Process program = new Process();
ProcessStartInfo pInfo=new ProcessStartInfo();
pInfo.UseShellExecute = false;
pInfo.RedirectStandardOutput = true;
pInfo.RedirectStandardError = true;
pInfo.RedirectStandardInput = true;
pInfo.Arguments=argument;
pInfo.FileName=reciperouteApp;
pInfo.WorkingDirectory=workingDir["Text"].ToString();
program.StartInfo = pInfo;
program.Start();
program.WaitForExit();

The application start ok but the applicatioin doesnt work properly. the applicatioin get's culture from somewhere and it's wrong the problem occur in decimal formatin i need to use (dot). but it's (comma), this hole project works fine on my laptop but in server it's not working. if i understand correct the new process start as ASP.NET user accout, but where i can chage that culture option. i have try setting the culture option on machine.config and web.config whit no luck. Thanks for help!!!!
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 
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 

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.