| Thread | Last Post | Replies |
|
| GridView and paging | 31 Mar 2006 18:03 GMT | 1 |
How can I recognize when only clicking a page number on the footer of a GridView? I have an ASP.Net 2.0 page that is used to search for records. The search textbox is at the top and I enter text to search for. I have VB code at the
|
| Extending Gridview to handle grouping. | 31 Mar 2006 12:43 GMT | 1 |
I've been working on a new control that inherits gridview. The properties are extended to take a grouping parameter. When the gridview binds it is suppose to sort on the grouped field name and add rows whenever the value of this field changes giving the apperance of
|
| datagrid sort string (is representation of date) as a DATE | 31 Mar 2006 10:29 GMT | 1 |
I have a datatable with column datetime datatype from sql I c# datagrid on webform with bound column to display values I need to sort on values. I sql the field value is a string so I make it pass the is string a valid
|
| how to specify data binding in code behind | 30 Mar 2006 09:15 GMT | 1 |
I would like to do without the HTML Text='<%# DataBinder.Eval(Container.DataItem, "Count") %>' and specify the data binding in C# or VB code. Is there a way to do this ?
|
| datagrid and checkbox inasp.net | 30 Mar 2006 09:12 GMT | 1 |
Hi, all, I have an asp.net web page, which has a datagrid to present data to users, also has checkbox in each row in the datagrid. Here is my question: when user checked a checkbox, or several checkboxes in the datagrid, then they click 'save'
|
| Datagrid within a datagrid? | 29 Mar 2006 17:36 GMT | 5 |
Does anyone know how to do a datagrid within a datagrid? I would think you could put one in a template column, just like you would a label or textbox, but I get an entirely blank grid. Thank you for your help.
|
| DragDrop Row in DataGrid on WebForm | 27 Mar 2006 17:55 GMT | 1 |
I am looking for a working example of how to drag and drop rows of a datagrid (resort) on a webpage using C#. Any suggestions? Thanks for your time. Murph
|
| Adding Dynamic Controls to a DataGrid for use with the built in DataGrid Edit/Update functionality | 25 Mar 2006 07:55 GMT | 1 |
(VS 2003, .NET 1.1) I am trying to add dynamic controls to the cells of an Edit Row in a DataGrid and am having a terrible time. I cannot for the life of me get the values from the dynamic controls
|
| Problem with editing datagrid <EditItemTemplate> | 24 Mar 2006 16:54 GMT | 1 |
I am working on code that will allow users to update data within the datagrid. I have come across a few problems, some of them I have been able to work out, but this last one is giving me trouble. When a user clicks the edit button, I get an error 'Specified Cast Not
|
| Format Time in DataGrid | 24 Mar 2006 04:35 GMT | 4 |
I'm working with a table that has a field that stores time values as a string. The time values are in military time (such as 13:30). How can I have 13:30 displayed as 01:30 PM in my datagrid? Can I use DataFormatString to achieve this?
|
| Programmatically databinding textboxes to a datagrid | 23 Mar 2006 18:22 GMT | 2 |
I've got a dataset that I'm generating through a webservice. I would like to instantiate one of the tables in the set as a grid. Some of the columns in that grid should be editable via a textbox control, and I'd also like to have a checkbox to mark rows for delete, and some ...
|
| Displaying &L in a datagrid | 23 Mar 2006 14:11 GMT | 2 |
I have a VS.Net 2003 web app that is used at my employer to gain accesss to a password database. When the password page is loaded a server is selected in a listbox and the passwords for that server are displayed in a datagrid. Recently someone entered a password of D&Lxxxxx. When ...
|
| Nested Datagrids Events Question | 23 Mar 2006 03:59 GMT | 1 |
I was struggling with a nested control event not firing and I found the culprit to be the following line in my code behind, e.Item.Cells[2].Controls.Add(MyNewDatagrid); Is there a way to add a datagrid this way, and still get the events?
|
| replace a value with a graphic/icon in a datagrid population?? | 22 Mar 2006 14:46 GMT | 2 |
i am displaying a dataset in a datagrid, for one of the values being displayed it either comes back as a 1 or a 0, which is currently bound to a column in the datagrid what i'd like to do is that if the value equals 1, replace that value
|
| Access Rows of a datagrid | 20 Mar 2006 23:10 GMT | 1 |
I am not sure if this is the best place to post this. I have an ASP.NET Datagrid control that I am using. I have been trying to figure out if it is possible to select a row client side on page load, i know about the datagrid selectedindex, but that does not
|