ADO Database ASP.Net

<%@ Page %>
<%@ import Namespace="System.IO" %>

    Sub Page_Load(sender as Object, e as EventArgs)
      'Set the DataSource to a String array of file names
      dgFiles.DataSource = Directory.GetFiles("C:\")
      dgFiles.DataBind()
    End Sub

     RepeatColumns="2" CellSpacing="5">
  
    <%# Container.DataItem %>