|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
Paul W Smith -
10 Oct 2007 6:27 PM - 10 messages
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Dim sSQL As String = "SELECT * FROM tPlayers" Dim myAdapter As OleDbDataAdapter = New OleDbDataAdapter(sSQL,myConnection) Dim MyDataSet As New DataSet ...
Devron Blatchford -
8 Oct 2007 2:22 AM - 5 messages
Hi there, I have a small date formatting issue with the datagrid control. I have a page that dynamically binds results from a datatable. The number/names of columns and datatypes can vary. I use the datagrid to return the results to ...
|
|||||||||||||||||||||||