| Thread | Last Post | Replies |
|
| Would like to load a datagrid already in edit mode instead of having the user click the edit button | 29 Apr 2005 10:34 GMT | 8 |
Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already in edit mode (implies some kind of OnLoad command to the datagrid to put it in edit mode before it is rendered and sent) and
|
| I've lost my drop down list box! | 28 Apr 2005 14:42 GMT | 6 |
I've got a nasty problem with my datagrid. Sorry for the long post, but I am trying to be clear and compact here. FYI - About my datagrid: -------------------------------------------------------------------
|
| Columns are displayed twice | 27 Apr 2005 14:47 GMT | 4 |
I have two datagrids .... after handling the click event in one datagrid .... using its data i query the database and get the data for the second datagrid in both the grids i am generating the columns dynamically
|
| Export to excel problem | 27 Apr 2005 03:22 GMT | 2 |
I don't know why my program exports to excel which can't convert cell format ? for example, I am using the following code: Response.ContentType = "application/vnd.ms-excel";
|
| TextBox Value | 26 Apr 2005 18:45 GMT | 3 |
I have TextBox column in datagrid. I would like to update database with values when user click on button (outside datagrid). Dim cell As TableCell=datagrid.Items(row).Cells(col)
|
| Paging problem | 26 Apr 2005 12:58 GMT | 5 |
I have a datagrid that only shows 2 items per page. The page numbers appear at the bottome of each page for the user to page through the list. It shows 1 through 10 and then a "..." link. If I click the "..." link I can see page numbers 11 through 20 and another "..." link. ...
|
| DataRowView - deleting rows: A little quiz -or- Why doesn't this work... | 26 Apr 2005 10:48 GMT | 2 |
Can anyone please tell me what is wrong with the following code: I have a datagrid showing data from in a DataView. The following code snippet is supposed to delete any rows where the 'LineType' column contains WD.
|
| DataKey Field problem | 26 Apr 2005 07:59 GMT | 1 |
Hi everyone !!! I have a problem here with the DataKey when i try to retrive the data from the DataKeys[e.Item.ItemIndex] i get nothing out of it ...
|
| Datagrid Moving up and down | 26 Apr 2005 06:18 GMT | 1 |
How we could do moving up and down the datas in a datagrid. Is there any way could do this without hitting the server . thanks in adavance John S
|
| ItemCreated question | 26 Apr 2005 00:00 GMT | 2 |
I've got a data grid that uses viewstate to maintain its state between posts. I also have a button outside of the data grid which, when clicked, in its server-side click event handler, sets a mode value (in viewstate) that I want the data grid's ItemCreated handler to act on. ...
|
| button column | 25 Apr 2005 18:52 GMT | 1 |
I need to add a button column to my datagrid. I need to be able to do this at runtime. I can not have the tag <columns></columns> in my aspx page. This is where I am at Private Function CreateProjectDataSource(ByVal projectds As DataSet, ByVal
|
| MXDatagrid paging problem | 25 Apr 2005 13:56 GMT | 1 |
I am using MXDatagrid with paging. I set allowpaging=True in property. But paging is working for only 10 pages. if i clik 12 or 13th pages it return back to 2 or 3 page recpectively. Pls help to me. Very Urgent!!! sample:
|
| Need to create Hieararical DataGrid using ASP.Net Datagrid !!! | 25 Apr 2005 13:08 GMT | 2 |
I have two tables one company table and the other products table ... the main datagrid should show the details of the companies and it should contain a button which on clicked will display another datagrid embedded in the first datagrid which spans all the columns of the first ...
|
| DropDownList SelectedIndex problem in C# (from working VB.NET) | 25 Apr 2005 13:04 GMT | 3 |
Hello All, I've been diligently going through the examples in Scott Mitchell's "ASP Data Web Controls" book (I would recommend this work -- cleared up a lot of questions for me). All of the examples are in VB.NET and
|
| Datagrid larger numbered pages not working | 25 Apr 2005 12:45 GMT | 5 |
I didn't recieve any information to help me before so I'm posting this again with edits... I have a datagrid that only shows 2 items per page. The page numbers appear at the bottome of each page for the user to page through the list. It shows
|