Deleting files from server is a common process that web developers perform every day. Thanks to the .net framework the process is fairly easy when you delete single file. Things go little complicated when you try to delete selected multiple files from a server folder.
We will use an example here of a scenario that you have a media library web site where the lessons is categorized. . We design the database to contain two tables the first “categories” and the other is “lessons”. The lessons table contains a field called “mp3filelocation” that contains the url of the mp3 of the lesson. The “categories” and the “lessons” is related in a one to many relation. You should set the “delete role” in the relation properties window of the vwd data base diagram to “cascade” . This means when you delete a category all the related lessons will be deleted automatically from the data base but you have to delete the mp3file from it’s directory from the code behind page.
In our scenario the website admin should have the option of deleting a single lesson also to delete a category with all the related lessons.
Deleting single file:
In the “lesson_delete” page we need to delete the mp3 related to the lesson we are deleting. To accomplish this we will put the code to delete the related file in the “SqlDataSource1_Deleted” event handler. we will simply add a databound asp.net label that is bounded to mp3fileurl database field then in the code behind take the file path and delete it.
code example:
Dim LABELfileurl As Label = DirectCast(FormView2.FindControl(“mp3nameLabel”),Label)
Dim filenamemp3 As String = LABELfileurl.Text
If e.AffectedRows >0 Then
If filenamemp3.Length >3
Try
File.Delete(Server.MapPath(“~/lessonsmp3/”&LABELfileurl.Text))
Catch
End Try
End If
End If
Code explanation:
1-we used “formview2.findcontrol” function to find the asp.net label we want inside the formview(notice form view is naming container so you cant access the control inside it directly like usual ).
2-we used “directcast” because “findcontrol” function return an undefined control so to define the returning object as a label we use “directcast” function.
3-then we store the mp3file name in a variable .
4-check if the data base row successfully removed using “e.affectedrows>0”
5-then check if there is a mp3file related to the removed lessons.
6-then use the “file.delete” to delete the mp3file this method accept the physical path of the file to delete it we use “server.mappath” to return the physical path .
7-and you finished.
Multiple files deleting:
Thing will be a little complicated here in our scenario we have a group of mp3 files located in a directory called “lessonsmp3” in the category delete page we should remove the files related to this category after removing the selected category row from the database
here is the code example
If e.AffectedRows >0 Then
Dim categoryid As String = categoryddl.SelectedValue.ToString()
Dim file() As FileInfo
Dim i As Integer
Dim searchfor As StringDim directory As New DirectoryInfo(Server.MapPath(“~/lessonsmp3/”))
searchfor= categoryid &“*”&“.mp3″
file = directory.GetFiles(searchfor)If file.Length >0 Then
For i = 0 To file.Length –1
file(i).Delete()
Next
End IfEnd If
code explanation:
1-First we create a variable to carry the id of the category we want to remove “categoryid”.
2-then we instantiate an array of file info type object. This will give us the ability to loop through large number of files and delete or edit each file alone.
3-we define the “i” integer type variable to act as a loop counter.
4-then we define a string variable “searchfor” which will carry the search criteria of the mp3files we want to delete. Notice that we designed the lesson insert page to add the category id in front of the uploaded file name to ease the process of multiple file deleting all we have to do is to search for the category id of the category we need to remove in the start of any file name if we found the id of category we want to remove we delete the file else leave the file inplace.
5-then we define a “directoryinfo” type variable that point to the directory that contains the files that we want to delete from. Notice we used “server.mappath” to get the physical path of the directory from the virtual path which is”~/lessonsmp3/”.
6-then we set the search parameters as we mentioned before. the file should contains the category id in the start of it’s name and mp3 type.
7.then we load the files that present in the selected directory into the “file” array we created before.
8-then check if the array contains files by checking it’s length to be more than zero.
9-then we loop through the array checking if the mp3file have the criteria we set before if the file belong to the category we want to remove we delete the file also using”file(i).delete()” method.
10-continue looping to the last file in the array and you are finished.

