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

ASP.NET

 
QuestionPlease help me!!! Pin
Kamalatharsan6-Nov-06 21:22
Kamalatharsan6-Nov-06 21:22 
AnswerRe: Please help me!!! Pin
Parwej Ahamad6-Nov-06 21:33
professionalParwej Ahamad6-Nov-06 21:33 
QuestionSystem.UnauthorizedAccessException: Access to the path 'c:\inetpub\wwwroot\Prakriti\deepak.txt' is denied. Pin
Deepak the Cool6-Nov-06 21:15
Deepak the Cool6-Nov-06 21:15 
Questionproblem with view state Pin
srilu nagalla6-Nov-06 20:28
srilu nagalla6-Nov-06 20:28 
AnswerRe: problem with view state Pin
coolestCoder6-Nov-06 20:43
coolestCoder6-Nov-06 20:43 
GeneralRe: problem with view state Pin
srilu nagalla6-Nov-06 20:53
srilu nagalla6-Nov-06 20:53 
GeneralRe: problem with view state Pin
coolestCoder6-Nov-06 21:02
coolestCoder6-Nov-06 21:02 
QuestionProblem in Mozilla Pin
fasih19816-Nov-06 20:17
fasih19816-Nov-06 20:17 
Dear Concerned,

I have a problem while running my project in Mozilla.
The problem is when I select the file by using input file control of HTML 7 I press the save button,then my program is unable to get the selected file from the file control.
I want to save the selected file in a new folder/directory in my current project directory.Directory to save file is "temp_images".

The error comes : Could not find the file "C:\WINNT\system32\btn_tell0.gif"

My code to copy the file is as follows:
string temp_file = date+"_"+time;
string newfile = temp_file.ToString()+FileExtension;
System.IO.File.Copy(path_from,Server.MapPath
                     (@"PhotoGalleryComponent\temp_images\"+newfile));

Please guide me in the form of code to get the selected file & save in a new directory for mizilla.

Thanks

Fasih

fasih_is_my_signature

QuestionHave a problem in Mozilla Pin
fasih19816-Nov-06 20:13
fasih19816-Nov-06 20:13 
QuestionRegd Javascript Pin
sribachana6-Nov-06 20:11
sribachana6-Nov-06 20:11 
QuestionCalling dll file.... Pin
Sam.M6-Nov-06 19:59
Sam.M6-Nov-06 19:59 
QuestionHow do i create chat for customer support on my website? [modified] Pin
Imran Khan Pathan6-Nov-06 19:55
Imran Khan Pathan6-Nov-06 19:55 
AnswerRe: How do i create chat for customer support on my website? Pin
Khan.Bangash6-Nov-06 20:02
Khan.Bangash6-Nov-06 20:02 
GeneralRe: How do i create chat for customer support on my website? Pin
coolestCoder6-Nov-06 20:12
coolestCoder6-Nov-06 20:12 
GeneralRe: How do i create chat for customer support on my website? Pin
Imran Khan Pathan6-Nov-06 20:38
Imran Khan Pathan6-Nov-06 20:38 
AnswerRe: How do i create chat for customer support on my website? Pin
coolestCoder6-Nov-06 20:14
coolestCoder6-Nov-06 20:14 
GeneralRe: How do i create chat for customer support on my website? Pin
Imran Khan Pathan6-Nov-06 20:53
Imran Khan Pathan6-Nov-06 20:53 
GeneralRe: How do i create chat for customer support on my website? Pin
coolestCoder6-Nov-06 21:05
coolestCoder6-Nov-06 21:05 
GeneralRe: How do i create chat for customer support on my website? Pin
Imran Khan Pathan6-Nov-06 21:38
Imran Khan Pathan6-Nov-06 21:38 
GeneralRe: How do i create chat for customer support on my website? Pin
coolestCoder6-Nov-06 22:43
coolestCoder6-Nov-06 22:43 
QuestionPlease Help ME....................... Pin
choorakkuttyil6-Nov-06 19:53
choorakkuttyil6-Nov-06 19:53 
QuestionPlease Help ME....................... Pin
choorakkuttyil6-Nov-06 19:53
choorakkuttyil6-Nov-06 19:53 
QuestionC# 2.0 ASP.NET Postback & ObjectDataSource Pin
kselman6-Nov-06 19:46
kselman6-Nov-06 19:46 
Questionissue of implementing Single Sign-on between the ASP.NET applications. Pin
Vijay Bhasker Reddy CH6-Nov-06 19:41
Vijay Bhasker Reddy CH6-Nov-06 19:41 
AnswerRe: issue of implementing Single Sign-on between the ASP.NET applications. Pin
coolestCoder6-Nov-06 20:10
coolestCoder6-Nov-06 20:10 

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.