Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net datagrid control > august 2004 > threads for august 1 - 7, 2004

Filter by week: 1 2 3 4 5

Multually Exclusive Selection in Data Grid???
Posted by SStory at 8/7/2004 1:50:47 PM
How can I get the select link button to select one item and unselect all the rest???? Like radio buttons? Thanks, Shane ...more >>


DataBound Checkbox aaaaargh!!!!
Posted by Stefan at 8/7/2004 12:11:54 AM
Hey folks, I am stumped on this one any help would be greatly appreciated... I have probabley tried every article on google.... Error System.InvalidCastException: Specified cast is not valid. Checked = '<%# DataBinder.Eval(Container.DataItem,"bInactive")%>'> The value returned is...more >>

Group headings in datagrid
Posted by William Gower at 8/6/2004 1:56:15 PM
I have a datagrid of users that displays the company that they work for, their username, type of user. I would like to display the company name only when the company name changes. How do I do that? Company User Id User Name Type ABC Co John John A...more >>

How can I dynamically add a control to a DataGrid Template column?
Posted by richard.heller NO[at]SPAM citrix.com at 8/6/2004 10:51:21 AM
I want to do the following: // create the template column ... TemplateColumn tc = new TemplateColumn(); tc.HeaderText = "Location"; tc.HeaderStyle.Width = Unit.Percentage(40); // create a label for the item template ... label = new Label(); label.ID = "lbl" + Tree + "Location"; label.Tex...more >>

EditCommand event
Posted by Alex at 8/6/2004 1:19:29 AM
Does anyone know how DataGrid knows which index of an Edit button/link caused the postback so as to pass it along as an argument to EditCommand event? ...more >>

Datagrid as spreadsheet
Posted by Alex at 8/6/2004 1:17:48 AM
Is it possible to have it appear like an Excel spreadsheet where all the cells are in edit mode? ...more >>

Datagrid with Drop Down Lists
Posted by Robin at 8/5/2004 5:52:30 PM
In an asp.net page that has a datagrid, how do you change the data for that column to be listed in a listbox with the current value selected? ...more >>

Multicolumn Combobox in datagrid
Posted by T.ARAS at 8/5/2004 12:57:09 PM
Hi all I need a datagrid with multicolumn combobox. Combobox is with autocomplete. Thank you. ...more >>



Hoow to make the header of datagrid unmovable as a frame?
Posted by Luis Esteban Valencia Muñoz perrohijueputa NO[at]SPAM hotmail.com at 8/5/2004 12:10:55 PM
I need the header of a datagrid not to move as the user is scrolling down? Is this possible without using third party components. Please do not refer to infragistics webgrid. ...more >>

Popup Window in a DataGrid
Posted by adish11 at 8/5/2004 9:17:32 AM
Hi, Do u know how to make a HyperLinkColumn in a DataGrid that would pop up a new window with details of the row that the user clicked on. I have a Web application in C#? Can you show an example,code lines? Thank u ...more >>

NEWBIE - "Stoplight-like" Indicators in a DataGrid
Posted by RockNRoll at 8/5/2004 7:32:29 AM
Greetings, I have a datagrid that contains a list of invoice numbers, invoice date, and invoice amount. All of this is pulled from a single table in my database. I have a separate table that contains a list of invoice numbers and how much payment we've received on those invoices. I would...more >>

HyperLinkColumn Link Value at ItemCreated
Posted by hooterbite NO[at]SPAM yahoo.com at 8/4/2004 8:47:27 AM
I would like to format the url based on its value. How do I get the value in my ItemCreated handler? Sub DataGridItemCreatedHandler(ByVal sender As Object, ByVal e As DataGridItemEventArgs) Select Case e.Item.ItemType Case ListItemType.AlternatingItem, ListItemType.Item 'Check the ...more >>

How do I set a hyperlink to a subdirectory
Posted by Eva White via .NET 247 at 8/4/2004 4:46:50 AM
I am trying to set a field in a Datagrid to open a file located= in the downloads/ directory on my website=2E The following code= creates hyperlinks in my datagrid, but when I click on these= hyperlinks, I get "The page cannot be Found" message=2E The= address bar indicates that the links ar...more >>

Datagrid/Parameter Challenge
Posted by RICKAZOY NO[at]SPAM HOTMAIl.com at 8/3/2004 9:17:26 PM
How can I send multiple parameters in a query string. I'd like to use one of the parameters to populate my datagrid. Once I get the parameter how do I incorporate it into my select? Here's the code with one parameter: <TD vAlign="middle" align="right" width="100"><A href='ProductsDetails.aspx...more >>

Persistence
Posted by Yama at 8/2/2004 11:31:54 PM
Hi, I have a datagrid with a checkbox column. The datagrid is using paging and sorting. When I click on a checkbox then go to page 2 (or any other) then come back to page 1 the checkbox is cleared! Any suggestions? Thanks, Yama ...more >>

ASP.Net Grid Control Link Button
Posted by Robin at 8/2/2004 6:04:52 PM
In an ASP.NET page that has a data grid with a bound column of link button. How can I reference the control and set properties for the link button at run time? ...more >>

How to print Data grid?
Posted by Carlos at 8/2/2004 4:48:37 PM
I have a webform with a data grid how can I add a print logic to a print button on the form any samples out there ? Thank ...more >>

How can I select items in a datagrid to populate a second datagrid.
Posted by ericlangland NO[at]SPAM hotmail.com at 8/2/2004 2:31:25 PM
I currently have a datagrid that looks like the following. Sales Table Date Dogs Cats Fish 5/1/2004 4 4 2 5/2/2004 3 3 1 5/4/2004 2 4 1 5/5/2004 1 2 23 I...more >>

Javascript for Pop-up window on DataGrid/UltraWebGrid cell click
Posted by amcniw NO[at]SPAM yahoo.com at 8/2/2004 12:59:14 PM
One column of the grid displays 'Notes' and therefore has many more characters than can be properly displayed in a grids' cell. I use a pop-up window containing a TextBox to show that value. I also want the user to be able to edit text in the child window which should then be displayed in the ce...more >>

Datagrid vs Datalist
Posted by Roger at 8/2/2004 8:04:40 AM
Can anyone point me to some articles that discuss the reasons for using a datagrid over a datalist and vice-versa? ...more >>

Why Does Sorting Require Another Call To The Database?
Posted by lisa NO[at]SPAM starways.net at 8/2/2004 7:58:51 AM
I hope someone can help with this. Every example I've seen, and every example I've written, where I fill a datagrid from a recordset I get from the database, requires me to go back to the database and get the recordset again every time I sort by a column. Maybe I'm just not understanding th...more >>

DATAGRID QUESTION
Posted by RICKAZOY NO[at]SPAM HOTMAIl.com at 8/1/2004 3:16:36 PM
I'm trying to build a datagrid by taking a parameter in the query string and using that in my select or better yet using that to call a stored proc. I'm using VB.NET. Please help!...more >>


DevelopmentNow Blog