Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score How to get values out of a grid during an add
dew - 6 Jan 2006 7:41 PM - 4 messages
I have a grid, when the user clicks on an add link (code below), enters values, then clicks Update     Public Sub AddRecord(ByVal dgrid)       Dim ds As DataSet       Dim dt As DataTable ...
Score Hide a column?
dew - 6 Jan 2006 4:39 PM - 3 messages
How do I hide a column when using AutoGenerateColumns turned on?  I tried dg.Columns(1).visible = false but it errors, as if there is no column. Also in ItemDataBound, I tried e.items.Cells(1).visible = false and it does ...
Score ButtonColumn and EditCommandColumn don't work together as expected
Piotr - 6 Jan 2006 2:22 PM - 3 messages
Hi, I have a DataGrid with standard EditCommandColumn with PageIndex enabled. Everything works fine. When I add ButtonColumn    <asp:ButtonColumn       Text="Delete"       HeaderText=""       CommandName="Delete"/> ...
Score Correct syntax for a pop up window
martinharvey via DotNetMonster.com - 6 Jan 2006 1:26 PM - 3 messages
This is probably a very simple question can any one tell me the correct syntax for displaying this in a pop up window <a href="DetailsPage.aspx?id=<%#Container.DataItem("ProductID")%>"><img height="70" src='<%#Container.DataItem("ProductImage")%>' width="90"  /> ...
Score Changing the Datatype of Datatable Column
Kevin Humphreys - 5 Jan 2006 12:27 PM - 4 messages
Hi, I need to change the Datatype of Datatable Column when the dataset populates the Datatable I would like to be able to do this either after the datatable is assigned to the dataset or before this happens. E.G. Convert datatype from Int to String ...
Score Showing master-details in datagrid.
archana_kolambe - 4 Jan 2006 6:03 AM - 2 messages
Hi all, I want to display master details tables in datagrid. In MSDN example is given for displaying two tables in datagrid in windows forms. I want expand-collapse facility to be there in datagrid. Windows forms datagrid directly provides this functionality. ...
Score Hyperlink Column
Bishoy George - 3 Jan 2006 7:19 PM - 2 messages
I have 2 columns in a Table in SQL database called LinkName , LinkURL. I put the 2 columns in a table in a dataset How to display the 2 columns in a datagrid as ONE column displaying the LinkName column and when the user clicks on the link name item it directs ...
Score datagrid doesn't work after framework 2.0 installation
Tommaso - 3 Jan 2006 12:36 PM - 2 messages
my provider has upgraded his system to .net framework 2.0. After this my "old" application (written in asp net 1.1) doesn't work correctly and in every form where is present a datagrid, there is this error Server Error in '/' Application. -------------------------------------------------------------------------------- ...
Next » 2 3 4 5 6 7 8 9 10