| Thread | Last Post | Replies |
|
| Text box | 15 Apr 2004 17:01 GMT | 3 |
I have the following dataset I am trying to dynamically generate text boxes based on a dataset results. How do I do this?
|
| Datagrid Experts | 15 Apr 2004 03:21 GMT | 3 |
I am trying to set up the datagrid in such a way that when a user clicks anywhere on a single row it will become selected (highlighed) and any previouly selected row will be de-selected (de-highlighed) all without postbacks.
|
| ItemCommand not working when datagrid can page and sort | 14 Apr 2004 14:18 GMT | 9 |
I have a datagrid that pages and sorts. I need to use the itemcommand of the datagrid so when a user clicks the link I can do some code. Well Im sure there are people who know this. Please help and tell me what I need to do to get this to work.
|
| checkbox toggle | 14 Apr 2004 08:37 GMT | 4 |
Is there a way to do similar function like hotmail in datagrid control? DataGrid control will have check box next to every item and when user click on it, the ticked table row will be highlighted (similar to Hotmail/Yahoo). We have done that by controlling check box action and it ...
|
| Paging Problems | 13 Apr 2004 19:21 GMT | 3 |
I am having problems getting paging to work on one of my datagrid controls. I am developing in Visual Studio.NET and I have tried using both the built in MyDatagrid_PageIndexChanged event and tried making my own function and calling it with the onpageindexchanged attribute of the ...
|
| Adding client-script to handle client events | 12 Apr 2004 23:19 GMT | 1 |
My code is in a search box pop-up that is opened by a parent page. From the search box, I need to be able to add code to a hyperlink in my datagrid (for each row) that will call a client-side script that accepts the ID (primary ID) and changes something in window.opener. I can add ...
|
| DataGrid Can have Scroll Bars ??? | 12 Apr 2004 14:00 GMT | 1 |
What DataGrid in asp.net can have its scroll bars..if yes then how? Kindly can any one can guide me in this regard. thanks. Software Developer
|
| Removing the datagrid header..... | 12 Apr 2004 04:09 GMT | 1 |
How to remove the datagrid header display ? Which property I should change ? Thanks
|
| Composite Key | 11 Apr 2004 15:40 GMT | 1 |
How to use the datagrid with a composite key two string fields ?. Have you an example ? Thank you very much Lucien
|
| Multiple Calendar Controls in a Datagrid or List, handling OnSelectionChanged() | 11 Apr 2004 06:43 GMT | 1 |
List: Having trouble with a asp:calendar control implementation. I have a datalist, with multiple rows, and some simple edits (calendar + textbox included). I can get the calendar controls rendered fine, but can't seem to
|
| Template Column | 10 Apr 2004 10:58 GMT | 1 |
Hi... This should be simple I guess.. I have a dropdownbox as a template column in my datagrid. When the selected item changes in this dropdown item, I need to know the corresponding datarow in the datagrid. How do I determine this?
|
| Ellipsis for too-long fields? | 09 Apr 2004 03:10 GMT | 7 |
Rather than wrapping lines or resizing columns of my datagrid I want to truncate them on the fly using an ellipsis (eg Fred Bloggs Ltd becomes Fred Blog...). I've got fixed width columns to work fine by placing the text inside a NOBR tag, and setting the NOBR's style to 'overflow ...
|
| joining 3 tables in dataset | 09 Apr 2004 02:31 GMT | 5 |
my problem is that i have to load 3 different tables from different databases into one dataset and do a join on all. i loaded all tables into one dataset and created datarelations between the 3 tables. now i am looking for a way to do a join between all those tables so that i ...
|
| DataGrid, 7 columns on 2 rows? | 09 Apr 2004 02:00 GMT | 5 |
Is this possible? I currently have a datagrid showing 7 columns, I would like to show the 6th and 7th columns on the next row. How can I do this?
|
| datagrid conditional Hyperlink | 08 Apr 2004 23:20 GMT | 6 |
How do I set up a column in my datagrid which is blank when conditions are not met? I have certain records which contain additional information. I want a hyperlink for those records, but a blank for records without additional information.
|