Click here to Skip to main content
15,921,694 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to edit password type string in asp.net form using oracle backend. using c# Pin
Nirmal Sapkota14-Oct-09 22:00
Nirmal Sapkota14-Oct-09 22:00 
Questionrunning an exe from asp.net Pin
aamirzada14-Oct-09 21:35
aamirzada14-Oct-09 21:35 
AnswerRe: running an exe from asp.net Pin
Abhijit Jana14-Oct-09 21:42
professionalAbhijit Jana14-Oct-09 21:42 
GeneralRe: running an exe from asp.net Pin
aamirzada14-Oct-09 22:57
aamirzada14-Oct-09 22:57 
GeneralRe: running an exe from asp.net Pin
Dave Kreskowiak15-Oct-09 4:08
mveDave Kreskowiak15-Oct-09 4:08 
GeneralRe: running an exe from asp.net Pin
aamirzada18-Oct-09 20:02
aamirzada18-Oct-09 20:02 
AnswerRe: running an exe from asp.net [modified] Pin
sashidhar14-Oct-09 21:53
sashidhar14-Oct-09 21:53 
GeneralRe: running an exe from asp.net Pin
Abhijit Jana14-Oct-09 21:56
professionalAbhijit Jana14-Oct-09 21:56 
sashidhar wrote:
.i have put that exe in web application root , in that exe i will use Application.ExecutablePath as follows.

String actualfilePath = Application.ExecutablePath; //MessageBox.Show(actualfilePath); String filePath = actualfilePath.Substring(0,actualfilePath.LastIndexOf("\\")); StreamWriter swRecord = new StreamWriter(filePath + "\\MyTransaction.tmp", true); swRecord.WriteLine(record);

If possible check with exe source what exactly they are specifiying as filepath?



I didn't get your answer Confused | :confused:

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

AnswerRe: running an exe from asp.net Pin
Arindam Tewary14-Oct-09 22:40
professionalArindam Tewary14-Oct-09 22:40 
GeneralRe: running an exe from asp.net Pin
aamirzada18-Oct-09 18:19
aamirzada18-Oct-09 18:19 
QuestionRSS Pin
yesu prakash14-Oct-09 21:06
yesu prakash14-Oct-09 21:06 
AnswerRe: RSS Pin
Abhijit Jana14-Oct-09 21:17
professionalAbhijit Jana14-Oct-09 21:17 
GeneralRe: RSS Pin
yesu prakash14-Oct-09 23:08
yesu prakash14-Oct-09 23:08 
GeneralRe: RSS Pin
Abhijit Jana15-Oct-09 1:32
professionalAbhijit Jana15-Oct-09 1:32 
GeneralRe: RSS Pin
yesu prakash15-Oct-09 18:07
yesu prakash15-Oct-09 18:07 
Questionadd record from gridview Pin
vikas shukla14-Oct-09 20:59
vikas shukla14-Oct-09 20:59 
AnswerRe: add record from gridview Pin
Abhijit Jana14-Oct-09 21:44
professionalAbhijit Jana14-Oct-09 21:44 
GeneralRe: add record from gridview Pin
vikas shukla14-Oct-09 21:56
vikas shukla14-Oct-09 21:56 
GeneralRe: add record from gridview Pin
Abhijit Jana14-Oct-09 22:03
professionalAbhijit Jana14-Oct-09 22:03 
GeneralRe: add record from gridview Pin
vikas shukla14-Oct-09 22:08
vikas shukla14-Oct-09 22:08 
Questionposting values to other page Pin
m@dhu14-Oct-09 20:56
m@dhu14-Oct-09 20:56 
AnswerRe: posting values to other page Pin
Anurag Gandhi14-Oct-09 21:08
professionalAnurag Gandhi14-Oct-09 21:08 
AnswerRe: posting values to other page Pin
Abhijit Jana14-Oct-09 21:50
professionalAbhijit Jana14-Oct-09 21:50 
GeneralRe: posting values to other page Pin
m@dhu14-Oct-09 22:54
m@dhu14-Oct-09 22:54 
QuestionRemoving Scrolling from a body tag in javascript Pin
.NET- India 14-Oct-09 20:25
.NET- India 14-Oct-09 20:25 

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.