all groups > asp.net datagrid control > july 2006 > threads for july 15 - 21, 2006
Filter by week: 1 2 3 4 5
How to enable and disable a single row in a datagrid?
Posted by ashan at 7/21/2006 8:42:02 PM
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...
... more >>
want to make column in DataGrid a Hyperlink
Posted by Henry Jones at 7/21/2006 4:57:28 PM
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
the web form is displayed?
Thanks
... more >>
FINDCONTROL PROBLEM
Posted by Savas Ates at 7/21/2006 4:54:39 PM
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:ListI... more >>
Percentage width for cells in web Datagrid
Posted by Elizabeth at 7/19/2006 4:10:22 PM
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
with percentage I use user controls (dropdown extended).
So in my old appl... more >>
Datagrid PageIndexChanged event doesn't fire
Posted by vcinquini NO[at]SPAM gmail.com at 7/16/2006 8:03:34 AM
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" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 T... more >>
DataGrid with Multiple DropdownList's - need to Populate dynamical
Posted by PK9 at 7/16/2006 2:11:01 AM
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
... more >>
|