all groups > asp.net datagrid control > november 2004 > threads for november 22 - 28, 2004
Filter by week: 1 2 3 4 5
JavaScript Onclick firing a button (C#)
Posted by Jer at 11/28/2004 11:27:44 PM
Has anybody ever used JavaScript to fire a button? I want a user to be able
to click anywhere in a row to be able to make a selection. I use mouseovers
and mouseouts to highlight the selected row. Currently the only way I know
how to allow a user to click anywhere on a row is to register a Jav... more >>
How to connect Access database .mdb under windows XP
Posted by cschang at 11/27/2004 10:45:18 PM
I used the Data Form wizard of .NET to create a C# dataset form to query
the data from an Access database file "MWIND.MDB", but I kept getting
following message when I run the web form on XP only
"The Microsoft Jet database engine cannot open the file
'C:\mydb\NWIND.MDB'. It is already opened... more >>
Conditional formating
Posted by Willem at 11/27/2004 1:17:10 AM
Hi,
I'm working with a datagrid whithout any problem. But now
I like to use some condinional formating to one of the
columns. If the value in column 3 > 10 then change the
back color to red instead of green. Is there a way to do
this.
Thanks,
Willem... more >>
Boolean column in a data grid
Posted by Gerhard Ankerl at 11/24/2004 8:57:30 PM
My data grid constains several boolean columns, it is connected to a
dataset. Can anyone tell me why i have to click the bool columns (init value
is false ) 2 times before it changes to true?
It seems to me that the first click only selects the row and the second
click changes the value!!
... more >>
How can I save the style of a datagrid so that it appears on the automatic format to use iin another datagrid?
Posted by Luis Esteban Valencia at 11/24/2004 1:09:40 PM
How can I save the style of a datagrid so that it appears on the automatic
format to use iin another datagrid?
... more >>
Variable DataGrid Column Text
Posted by Alan Z. Scharf at 11/23/2004 1:27:35 PM
1. Is there a way to make datagrid column text fill in from an expression?
2. I want column header text based on a lookup value from a UDF.
Thanks.
Alan
... more >>
Populate Datagrid from Client side
Posted by vijay_kerji NO[at]SPAM yahoo.com at 11/23/2004 2:34:16 AM
Hi All,
I have a parent page. It will pop up a modal dialog (by calling show
modal dialog) window. Dialog window will return a long string which
will be parsed at the client side(say as first and last names). Now I
need to populate the datagrid with these string data.
Is it possible and if it... more >>
DataGrid OnPageIndexChanged does not fire for first page link click
Posted by sytelus NO[at]SPAM yahoo.com at 11/22/2004 2:29:54 PM
When DataGrid with paging enabled shows numeric links for pages, you
get OnPageIndexChanged event fired when user clicks on any of the page
links - except the very first! Have anyone seen this behavior and know
any workarounds? The current workaround I know of is to look at
IsPostBack and Reques... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|