| Thread | Last Post | Replies |
|
| JavaScript Onclick firing a button (C#) | 29 Nov 2004 20:01 GMT | 2 |
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 ...
|
| Conditional formating | 29 Nov 2004 14:37 GMT | 2 |
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
|
| Boolean column in a data grid | 25 Nov 2004 18:46 GMT | 2 |
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
|
| How can I save the style of a datagrid so that it appears on the automatic format to use iin another datagrid? | 25 Nov 2004 08:05 GMT | 1 |
How can I save the style of a datagrid so that it appears on the automatic format to use iin another datagrid?
|
| datagrid has a wrong position in netscape | 24 Nov 2004 14:17 GMT | 1 |
i have a cross-browser problem. I'm using a common datagrid. the code is: <asp:datagrid id="mygrid" style="Z-INDEX: 108; LEFT: 175px; POSITION: absolute; TOP: 190px" .... in IE the grid comes on the right position, in netscape - it doesn't.
|
| Populate Datagrid from Client side | 23 Nov 2004 11:25 GMT | 1 |
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.
|
| DataGrid OnPageIndexChanged does not fire for first page link click | 23 Nov 2004 01:33 GMT | 1 |
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
|
| How can I databind to a DataGrid Column? | 22 Nov 2004 06:45 GMT | 4 |
Why is there no databinding for the properties of a datagrid column? I have a scenario where the FooterText property of a column is the result of a function. How do I, or why can't I databind the value to the property? I know I can set it on the code page, but if there is a
|
| new datagrid's problem | 19 Nov 2004 21:45 GMT | 2 |
my table has total 3 columns like emp_id(primay key),emp_name emp_address i m populating my datagrid at run time successfully . now i add functionality of hotmail model(checkboxex) in it successfully but for this i did enhanced simple datagrid's functionality and
|
| Problem in Asp.Net DataGrid | 19 Nov 2004 05:35 GMT | 1 |
I have problem i Asp.Net . I have one Asp.Net page in that i have one ComboBox and Datagrid . In the ComboBox im dipalying the table names on selecting a table from the combo i want to fill the Datagrid.Then I would like to provide the Edit, Update, and Add feature for the grid ...
|
| Dyanamic Datagrid . | 19 Nov 2004 05:07 GMT | 1 |
I have problem i asp.net . I have one asp.net page in that i have one ComboBox and Datagrid . In the ComboBox im dipalying the table names on selecting a table from the combo i want to fill the Datagrid.Then I would like to provide the Edit, Update, and Add feature for the grid ...
|
| Repeat Header?? | 19 Nov 2004 04:42 GMT | 1 |
Can I repeat the datagrid header every X rows??? Regards Eval
|
| merging multiple datasets to bind to a grid | 19 Nov 2004 04:41 GMT | 1 |
How can I merge 2 datasets into one, then bind with the datagrid, or bind the datagrid to 2 datasets? For instance, I have one stored procedure that finds company name, address, etc., and another stored procedure that finds employees of that company and the employee information.
|
| C++ or VB? Thanks. | 19 Nov 2004 00:08 GMT | 1 |
i am working in ASP.Net / VB web sites. However i need to take a decision so i can buy some books and start studing some subjects. For Web: C++.net or VB.net? For Aplications: C++ or VB?
|
| Datagrid not displaying | 18 Nov 2004 18:56 GMT | 2 |
I'm tearing my hair out over this one. I have a newbie's grasp of data grids in vb.net, i.e. I have successfully taken working code, and made it work on my applications. I am unsuccessful at this one, however - I am trying to use a temporary table to load a grid. I do not get any ...
|