Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score How to use Eval / Bind to create a mailto link?
Nahom Tijnam - 14 Jan 2006 11:57 AM - 14 messages
Hi, In my gridview or datalist control, I know how to use the Eval or Bind method to bind a control property to a data as follows: <asp:HyperLink ID="email" runat="server" NavigateUrl='<%# Eval("email", "mailto:{0}") %>'>Email me</asp:HyperLink> ...
Score Set DataGrid column width from code-behind
JL - 13 Jan 2006 8:15 PM - 2 messages
Hi all, I have a DataGrid that is binded from a dataset where the number of columns is unknown.  Therefore I have not set up the columns at design time, but I would like to control the width of each column. ...
Score DataGrid disappears when clicking on "Edit" link
strJulioNegron - 12 Jan 2006 9:56 PM - 3 messages
My DataGrid disappears when clicking on the "Edit" link. The DataGrid accesses a sql server database. I tried this some time agon using VWD Express and didnt have a problem, now I'm using VS2K5 and I'm getting this. I can't seem to figure it out, I've tried several diferent ...
Score True/False to Yes/No
Chuck Foster - 12 Jan 2006 9:18 PM - 2 messages
How can I convert a True/False value on a datagrid to a Yes/No value? ...
Score Problem Retrieving Values from CheckboxList nested inside Datalist Control
Mike - 12 Jan 2006 5:15 PM - 2 messages
I have a Datalist control on my page that I have binded to a table of available categories.  In the Item Template I have a CheckboxList control bound to the products available in each Category.  I need to pull out of the ...
Score Format data in dynamically generated columns from crosstab query
joshblair - 12 Jan 2006 4:13 PM - 5 messages
Hello, I have an OleDbDataReader that contains data from a crosstab query. The column count, and their names of many of the columns are not known at design time.  The cross tab in question is returning currency data in these columns but in the datareader using OleDB, the columns are of ...
Score Datagrid not sorting on FIRST click
treilly via DotNetMonster.com - 12 Jan 2006 3:56 PM - 2 messages
Hi all, Can anyone point out why my datagrid won't sort on the first click? I'm sure it's something to do with postbacks.  It does sort fine on the second click, third click, and so on.  Thank you for the help ...
Score Edit Button not working properly.. help please
Burak Gunay - 11 Jan 2006 2:13 PM - 4 messages
Hello everyone, I am including the code and I am going to describe the issue I am having.  I would  appreciate it if you would take a look at this. Ok, what I am trying to do is to have a dynamic datagrid where we are ...
Score objectdatasource custom paging SelectCount method
Dav - 10 Jan 2006 5:17 AM - 6 messages
I'm trying to implement custom paging in a VS 2005 readonly GridView binding to an ObjectDataSource control.  I added the extra maximumRows and startRowIndex parameters to my Select method.  The Select method had 3 parameters before I added the paging parameters.  I added another method ...
Score Sort() : JoinTextBoxColumn - DataGridTextBoxColumn
--=OpTyLeR=-- - 9 Jan 2006 3:11 PM - 3 messages
Hello, I'am using this class :   [link] and i want to sort the datagrid by the text obtained in feild 2 and not by the id of the thirst column ... ...
Score NumericFirstLast Doesn't work
mike.aes - 8 Jan 2006 8:50 AM - 4 messages
I'm using the GridView control and have the Mode of the Pager set to "NumericFirstLast".  However, when there are several pages to display, the pager shows only page numbers--and no First/Last buttons.  First of all, is this a bug or am I doing something stupid?  Secondly, can I ...
Next » 2 3 4 5 6 7 8 9 10