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 > july 2005 > threads for july 8 - 14, 2005

Filter by week: 1 2 3 4 5

How to insert a row in a DataGrid in code?
Posted by Bill at 7/13/2005 3:07:57 PM
I thought I could insert a new row in a DataGrid in code by calling CurrencyManager.AddNew; but it does not work. I want to open a new row that the user will then fill in. What am I missing? -- ..Bill....more >>


email sending comparing with date using windows service (c#)
Posted by satish c via DotNetMonster.com at 7/13/2005 9:27:37 AM
just like reminders..........i want to send an email comparing with date(the date is in datagrid)..sending email is not a problem for me...but how to comare the date and where can i write code...... one of mr friend is said that this is possible with windows service.... suggestions...........more >>

Auto Rotate Datagrid Contents
Posted by Jay at 7/13/2005 9:00:58 AM
I need to auto rotate/scroll the contents of a datagrid. Currently I have a datagrid wrapped inside a <marquee> tag... this works, however there is a gap when scrolling (marquee issue). Any thoughts? I've looked into telerik's rotator control but it wont rotate a datagrid. Thanks. ...more >>

Adding file links column in a datagrid
Posted by Hari S via DotNetMonster.com at 7/13/2005 12:00:00 AM
Hi I have a list of files in the filesystem and the paths and filename to these files are stored in records in a database. I need to display these files as links from which the file can be downloaded in a datagrid column . I am using the Templatecolumn with ItemTemplate and am assigning <br...more >>

alternating item style in template row with table tags
Posted by NancyASAP at 7/12/2005 3:26:49 PM
In case anyone else runs into this issue... I recently wanted to set alternating item style on a grid row that contained a template item for the entire row. This template item contained html table tags. This allowed me to make each single grid row a multiple row table (I needed each grid row t...more >>

Calendar Link in Datagrid
Posted by John Walker at 7/12/2005 2:20:03 PM
Hi, In my datagrid I have a textbox with a hyperlink next to it. When the user clicks on the hyperlink it will pop open another window with a calendar control, and when the user clicks a date, it will put that date in the aforementioned textbox and close the calendar window. Here's the java...more >>

I am frustated...
Posted by Cordon at 7/11/2005 11:34:46 AM
My problem is very simple... (All codes are in ASP.NET & VB.NET) There is a data grid like - Name Age Height KA 12 100.2300 ZX 14 101.0500 XY 9 98.1000 When I export it to excel it gets like, - Name Age Height KA 12 100.23 ZX 14 101.05 ...more >>

Casting DataGridItem
Posted by Alan Z. Scharf at 7/8/2005 4:26:29 PM
agrids on six different pages which are editable. They each draw from a different SQLServer table. 2. When data is changed in any rows, the Row ID gets added to an array, and then a Stored Procedure updates the database table by looping through the array of Row ID's. I'm using the RowChan...more >>



Rowfilter
Posted by ahooi at 7/8/2005 11:09:36 AM
Hi, can you please try to filter the following data using rowfilter and se whether it works or not. Note: Have to escape [ and ].So, [ is written as [[] and ] is writte as []] Three records in the database are: 1# [1222 -2201] 3# [1212 - 2200] 12# [1122 - 3201] Let say i want to get th...more >>


DevelopmentNow Blog