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

ASP.NET

 
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 
can u suggest a solution for following problem
public static int count = 0;
private void button3_Click_1(object sender, EventArgs e)
{
openFileDialog1.ShowDialog();
string s = openFileDialog1.FileName;

textBox6.Text = s;
string st = "Pict" + (count++) + ".jpg";
File.Copy(s.Substring(13, s.Length - 13), "C:\\Inetpub\\wwwroot\\15 WebSite\\images\\" + st);}

i want the image to be saved in local host with the same name as as it was present in hard drive (from where it was browsed)

ur solution regarding BLOB must be right but i cant apply it right nowFrown | :(
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 
Questionasp database: ADO Connection to SQL Server Pin
nhatphuong200619-Sep-07 22:30
nhatphuong200619-Sep-07 22:30 
AnswerRe: asp database: ADO Connection to SQL Server Pin
Fred_Smith19-Sep-07 22:34
Fred_Smith19-Sep-07 22:34 
AnswerRe: asp database: ADO Connection to SQL Server Pin
wuriskly19-Sep-07 23:22
wuriskly19-Sep-07 23:22 
QuestionUpload File via FTP using ASP.net 1.1 Pin
wEb GuRu...19-Sep-07 22:29
wEb GuRu...19-Sep-07 22:29 
AnswerRe: Upload File via FTP using ASP.net 1.1 Pin
yogesh_kumar_agarwal19-Sep-07 22:33
yogesh_kumar_agarwal19-Sep-07 22:33 
GeneralRe: Upload File via FTP using ASP.net 1.1 Pin
APDevelop19-Sep-07 22:53
APDevelop19-Sep-07 22:53 
QuestionIs it suggested to have many sessions in application Pin
MD1219-Sep-07 22:27
MD1219-Sep-07 22:27 
AnswerRe: Is it suggested to have many sessions in application Pin
wEb GuRu...19-Sep-07 22:30
wEb GuRu...19-Sep-07 22:30 

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.