Hi,
I want to display all the file names that are present in a specified directory....say "C:\data" in a GridView
for that I am using the following:
Imports System.IO
Partial Class _Default
Inherits System.Web.UI.Page
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As Go to the complete details ...