Click here to Skip to main content
15,914,071 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Import Excel Sheet To GridView Pin
varshavmane6-Jun-07 2:29
varshavmane6-Jun-07 2:29 
GeneralRe: Import Excel Sheet To GridView Pin
kubben6-Jun-07 2:30
kubben6-Jun-07 2:30 
GeneralRe: Import Excel Sheet To GridView Pin
varshavmane6-Jun-07 2:50
varshavmane6-Jun-07 2:50 
GeneralRe: Import Excel Sheet To GridView Pin
kubben6-Jun-07 2:52
kubben6-Jun-07 2:52 
GeneralRe: Import Excel Sheet To GridView Pin
varshavmane6-Jun-07 2:57
varshavmane6-Jun-07 2:57 
GeneralRe: Import Excel Sheet To GridView Pin
kubben6-Jun-07 3:01
kubben6-Jun-07 3:01 
GeneralRe: Import Excel Sheet To GridView Pin
varshavmane6-Jun-07 3:26
varshavmane6-Jun-07 3:26 
Questiondeleting files from folders Pin
alok.mailbox4-Jun-07 1:36
alok.mailbox4-Jun-07 1:36 
i hv stored some image into folder images like this

HttpFileCollection File=HttpContext.Current.Request.Files;
HttpPostedFile File1=File[0];

string fn_imgProduct=System.IO.Path.GetFileName(imgProduct.Value);
string locationImage=Server.MapPath("../Images/")+fn_imgProduct;
File1.SaveAs(locationImage);

now i want to delete this from image folder.
please help me how i can delete it

alok tripathi

AnswerRe: deleting files from folders Pin
Christian Graus4-Jun-07 1:48
protectorChristian Graus4-Jun-07 1:48 
AnswerRe: deleting files from folders Pin
kubben4-Jun-07 1:49
kubben4-Jun-07 1:49 
Questionhow to get popup window Pin
harithadotnet4-Jun-07 1:12
harithadotnet4-Jun-07 1:12 
AnswerRe: how to get popup window Pin
Raghvendra Kumar Roy4-Jun-07 19:07
Raghvendra Kumar Roy4-Jun-07 19:07 
QuestionURL Tracker Pin
srinandan..4-Jun-07 0:18
srinandan..4-Jun-07 0:18 
QuestionHow to implement remember me next time feature Pin
deepalititi4-Jun-07 0:06
deepalititi4-Jun-07 0:06 
AnswerRe: How to implement remember me next time feature Pin
Fred_Smith4-Jun-07 0:37
Fred_Smith4-Jun-07 0:37 
QuestionMacintosh Pin
mohantfor.net3-Jun-07 23:53
mohantfor.net3-Jun-07 23:53 
AnswerRe: Macintosh Pin
Sathesh Sakthivel3-Jun-07 23:55
Sathesh Sakthivel3-Jun-07 23:55 
AnswerRe: Macintosh Pin
Christian Graus3-Jun-07 23:55
protectorChristian Graus3-Jun-07 23:55 
AnswerRe: Macintosh Pin
Mark J. Miller4-Jun-07 8:56
Mark J. Miller4-Jun-07 8:56 
AnswerFUNNY! Pin
Expert Coming4-Jun-07 9:53
Expert Coming4-Jun-07 9:53 
QuestionOpen my web application from other computer. Pin
Chetan Ranpariya3-Jun-07 23:25
Chetan Ranpariya3-Jun-07 23:25 
AnswerRe: Open my web application from other computer. Pin
StianSandberg3-Jun-07 23:41
StianSandberg3-Jun-07 23:41 
GeneralRe: Open my web application from other computer. Pin
Chetan Ranpariya3-Jun-07 23:58
Chetan Ranpariya3-Jun-07 23:58 
AnswerRe: Open my web application from other computer. Pin
Christian Graus3-Jun-07 23:54
protectorChristian Graus3-Jun-07 23:54 
GeneralRe: Open my web application from other computer. Pin
Chetan Ranpariya4-Jun-07 0:32
Chetan Ranpariya4-Jun-07 0:32 

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.