| Thread | Last Post | Replies |
|
| DataNavigateUrlField : how to give multiple fields | 31 Dec 2003 05:31 GMT | 2 |
I have added HyperLinkColumn and i have to build the link as a sample given below: http://www.abc.com?id=1&Name=abc For the same
|
| Displaying Multiple Datagrids on one page | 30 Dec 2003 21:46 GMT | 1 |
I have 3 datagrids I added to a web page (using .NET). These datagrids are created design time (not run time). After I obtain all my data and then use DataBind on the control all 3 grids populate correctly with the data I need but when displaying the data, the grids are set to the ...
|
| Nested Datagrid Inner Grid adding button column | 29 Dec 2003 17:11 GMT | 3 |
I'm creating a hierarchical, editable ASP.NET datagrid with drilldown using two SQL tables. The "child" rows sit inside a cell of its "parent". I followed the sample from following cutting edge nested grid.
|
| EditItemTemplate | 29 Dec 2003 15:30 GMT | 2 |
I have a managed to get the OnEditCommand to run on my datagrid but ALL the columns become editable. I dont want this. Is it possible for only one column to become editable? I know this can be done with the DataList using template columns but I
|
| Datagrid Add? | 29 Dec 2003 02:03 GMT | 4 |
Folks, Can somebody help me how I can insert a record into MS Access (oledb) using asp.net? Inserting a record using a datagrid would be the best.
|
| DropDownList in Datagrid programatically? | 28 Dec 2003 12:58 GMT | 2 |
All the exampes I've seen for populating a datagrid with a DropDownList show the data grid code in the web form. I assume its possible to simply have <asp:DataGrid id="dgName" runat="servver"><asp:DataGrid>
|
| Could I set TextMode = "Password" ind Editing-Mode of the DataGrid? | 28 Dec 2003 09:14 GMT | 3 |
I have a DataGrid displaying the conten of a SQL-Database. In this table exist a Field wich contains Passwords. Firstly I?d liked to change the Password over the DataGrid. Secondly I?d like to hide the Input of the PW to the User. I?ve tried the following:
|
| Simple Questions | 24 Dec 2003 09:33 GMT | 1 |
I'm a newbie, and just moved to .NET programming, got confused with how datagrid works. Let say I have datagrid with 3 columns: ID Name Price
|
| DataGrid Export to Excel | 23 Dec 2003 18:34 GMT | 2 |
I'm having some problems with exporting datagrid to excel. First I had problems with Datagridlink buttons (for paging and sorting), which I solved by iterating through the datagrid and replacing all the link buttons
|
| "Add" error | 23 Dec 2003 12:38 GMT | 1 |
Dear Folks, I am working with datagrid. I've added "delete", "update" and "cancel" very easy. Now, when I tried to put "Add", I hit a brick wall. Please help me to How I can put "add"
|
| DataGrid with buttons in rows | 22 Dec 2003 10:16 GMT | 3 |
I was wondering if this was possible, how does one place buttons or any other control in a row of a datagrid (each row actually). I even tried using DataGrid.Controls.Add() just to see where it would go (column?) but i didn't see anything when I tried this.
|
| Keeping track of checkmarks. | 19 Dec 2003 19:31 GMT | 2 |
I have a pretty cool situation here that I thought I had figured out. I have a datagrid that is 4 columns bound to a table and another column that is a checkbox. My goal was to keep track of the items that I have checked while I am changing pages. So every time I change pages I ...
|
| ASP.NET DataGrid and Excel | 19 Dec 2003 04:23 GMT | 5 |
I desperately need help. I have an ASP.NET (in VB.NET) app that displays the data within the datagrid object. I need to allow for exporting of that data to the Excel spreadsheet. I have tried using Excel (referenced) object, but for some reason I can't
|
| A solution to finding controls in datagrid footer... | 17 Dec 2003 19:24 GMT | 1 |
I saw a lots of developers posting question on finding controls in datagrid footer... I have experimenting differents solution and find one that needn't ItemDataBound ou ItemCommand :
|
| Dynamic datagrid template Columns Need Help. | 17 Dec 2003 01:09 GMT | 1 |
I am having problems trying to create these template columns dynamically. '<Columns> ' <asp:TemplateColumn> ' <ItemTemplate>
|