| Thread | Last Post | Replies |
|
| C# - Issues with using Template columns | 05 Dec 2003 11:59 GMT | 1 |
I am attempting to select 1 or more rows from a datagrid using a template column (checkbox, then click a button and remove them from the datagrid (this will remove them from the queue in the database). I have named the CheckBox cbx1. However, I cannot get past this. I
|
| Datagrid Controll column label | 05 Dec 2003 11:54 GMT | 1 |
I read out a datagrid of a database table. How can I change the column names , which are named the default database column name? Are there any properties ?
|
| Attributes.Add() for DataList | 04 Dec 2003 22:19 GMT | 4 |
I know this is the DataGrid forum, but there is no DataList and this is the closest thing. Hope that's cool. Basically... it appears to be impossible to add additional attributes to a DataList (IE: onMouseOver)
|
| Function in dataGrid | 04 Dec 2003 15:49 GMT | 1 |
In dataReader I use function, where I have id,name and text for parameters when creating item, like this: <ItemTemplate> <tr><td>
|
| is not generated for null values when using a format string | 04 Dec 2003 03:35 GMT | 3 |
I have a DataGrid with which formats dates <ASP:TEMPLATECOLUMN SortExpression="EST_DATE" HeaderText="Est Date"> <ITEMTEMPLATE> <ASP:LABEL runat="server" Text='<%# DataBinder.Eval(Container,
|
| Datagrid Item Delete Confirmation not working | 04 Dec 2003 02:16 GMT | 2 |
Hi Experts, All of sudden the delete confirmation is not working for me on my datagrid (it was working 2 days ago..couldn't figure out the cause). I am trying to add an 'onsubmit' attribute to the Delete link button (in the onItemCreated
|
| Passing Values from Header to footer of an DataList | 03 Dec 2003 22:16 GMT | 1 |
I have a TextBox and a Button in Header of a DataList and a Label in the Footer of a DataList. How to pass the value in the TextBox to Lable on click of the Button in the Header.
|
| DataGrid Disappears when I click on Edit | 03 Dec 2003 20:32 GMT | 2 |
In my test environment my datagrid is working is just fine. I have multiple template columns and I am not using paging. When I move the datagrid into production, the datagrid populates but it then disappears when I click on the edit or delete button. Does anyone have any ideas or ...
|
| datagrid update with stored procedure | 02 Dec 2003 14:52 GMT | 1 |
I'm using a join statement in a stored procedure and passing in info to the stored procedure. I have a unique key value that comes back in the result set.. but I can't get the edit to work.
|
| Inverting DataGrid columns and rows in excel | 02 Dec 2003 14:16 GMT | 2 |
I am populating a datagrid and allowing it to be exported as an excel spreadsheet but my internal customer needs the columns and rows inverted. Any help will be appreciated. Asp.Net, Office XP, Visual Studio.Net 200 Jac
|
| wrapping? | 02 Dec 2003 06:05 GMT | 1 |
I set all the head, foot, itemselected... "wrap" property to false. but the cell's wording is wrap. How to fix it? Thanks...
|
| Update Data in Joined Table Grid | 01 Dec 2003 19:54 GMT | 5 |
I have a datagrid that shows data joined from multiple tabes and works just fine. I load it with a SQLDataReader, and all was great. Now I need to allow update of the data strickly in one of the joined tables. Example:
|
| nested datagrids | 01 Dec 2003 15:18 GMT | 4 |
I need to implement a grid within a grid. How can I do this. The reason I need to do this is because I need to show related data within a grid from two different tables. source
|
| Datagrid with links | 01 Dec 2003 10:25 GMT | 1 |
Is it possible to create a datagrid with hyperlinked text instead of just text? If so, how?
|