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 > september 2003 > threads for september 1 - 7, 2003

Filter by week: 1 2 3 4 5

Q: Scroll to a Row?
Posted by Soul at 9/7/2003 3:29:17 AM
Hi, I have DataGrid on a C# Windows Application. Can I know how can I scroll to a particular row in the DataGrid? Thank you. -- Soul ...more >>


Programmatically Adding An Item To The DataList
Posted by Umut K. at 9/6/2003 6:08:56 AM
Hi all, I've a DataList control and it's DataBound by a SqlDataReader... The Reader returns say 3 records and as expected the datalist shows 3 rows. What i want to do is to add another extra Record (which is not neccesarily a database record..) but it'll be shown up as an ordinary item in the da...more >>

column modification
Posted by BK Kim at 9/5/2003 8:03:29 PM
Hello. I have created a datagrid in design time but in runtime, I am providing datatable to use it as its datasource and bind it. DataGrid1.DataSource = ds; DataGrid1.DataBind(); However, I need to add a column that uses some value in the same row. Anyone know how to do that? How do...more >>

datagrid doesn't display my data
Posted by BK Kim at 9/5/2003 8:00:29 PM
Hello. I am new to this asp.net thingy. I have created my dataset, adaptor and connection. my data contains some data for sure since i have displayed its data by "Response.write..." but somehow, it is not display anything in the datagrid. i only see it's column names. in aspx <as...more >>

DataFormatString Doesn't Work
Posted by frank at 9/5/2003 4:33:38 PM
I am using the DataFormatString property on BoundColumn objects in a DataGrid, but they don't seem to work for some reason. I copied them straight from another DataGrid where they work fine, but for some reason they have no effect in the following grid. The two that don't work are DataFormat...more >>

Web Control that inherits the DataGrid
Posted by Jonas Nilsson at 9/5/2003 11:41:02 AM
Hi! Does anyone have a sample on how i can inherit the datagrid in a Web Control and bind it to a datasource. And then add template columns and add data from the datasource into the columns My Web Control inherits the DataGrid, i bind the control to a datasource (DataReader) in my aspx cod...more >>

displaying images in multiple columns
Posted by Joe Abou Jaoude at 9/5/2003 2:23:15 AM
hi, i want to display in my form pictures(the url is taken from a database), like this: pic1 pic2 pic3 pic4 pic5 pic6 .... i ve desined a template column and binded the urlimage to the corresponding field. but now i have to specify that the datagrid has 4 columns coz the res...more >>

invoice
Posted by Kmpos at 9/5/2003 1:43:45 AM
As I can create an invoice in Web matrix presenting/displaying subtotla and the taxes and the total of the invoice thanks ...more >>



Help: sorting problem on data type?
Posted by hb at 9/4/2003 6:25:35 PM
Hi, I use the "FOR XML AUTO,ELEMENTS" to get data from SQL server database: string x=getProductListFromSql(); The xml scheme of x like: <list> <Product> <productID>234</productID> <productName>light</productName> </Product> <Product> <productID>235...more >>

Debbug
Posted by mozart at 9/4/2003 9:50:25 AM
The VS is not stopping more in the breakpoints (F9). What it can be? ...more >>

consistent column widths
Posted by TPSreport at 9/4/2003 8:39:43 AM
ASP.NET 2003. Two DataGrids, six columns each, one grid atop the other. I need to have the columns line up, i.e., DataGrid1 Col(1) lined up w/ DataGrid2 Col(1) - each the same width on the screen. All columns have the same width assigned via Property Builder, and both DataGrids themselv...more >>

HELP PLEASE! Datagrid not responding
Posted by Juan Romero at 9/3/2003 10:11:57 PM
Hello guys, PLEASE HELP! My datagrid has stopped responding for some reason! It was working fine yesterday, I come today, change a line, and suddenly NOTHING WORKS! I click on a header link (to sort) of the grid, and nothing happens.... I click on a navigation link (page flip) NOTHING H...more >>

Fully editable datagrid
Posted by peter.walburn NO[at]SPAM lr.org at 9/3/2003 1:55:03 AM
Hi, I need to have a fully editable datagrid control for my webforms. I have managed to get the control so that I have one edit button at the bottom of the form and pressing this button allows editing of any existing row in the grid. I then press an Update button and write all of the chang...more >>

Mailto: in datagrid
Posted by dlinn at 9/2/2003 4:48:06 PM
I have a datagrid that is populated with email addresses stored in a database. How can I make the email a mailto: link? Many thanks! ...more >>

Money
Posted by mozart at 9/1/2003 5:16:46 PM
How to format a number in txtBox? ...more >>

Data Grid layout
Posted by Craig Hudson-Bennett at 9/1/2003 8:54:04 AM
I am trying to copy this asp layout in asp.net... www.podge.net/AdvertList.asp?CategoryID=1 in asp, i looped through the recordset and created a new table for each new DatePosted date. in asp.net i am hoping to use a data grid, but i'm not sure how to create a separate block for each DatePos...more >>

DataGrid Column Header
Posted by prabhu NO[at]SPAM pbsystems.com at 9/1/2003 7:00:51 AM
Hi All, I would like to have a sort enabled for a particlar column. But when I enable sort I get an underline on the column header. I dont want the underline for the column header. Let me know on what needs to be done to remove the underline in the column header. Thanks in advance. With...more >>

Matrix generated Access mdb Update function not working
Posted by Dave at 9/1/2003 3:57:39 AM
Ok then... simple little exercise for me to learn ASP.NET and the simplest things are hanging me up. Like this: I have an .mdb that I am using the Matrix generated Select code to read from. The SELECT function it generates works fine. Now I am trying to Update one of the records in the littl...more >>

Binding custom objects to datagrid WITHOUT using Collectionbase
Posted by rkoktava NO[at]SPAM talk21.com at 9/1/2003 3:04:52 AM
Hi I'm having difficulty bind a collection of custom objects to a datagrid. For reasons that I'll explain shortly I can't use Collectionbase, so have instead implemented a custom collection with the interfaces IList, ICollection and IEnumerable. This class works find for indexing or iterati...more >>


DevelopmentNow Blog