< form runat = " server " > < wmx:AccessDataSourceControl id = " AccessDataSourceControl1 " runat = " server " ConnectionString = " Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=F:\Test\webmatrix\Dqsm.mdb " SelectCommand = " SELECT * FROM [AllStore] " ></ wmx:AccessDataSourceControl > < wmx:MxDataGrid id = " MxDataGrid1 " runat = " server " AllowPaging = " True " CellPadding = " 3 " BorderStyle = " None " DataSourceControlID = " AccessDataSourceControl1 " AllowSorting = " True " BorderWidth = " 1px " BackColor = " White " DataMember = " AllStore " BorderColor = " #CCCCCC " DataKeyField = " StoreID " > < FooterStyle forecolor = " #000066 " backcolor = " White " ></ FooterStyle > < SelectedItemStyle forecolor = " White " font - bold = " True " backcolor = " #669999 " ></ SelectedItemStyle > < PagerStyle backcolor = " White " mode = " NumericPages " horizontalalign = " Center " forecolor = " #000066 " ></ PagerStyle > < HeaderStyle forecolor = " White " font - bold = " True " backcolor = " #006699 " ></ HeaderStyle > < ItemStyle forecolor = " #000066 " ></ ItemStyle > </ wmx:MxDataGrid > <!-- Insert content here --> </ form >