Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score Hiding Datagrid Rows
Shankwheat - 3 Dec 2005 3:19 AM - 5 messages
I have a checkbox next to each record in my datagrid that I want to either hide or display depending on whether the checkbox is checked.  I want to hide/display the rows not the columns. This is what I came up with so far but maybe there's a better way?  Thanks. ...
Score Programmatic access to TemplateColumn?
matt - 2 Dec 2005 12:12 AM - 4 messages
hello, i have a datagrid w/ a TemplateColumn in it, like so:     <asp:TemplateColumn HeaderText="Select">         <ItemTemplate>             <asp:CheckBox ID="chkSelected" Runat="server"/> ...
Score DetailsView EditItemTemplate DropdownList Update Problem
Trevor Bezotte - 1 Dec 2005 8:53 PM - 10 messages
Hi! I have a DetailsView with a DropDownList in an EditItemTemplate, I know, pretty cool right? But when I try to Update the table with a new value from the DropDownList the table does not get updated with the new value. I'm new ...
Score A collapsing panel in a datagrid/gridview
Simon Harvey - 1 Dec 2005 11:29 AM - 5 messages
Hi all, Can anyone tell me what the easiest way to achieve a collapsable panel area in a datagrid is? Do I need to find a third party panel control or does the datagrid/gridview somehow support this functionality inherently? ...
Score global.asax
Gomathi - 30 Nov 2005 9:54 AM - 2 messages
hi all, I want to send mail during my application crashes. I wrote my method in application_end event in global.asax. Its working fine when i'm running through visualstudio.net. When i tried by stopping my IIS server, it doesnt work. ...
Score Re: Datagrid e.Item.Cells(1) argument was out of range
nalskumar - 30 Nov 2005 7:07 AM - 2 messages
Hi how is solve this problem? Thanks in advance nalskumar Del wrote: ...
Score Checkboxes in DataGrid are not submitting a value
brian - 29 Nov 2005 9:41 PM - 6 messages
I am familiar with creating TemplateColumns in dataGrids which contain a checkbox control. I have successfully implemented deletion routines, where, upon a button_Click event, mulitple items are deleted from the dataGrid. For example, this loop might be inside of my button_Click events: ...
Score Extra colspan
Tumurbaatar S. - 29 Nov 2005 5:11 AM - 2 messages
If any column (in my case, the 1st column) of a DataGrid is hidden (Visible=false), a pager row that has one cell by default does not exclude the hidden column from its colspan attribute. For example, if there're total N columns and one of ...
Score Takes two clicks to fire event?? Please help!
treilly via DotNetMonster.com - 28 Nov 2005 4:39 PM - 2 messages
Hey guys, This is really starting to annoy me.  In short, I have a datagrid with a buttoncolumn in the first column.  Once a user clicks on a button in this column, it fires the OnItemCommand correctly.  In the OnItemCommand function, ...
Score Visual design tools and DAL in VS 2005 / .NET 2.0
Paul Aspinall - 27 Nov 2005 10:48 PM - 3 messages
Hi I wrote quite a few apps with .NET 1.0 and 1.1, which made use of a Data Access Layer, and also used the Microsoft Application Blocks for Data Access (v2). In VS 2005, there is a huge improvement in 'visually' designing the data ...
Score Dynamic columns and NamingContainer
Tumurbaatar S. - 27 Nov 2005 3:48 AM - 3 messages
I dynamically add columns to DataGrid as described in MSDN articles "Top Questions about the DataGrid Web Server Control" and "Creating Web Server Control Templates Programmatically". The columns are template based and all they use a same template producer. In the edit mode (ListItemType.EditItem) the template ...
Next » 2 3 4 5 6 7 8 9 10