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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|