Click here to Skip to main content
15,881,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ListBox issue Pin
Blue_Boy3-Sep-08 0:33
Blue_Boy3-Sep-08 0:33 
GeneralRe: ListBox issue Pin
sumit70343-Sep-08 1:30
sumit70343-Sep-08 1:30 
GeneralRe: ListBox issue Pin
Blue_Boy3-Sep-08 1:55
Blue_Boy3-Sep-08 1:55 
QuestionListBox Pin
trilokharry3-Sep-08 0:24
trilokharry3-Sep-08 0:24 
AnswerRe: ListBox Pin
AhsanS3-Sep-08 0:29
AhsanS3-Sep-08 0:29 
Questionprobleam when run batch file on iis Pin
Rinki Mukheraji2-Sep-08 23:49
Rinki Mukheraji2-Sep-08 23:49 
AnswerRe: probleam when run batch file on iis Pin
Paddy Boyd3-Sep-08 2:30
Paddy Boyd3-Sep-08 2:30 
QuestionForce Delete function for Files or directory Pin
HatakeKaKaShi2-Sep-08 23:39
HatakeKaKaShi2-Sep-08 23:39 
Hey guys

currently i need a fucntion to delete file before i could create again. Currently i am using this

string dir = System.Configuration.ConfigurationSettings.AppSettings.Get("dir");
string[] imgList = Directory.GetFiles(dir, "*.*");
foreach (string img in imgList)
{
FileInfo imgInfo = new FileInfo(img);
imgInfo.Delete();
}

However when the file is stil in used this will hit an error

Please advise

Thanks a million bro

KaKaShi HaTaKe
AnswerRe: Force Delete function for Files or directory Pin
Bardy852-Sep-08 23:47
Bardy852-Sep-08 23:47 
AnswerRe: Force Delete function for Files or directory Pin
AhsanS3-Sep-08 0:29
AhsanS3-Sep-08 0:29 
Questionproblem updating c# files Pin
eyeseetee2-Sep-08 22:34
eyeseetee2-Sep-08 22:34 
AnswerRe: problem updating c# files Pin
Bardy852-Sep-08 23:38
Bardy852-Sep-08 23:38 
GeneralRe: problem updating c# files Pin
eyeseetee2-Sep-08 23:49
eyeseetee2-Sep-08 23:49 
GeneralRe: problem updating c# files Pin
Bardy853-Sep-08 1:45
Bardy853-Sep-08 1:45 
GeneralRe: problem updating c# files Pin
eyeseetee3-Sep-08 3:08
eyeseetee3-Sep-08 3:08 
GeneralRe: problem updating c# files Pin
Paddy Boyd3-Sep-08 2:32
Paddy Boyd3-Sep-08 2:32 
GeneralRe: problem updating c# files Pin
eyeseetee3-Sep-08 3:08
eyeseetee3-Sep-08 3:08 
QuestionAjax Calender Extender Pin
devendra12342-Sep-08 21:04
devendra12342-Sep-08 21:04 
Questionbusiness Benifits of migrating to ASP.NET 3.5 or .NET 3.5 ? Pin
King Shez2-Sep-08 20:54
King Shez2-Sep-08 20:54 
AnswerRe: business Benifits of migrating to ASP.NET 3.5 or .NET 3.5 ? Pin
Manas Bhardwaj2-Sep-08 21:09
professionalManas Bhardwaj2-Sep-08 21:09 
Questiondisplay pictures in repeater without postback Pin
helelark1232-Sep-08 20:31
helelark1232-Sep-08 20:31 
Questionproblem to get Private Key Pin
samrat.net2-Sep-08 19:32
samrat.net2-Sep-08 19:32 
Questionschedular last day of the month Pin
Member 38798812-Sep-08 19:19
Member 38798812-Sep-08 19:19 
AnswerRe: schedular last day of the month Pin
Palli Rummi2-Sep-08 19:30
Palli Rummi2-Sep-08 19:30 
AnswerRe: schedular last day of the month Pin
Ashfield2-Sep-08 21:04
Ashfield2-Sep-08 21:04 

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.