| Thread | Last Post | Replies |
|
| DataGrid SelectedIndex selected value is wrong | 13 Sep 2006 16:46 GMT | 1 |
Im having a problem with one of my datagrids. Basically the datagrid has paging included in it and when a user clicks on page other than the first page and the user selects a row the value is stored but the problem is the value is wrong its still getting the value from the
|
| transforming the database | 13 Sep 2006 09:08 GMT | 1 |
in my database i have a field sex with value (m, f). when i display data in the grid i would like to display Masculin for M and Feminin for F how to i go about it. i do not want to change my database.
|
| ASP DATAGRID & SERVER SIDE EVENTS | 13 Sep 2006 00:43 GMT | 2 |
Test Programme .NET Framework 1.0 The aspx page is supposed to extract data from database and displayi in datagrid. I am using oledb elements and dataset/dataview objects.
|
| <asp:CommandField with dynamic SelectText or <asp:Hyperlink with server side call | 12 Sep 2006 18:16 GMT | 2 |
Can somebody suggest a way for me to bind the SelectText instead of a static text or show any cool methods to make a server side postback to the same page instead of navigate on a Hyperlink.
|
| Changing databound gridview field to hyperlink- need 2 more params | 12 Sep 2006 17:57 GMT | 1 |
Please help... I am trying to make a databound field in a datagrid link to another page that expects 3 parameters. 2 parameters are in the URL (constant from datagrid to new page), and the other is in the datasource and should pass the
|
| which expert can finally solve this? | 11 Sep 2006 12:25 GMT | 3 |
I tried to solve this for a while, but there is always somewhere a problem. Here my story: The table contains two fields (field1, field2). I use a gridview for editing the table: field1 can be updated manually, but
|
| Field size in Edit mode | 08 Sep 2006 08:03 GMT | 2 |
Just a basic question: I have a very simple gridview with two columns, one sized 20%, the second 80% and the commandfields (Select, Edit, New) at 10%. The first column is the key.
|
| Updating multiple Tables via a BindingSource that uses a Join! | 05 Sep 2006 14:52 GMT | 1 |
I have both a Customer and a Orders Table, the key field is CustomerID. I also have a DataGridView that uses a BindingSource created using a join between the Customers table and the Orders table. Everything displays correctly and when I double click on a row within the ...
|
| asp:GridView 2 Columns into 1 | 04 Sep 2006 19:12 GMT | 5 |
I would like to find a way to displys 2 columns into a gridview as 1 column with 2 rows for each row in my database. The first row would be a short description of the image that is in the row below.
|
| strange problem with EditItemTemplate | 04 Sep 2006 15:41 GMT | 1 |
It's about a table with two fields: 'team' and 'color'. Each team has a color. What I want is to update the field 'color' in the gridview only with the selected value of the dropdownlist, which is bound to a table ('colortable')
|
| Dynamic DataField | 04 Sep 2006 09:47 GMT | 2 |
I have a Gridview which have 3 boundfields and 6 templatecols with imagebuttons. I would like to use this grid with different dataset and must therefore change the datafield of each boundfield based on the dataset, how do i do
|
| tool tip for dropdown box, placed in data grid control | 04 Sep 2006 01:33 GMT | 1 |
First I placed the Dropdown box in the template column of the datagrid. Then I papulate the datagrid. For each time the itemDatabound of dataGrid event triggers, I get the instance of the dropdown box, and binds it with datasouce, finally calls the
|