| Thread | Last Post | Replies |
|
| Questions concerning detailsview or datagrid ASP.NET 2.0 | 18 Mar 2005 18:52 GMT | 4 |
first of all - let me introduce myself. I am a german ColdFusion developer since 1997. I watched the development of Asp.net for a few years and now, with the beta of 2.0 I would like to learn this language. I´ve tested certain record viewer components pretty successfully - but
|
| How can I export a Dataview to Excel | 18 Mar 2005 18:15 GMT | 3 |
I've figured out how to export a Dataset and a Datagrid, but how can I export a Dataview? Paul
|
| Viewstate question | 18 Mar 2005 14:09 GMT | 1 |
I am adding a new column to my datagrid in the init of my webform. The new column is created in my extended web control which is derived from the datagrid. The usercontrol contains a nested datagrid. Now the problem is
|
| Newbie question on focus within DataGrid | 18 Mar 2005 14:09 GMT | 1 |
I have a datagrid that is being populated in edit mode on load (I didn't come up with the requirements, I'm just trying to make it work). Any change or entry in the datagrid causes a postback to the server (not a database update). When a change or entry is made and the cell is ...
|
| Container | 18 Mar 2005 13:53 GMT | 1 |
Can someone explain what the Container object is, and how it it related to data binding? I can't find any reference for it anywhere. Mike
|
| Group Headers in Datagrid | 18 Mar 2005 04:12 GMT | 2 |
Does the datagrid control provide a way to display records under group headers? In Microsoft Access, it's easy to create reports with detail records displayed under group headers, which is makes finding info easy for users, especially in somewhat long reports. I'd really love to ...
|
| _EditCommand not firing... | 18 Mar 2005 01:57 GMT | 2 |
I realize this should be simple... but I'm at my wits end. I'm new to ASP.NET (.NET in general) but have many years experience with VB6. I have a very simple Datagrid with 2 columns bound to a datasource. I have a ButtonColumn in the grid (my grid is called grdShow). My code
|
| Multi-line datagrid | 18 Mar 2005 00:28 GMT | 3 |
I'd like to have most of my fields on one row of the datagrid, like it is by default, but put one of the fields (a long description field) on a next line, spanning the columns above it. Like two datagrid rows per record. Is there some html I can put in the ItemDataBound event or
|
| customising PagerStyle | 17 Mar 2005 21:49 GMT | 3 |
In a datagrid that allows paging i m using PagerStyle-Mode=NextPrev. i want to customize the pager style in order to display two images (or imageButtons)instead of the text "<" and ">" that correspond to the previous and next page.
|
| Datagrid postback problem?!? | 17 Mar 2005 18:09 GMT | 8 |
I have a datagrid that works perfectly well. I have default paging turned on and this is where I have a small problem. My datagrid is created via the On_Click even of my search button. When a user selects page 2 of the grid, for example, the grid disappears. If you press the ...
|
| dynamically create datagrid and set its datasource in VB.NET | 17 Mar 2005 16:00 GMT | 2 |
I try to dynamically add datagrid to my web form in VB.NET. But when I try to setup the datasource, the DATASOURCE is not the property of datagrid. Anybody know the reason? Here is my code: Public Sub CreateGrid()
|
| Export to PDF | 17 Mar 2005 15:58 GMT | 5 |
Hello everybody, I need to export a datalist to an pdf file. So basically i want to create an pdf file and open it with the datalist data. Any idea or suggestion is very very appreciated.
|
| Showing x to y of z records | 17 Mar 2005 06:25 GMT | 2 |
I'm extending the built in DataGrid to show a summary above the header row (see subject). I am doing this by creating a new ListItemType.Item above the header row. Showing x to y of z records
|
| Newbie Question on Web DataGrid Focus | 17 Mar 2005 03:26 GMT | 9 |
I have a datagrid that is being populated in edit mode on load (I didn't come up with the requirements, I'm just trying to make it work). Any change or entry in the datagrid causes a postback to the server (not a database update). When a change or entry is made and the cell is ...
|
| "Single record" edit control | 16 Mar 2005 23:00 GMT | 2 |
Is there a built in control that can handle editing a single record? For example, I can edit a single row within the context of a DataGrid, but I want instead to be able to click an Edit button in the grid which will then take me to a new page to edit the values for that record. ...
|