Click here to Skip to main content
15,915,600 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to display modal popup dialog only if some statement is TRUE ? Pin
Imran Khan Pathan20-Sep-07 1:25
Imran Khan Pathan20-Sep-07 1:25 
GeneralRe: How to display modal popup dialog only if some statement is TRUE ? Pin
Malayil alex20-Sep-07 1:56
Malayil alex20-Sep-07 1:56 
GeneralRe: How to display modal popup dialog only if some statement is TRUE ? Pin
Sandeep Akhare20-Sep-07 1:26
Sandeep Akhare20-Sep-07 1:26 
GeneralRe: How to display modal popup dialog only if some statement is TRUE ? Pin
Malayil alex20-Sep-07 1:45
Malayil alex20-Sep-07 1:45 
GeneralRe: How to display modal popup dialog only if some statement is TRUE ? Pin
Malcolm Smart20-Sep-07 1:33
Malcolm Smart20-Sep-07 1:33 
GeneralRe: How to display modal popup dialog only if some statement is TRUE ? Pin
Malayil alex20-Sep-07 1:54
Malayil alex20-Sep-07 1:54 
GeneralRe: How to display modal popup dialog only if some statement is TRUE ? Pin
Malcolm Smart20-Sep-07 2:20
Malcolm Smart20-Sep-07 2:20 
Questionurgent copy image from hard Drive on local host Pin
mavii19-Sep-07 22:54
mavii19-Sep-07 22:54 
i am developing application in ASP.Net with C#. i am using button for FileOpenDialog to browse any image from hard drive as follows
openFileDialog1.ShowDialog();
string s = openFileDialog1.FileName;
textBox6.Text = s;

problem is:
i want the browsed image to be copied in local hosti.e,""C:\\Inetpub\\wwwroot\\15 WebSite\\images\\1.jpg"

i have the follwing idea in mind
File.Copy("C:\\Inetpub\\wwwroot\\15 WebSite\\images\\1.jpg", "C:\\Inetpub\\wwwroot\\15 WebSite\\images\\xyz.jpg");

or
File.Copy(s.Substring(13,s.Length-13), "C:\\Inetpub\\wwwroot\\15 WebSite\\images\\xyz.jpg");
but i dont want to existing image to be overwrite, i want all images to ve saved in local host
can anyone sugesst me what to do?

AnswerRe: urgent copy image from hard Drive on local host Pin
Sandeep Akhare19-Sep-07 23:00
Sandeep Akhare19-Sep-07 23:00 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii19-Sep-07 23:06
mavii19-Sep-07 23:06 
GeneralRe: urgent copy image from hard Drive on local host Pin
Sandeep Akhare19-Sep-07 23:12
Sandeep Akhare19-Sep-07 23:12 
GeneralRe: urgent copy image from hard Drive on local host Pin
N a v a n e e t h19-Sep-07 23:37
N a v a n e e t h19-Sep-07 23:37 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii19-Sep-07 23:48
mavii19-Sep-07 23:48 
GeneralRe: urgent copy image from hard Drive on local host Pin
N a v a n e e t h19-Sep-07 23:52
N a v a n e e t h19-Sep-07 23:52 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii20-Sep-07 0:15
mavii20-Sep-07 0:15 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii20-Sep-07 0:36
mavii20-Sep-07 0:36 
AnswerRe: urgent copy image from hard Drive on local host Pin
APDevelop19-Sep-07 23:14
APDevelop19-Sep-07 23:14 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii19-Sep-07 23:18
mavii19-Sep-07 23:18 
QuestionHow to retrieve word document from database [modified] Pin
honeysip19-Sep-07 22:40
honeysip19-Sep-07 22:40 
AnswerRe: How to retrieve word document from database Pin
N a v a n e e t h19-Sep-07 23:48
N a v a n e e t h19-Sep-07 23:48 
GeneralRe: How to retrieve word document from database Pin
honeysip20-Sep-07 0:58
honeysip20-Sep-07 0:58 
GeneralRe: How to retrieve word document from database Pin
N a v a n e e t h20-Sep-07 3:06
N a v a n e e t h20-Sep-07 3:06 
Questionswitchover to new version Pin
syibu19-Sep-07 22:34
syibu19-Sep-07 22:34 
AnswerRe: switchover to new version Pin
APDevelop19-Sep-07 23:41
APDevelop19-Sep-07 23:41 
GeneralRe: switchover to new version Pin
syibu20-Sep-07 0:02
syibu20-Sep-07 0:02 

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.