|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
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 ...
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... ...
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 ...
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> ...
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 ...
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 ...
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" %> ...
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 ...
|
|||||||||||||||||||||||