| Thread | Last Post | Replies |
|
| DataGridSortCommandEventArgs Issue | 23 Jun 2004 04:34 GMT | 1 |
I'm trying to sort a DataGrid and for some reason I keep getting an error message that says the type or namespace DataGridSortCommandEventArgs doesn't exist in system.data. Well, news flash, it's support to according to this
|
| problems with listbox id changing within datagrid control | 23 Jun 2004 01:47 GMT | 3 |
I've created a datagrid that has edititemtemplates. One of the edititemtemplate columns is actually two listboxes that are bound from sql calls when the edit button is clicked - they represent a "container" structure, where you can move elements from one side to
|
| Please help - Simple scenario of using ASP.Net Data Grid control | 22 Jun 2004 22:36 GMT | 2 |
I have some SQLServer tables each of them holding an average of 200 to 300 records each. I would like to make them available to select users for editing, users would insert records, delete records and modify existing record. I want to use the data grid to do this.
|
| Add shading to a single cell. | 22 Jun 2004 17:16 GMT | 1 |
I need to highlight a cell based on the information in that cell (missing data). I will then correct it and the highlighting would disappear. Any help would appreciated. Thanks
|
| How to fix rows height? | 22 Jun 2004 16:07 GMT | 1 |
I have a datagrid in a WindowsForm. How can I fix the height of the rows of this datagrid? thanks in advance Prune
|
| Panel and dymanic table | 22 Jun 2004 15:32 GMT | 2 |
On a run time I am generating a table inside a panel. The table alsways generated to the left and I wanted to be in canter of the panel. How do I find the center of the panel and add the table?
|
| running client side script after an <asp:ButtonColumn> click event | 22 Jun 2004 15:29 GMT | 6 |
i have a datagrid with a delete button for each row in the grid. when the delete button is clicked i need to ask the user in a "confirm" message box if he's sure he wants to delete. the problem is that the
|
| How to reference cells once converted to Template Column | 22 Jun 2004 12:10 GMT | 4 |
Life is easy when I use a simple bound column. I refer to it as: MyString = e.Item.Cells(2).Text As soon as I convert this column to a Template Column I loose this ability. How do a refer to the Text in that cell AFTER I have displayed the grid? I
|
| disabling buttons while in edit mode | 22 Jun 2004 12:07 GMT | 1 |
I have a datagrid with a few rows. I need to disable the "edit" and "delete" buttons on other rows while I am editing a row. Is that possible? How can I do that?
|
| grid | 21 Jun 2004 19:39 GMT | 1 |
By using the following code I was able to find the value for selected item in grid: grd.SelectedItem.Cells(1).Text How I can find out in anything was selected in a grid at
|
| ImageButton Column in DataGrid | 21 Jun 2004 19:17 GMT | 7 |
I'm trying to add an ImageButton Column into my datagrid, but the Property Designer only allows for plain buttons and link buttons. Is there a way to use image buttons,so this button matches the rest of the theme of my site?
|
| DataGrid | 21 Jun 2004 14:32 GMT | 9 |
I am creating a datagrid control at run time. Me.Controls.Add(Answers) With Answers .AllowPaging = True
|
| datagrid itemtemplate help | 20 Jun 2004 21:29 GMT | 1 |
In my datagrid, i want to add a logic to it. that is, if the result for the data equals to "Yes", a "asp:label" control will be displayed; otherwise a "asp:imagebutton" control will be shown
|
| DataGrid with Checkboxes | 20 Jun 2004 14:00 GMT | 1 |
I have a datagrid with checkboxes for each row. The user is able to select the ones he wants, then hit a "Save" button, which then loops through them all and insert the checked ones into a DB. At the moment i am using the following code to do it, which is assigning the
|
| Datagrid pagination with previous/ next and numbers simultane | 18 Jun 2004 07:14 GMT | 1 |
I have data grid in one of my application and I want to use previous next and numberic paging simultaneously. It is like the google page which has prev and next on two corners and between them is the numbers of pages. Any Idea how I can do that? So far I only get articles that ...
|