just want to print total number of files using ASP.NET but cant get it... coz I havnt so much experties in.NET :-s im using this code, it prints all file names plz hlp....
Dim thedirectory As New IO.DirectoryInfo(Server.MapPath("~/images/")) Dim count As Integer = thedirectory.GetFiles.Length Code (ASP.Net): As requested