Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score Why Does This Not Work?
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 ...
Score Datagrid default date format
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 ...
Next » 2 3 4 5 6 7 8 9 10