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 2005 > threads for august 15 - 21, 2005

Filter by week: 1 2 3 4 5

How to hide border
Posted by Mark Aslan Kuschel at 8/21/2005 12:00:00 AM
Hi NG, I implemented a datagrid on a website with green background. I wanted to hide the datagrids borders, but there is one black border I cannot hide. You can see a screenshot at http://dingsbla.dotnet-infrared.de/images/Datagrid.jpg, when you zoom at the border you see an 1px border. ...more >>


Datagrid doesn't appear
Posted by Dave at 8/20/2005 11:48:16 AM
I'm fairly new to this .NET stuff. I've got two related database tables. The child table is just a set of textual selections for one of the columns in the parent table - in Access it's a drop-down selector list. So, nothing too clever. I've set up the data connection, two data adapters and ...more >>

Checkbox validation in datagrid
Posted by kleykir at 8/18/2005 3:13:43 PM
I have a datagrid that has 3 checkboxes (checkbox1, checkbox2 and checkbox3). Before i update a record to the database i want to run a validation script on The checkboxes. The function should check that Checkbox3 is unchecked if either checkbox1 or checkbox2 is checked and also it should be unc...more >>

Using CType with grid data
Posted by eagle at 8/18/2005 1:25:40 PM
How do I retrieve a value off a grid, then convert it to a decimal, seems like the only thing I can do is convert it to a string?? This is what works if the value is a string: strValue=cType(e.Item.Cells(1).Controls(1), Textbox).text But I get an error when I try the following: System....more >>

DataList doesn't fire events
Posted by Neil Jarman at 8/17/2005 6:41:22 PM
Hi, I'm new to this today, and I've got some test code (see below.) The data loads fine. I can't understand why any of the events fire. Once the page loads, clicking on thew button from the ItemTemplate does not fire the OnItemCommand event. It just fires a page reload - as a postback. I...more >>

How to convert to mixed case from capital
Posted by Yoshitha at 8/17/2005 12:00:00 AM
Hi I have a string like "KRISHNA MURTHY" in the database when i retrieve from database it has to show "krishna Murthy" (the first letters must be capitals) in the field of datagrid of my asp.net application how to do that please help me Regards, krishna ...more >>

Focus
Posted by lgrottland NO[at]SPAM yahoo.com at 8/16/2005 4:46:59 AM
Hello! I have a grid that is derived from a datagrid control, and I was wondering about one thing. And I hope that it's possible. If I have say 200 items in my grid, and edit the 100'Th When I'm finished editing this item, the grid is at top when I go back to the grid. Are there any functio...more >>

How does update work
Posted by PhilM at 8/15/2005 5:48:35 PM
I bind a Datagrid to a recordset obtained from a stored proc in SQL server. DataGrid displays the recordset. User updates some data on the grip, pushes update button. Event code calls Datagrid1.Update ... but what should that do? I suppose it executes the code stored in the Update command of th...more >>



Dynamic DataGrid
Posted by Joe Goeke at 8/15/2005 10:22:31 AM
I am attempting to use a DataGrid to dynamically display data based on what category the user picks. My data is in a SQL Server DB. My current problem is that I can't seem to find the best way to display the data in the DataGrid. For example, when the user picks a category (wing nuts), I ...more >>


DevelopmentNow Blog