Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score Help on DataSets
cagriandac - 22 Jul 2006 8:04 PM - 2 messages
Hello, I am creating an application using asp.net 2.0. But I am stuck somewhere. I want to get values from a DataSet one by one on every Page_Load. So I wrote my code in Page_Load but it didnt work, giving a ...
Score How to enable and disable a single row in a datagrid?
ashan - 22 Jul 2006 3:42 AM - 3 messages
Is there's a way to do this? I want to have control over the enabling/disabling of a single row... Any help will be appreciated... ...
Score want to make column in DataGrid a Hyperlink
Henry Jones - 21 Jul 2006 11:57 PM - 2 messages
I am new to ASP.NET and I'm using Visual Studio 2003.  I put a datagrid on a form and bound to the Northwind/Orders table.  The first column is the ID field.  How can I make the ID field display as a hyperlink on the grid when ...
Score FINDCONTROL PROBLEM
Savas Ates - 21 Jul 2006 1:54 PM - 5 messages
It is in my <EditItemTemplate> Tag.. <asp:DropDownList Runat=server ID="CIdeefixeSatis" SelectedIndex='<%# SelectMyIndex(DataBinder.Eval(Container, "DataItem.ideefixesatis")) %>' <asp:ListItem Value="True">Stokta Var</asp:ListItem> <asp:ListItem Value="False">Stokta Yok</asp:ListItem> ...
Score Percentage width for cells in web Datagrid
Elizabeth - 19 Jul 2006 8:10 PM - 2 messages
Hello: I was migrating a web application from VS2003 to VS2005. In one page I had a grid with some cells with fixed width in pixels and two cells with width in percentage (65% and 35% respectively). In these cells ...
Score Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databou
Owen Blacker - 19 Jul 2006 9:43 AM - 2 messages
I've spent loads of time Googling to try to work this one out and I'm sure it's something obvious. I get an InvalidOperationException reading "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a ...
Score Datagrid PageIndexChanged event doesn't fire
vcinquini - 16 Jul 2006 3:03 PM - 2 messages
I already did this in the past succesfully. I can't understand why it isn' t working now. Anyone can see anything wrong? The ASPX page <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="datagrid.WebForm1" %> ...
Score DataGrid with Multiple DropdownList's - need to Populate dynamical
PK9 - 16 Jul 2006 9:11 AM - 4 messages
Need help with a DataGrid DropDownList problem.  I have a datagrid that contains several columns, including two ItemTemplate columns that have DropDownList controls.  The DropDownList controls are in columns titled "Short Title" and "Editions".  When a user makes a selection from one of the ...
Next » 2 3 4 5 6 7 8 9 10