Tks…
I really need it,thank you very much!!!…
Biber hapı…
Biber hapı,biber kapsülü…
Diabetes Mellitus…
[...]glucose monitors can be obtained free of charge[...]…
oylat kaplıcaları…
oylat,oylat kaplıcaları…
Maurers…
Maurers,Maurers zayıflama…
estetik dis…
estetik diş,diş…
kiralik daire…
kiralik daireler,kiralik daire…
photoscape indir…
ares indir…
About Dark Under Eye…
[...]Dark Under Eye is a leading provider of hydryolyze[...]…
Buy eBooks…
[...]purchasing eBooks couldn’t be easier[...]…
DIGITURK…
Digitürk,digiturk,Dijitürk…
kredi kartı kampanyaları…
kredi kartı kampanyaları…
p>pearl jewelry
pearl jewelry wholesale
pearl necklace
pearl earrings
pearl bracelet
pearl pendant
pearl ring
wholesale pearl jewelry
pearl strand
pearl beads
loose pearl
round pearl
nugget pearl
button pearl
rice pearl
potato pearl
wheat pearl
firecracker pearl
top-drilled pearl
dancing pearl
coin pearl
blister pearl
keishi pearl
biwa pearl
stick pearl
loose freshwater pearl
bread pearl
seed pearl
jewelry set
freshwater pearl set
akoya pearl set
coral set
turquoise set
gemstone set
shell set
shell pearl set
freshwater pearl necklace
methotrexate@and.placenta.acretia”rel=”nofollow”>.…
Buygeneric drugs…
.…
Buygeneric drugs…
crestor@statin.drugs”rel=”nofollow”>……
Buyit now…
dried@neem.leaves”rel=”nofollow”>……
Buywithout prescription…
Claritin@Claritin.Claritin”rel=”nofollow”>..…
Buyit now…
Yaz…
Buygeneric pills…
Provera…
Buynow it…
Pyrantel Pamoate…
Buygeneric meds…
Pyridium…
Buydrugs without prescription…
Omeprazole…
Buygeneric pills…
side effect of zoloft…
Buyno prescription…
…
Your stage is valueble for me. Thanks!…
gilbert’s syndrome tylenol…
Buygeneric meds…
zyrtec anticolinergici effect…
Buyno prescription…
Zoloft…
Buyit now…
buy liposomal lidocaine 4% cream maxilene…
Buywithout prescription…
Free Movie Downloads…
[...]just below,are some totally unrelated sites to ours,however,they are definitely worth checking out[...]…
Full Movie Downloads…
[...]here are some links to sites that we link to because we think they are worth visiting[...]…
Another Title…
I saw this really great post today….
Thank you for your information…
This post was mentioned on our So You Think You Can Dance website…
Good! Thank you! I always wanted to write in my site something like that. Can I take part of your post to my blog?…
Hello,this is my first time i visit here. I found so many interesting in your blog especially on how to determine the topic. keep up the good work….
zyrtec in dialysis patients…
Buywithout prescription…
zofran odt…
Buynow it…
Great Post……
I saw this really great post today….
Great Post……
Excellent share it is without doubt. My girlfriend has been awaiting for this info. There is another excellent article on the subject Visit This to read it. I have bookmarked it to ensure others will be able to read it,as well…….
Title…
Nice Post mate…
buy@Viagra.now”rel=”nofollow”>……
Buygeneric pills…
Specialists state that credit loans help people to live their own way,just because they are able to feel free to buy needed things. Moreover,various banks offer sba loan for different persons.
cipro@250.mg”rel=”nofollow”>..…
Buygeneric meds…
Cialis UK…
Buynow it…
Another Title…
I saw this really good post today….
….
In order to explain the popularity of plastic cosmetic makevoerstoday,you have to address the fact that cosmetic surgery can encompass many types of body modifications from something as common as breast reduction or botox. It is always going to be bas…
See you…
Yeni cikan albumler…
…….
Some people make ,sometimes drastic,changes to their appearance to conform to what they consider to be the ideal beauty in their own culture or society. Breast enlargement,collagen treatments,nose jobs,eye lifts,and facelifts,are many of the mos…
why…
vizyondaki filmler…
MIG Welding and Allied Figures | Best and Free tips on the Plastic ……
MIG is one of the easiest ways of welding,but this requires a good exercise to perform this type of welding. can be done using the proper tools and ……
Health and beauty products that are healthier and more beautiful skin …
……