Click here to Skip to main content
15,910,872 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Printing Data from Grid in html report format Pin
Mike Ellison5-Aug-06 5:12
Mike Ellison5-Aug-06 5:12 
Questionconfirm deletion in gridview Pin
sabby20065-Aug-06 1:11
sabby20065-Aug-06 1:11 
AnswerRe: confirm deletion in gridview Pin
Mike Ellison5-Aug-06 4:42
Mike Ellison5-Aug-06 4:42 
QuestionLITERAL Pin
MHASSANF4-Aug-06 21:57
MHASSANF4-Aug-06 21:57 
AnswerRe: LITERAL Pin
Guffa4-Aug-06 22:49
Guffa4-Aug-06 22:49 
GeneralRe: LITERAL Pin
Amit Agarrwal4-Aug-06 23:12
Amit Agarrwal4-Aug-06 23:12 
GeneralRe: LITERAL Pin
Guffa5-Aug-06 13:59
Guffa5-Aug-06 13:59 
Questionfile save in another machine by asp.net very urgent? Pin
Tridip Bhattacharjee4-Aug-06 21:48
professionalTridip Bhattacharjee4-Aug-06 21:48 
suppose there is one file field control and one upload button in my page and i want
when user will click on upload button then from server side code i want to upload that file to a specific
machine.means i don't want to upload the file to another machine where my web app and web server is not
installed.

suppose my web app is installed in machine1 and i want to upoad the file to machine2.
i wrote the code like


string sPath=@"\\machine2\DumpFiles\"+sFileName;
File1.PostedFile.SaveAs(sPath);


i am getting error so i want to knwo that how could i upload my file to another machine if i know only the
relative path. so it is not very clear to me that am i getting error for relative path or it is not possible to upload a file which will be saved to another machine in a network by asp.net.


tbhattacharjee

AnswerRe: file save in another machine by asp.net very urgent? Pin
Colin Angus Mackay5-Aug-06 4:58
Colin Angus Mackay5-Aug-06 4:58 
QuestionVery, very new to asp.net Pin
drc_no14-Aug-06 21:36
drc_no14-Aug-06 21:36 
AnswerRe: Very, very new to asp.net Pin
Mike Ellison5-Aug-06 4:55
Mike Ellison5-Aug-06 4:55 
Questionhow to Rewrite the URL Pin
Amit Agarrwal4-Aug-06 20:02
Amit Agarrwal4-Aug-06 20:02 
AnswerRe: how to Rewrite the URL Pin
Mike Ellison5-Aug-06 4:51
Mike Ellison5-Aug-06 4:51 
QuestionFind control in datalist Pin
deepaks34-Aug-06 19:31
deepaks34-Aug-06 19:31 
QuestionFind reason for CPU utilization Pin
supriya_sameer4-Aug-06 19:00
supriya_sameer4-Aug-06 19:00 
AnswerRe: Find reason for CPU utilization Pin
Mike Ellison5-Aug-06 4:58
Mike Ellison5-Aug-06 4:58 
QuestionGRAPH Pin
MHASSANF4-Aug-06 18:38
MHASSANF4-Aug-06 18:38 
AnswerRe: GRAPH Pin
Mike Ellison5-Aug-06 4:47
Mike Ellison5-Aug-06 4:47 
QuestionName of MS app for debugging HTTP posts? Pin
compiler4-Aug-06 11:47
compiler4-Aug-06 11:47 
QuestionFind Control in a repeater. Pin
deepaks34-Aug-06 11:01
deepaks34-Aug-06 11:01 
Questionhi guys , please can you tell me how can i declare a global variables ? Pin
Mohammed Amine4-Aug-06 4:08
Mohammed Amine4-Aug-06 4:08 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
Not Active4-Aug-06 5:14
mentorNot Active4-Aug-06 5:14 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
bluewavestrider4-Aug-06 5:17
bluewavestrider4-Aug-06 5:17 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
tanya foster4-Aug-06 9:45
tanya foster4-Aug-06 9:45 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
Guffa4-Aug-06 11:54
Guffa4-Aug-06 11:54 

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.