| Thread | Last Post | Replies |
|
| Quotes in Command Argument binding expression | 30 Aug 2006 00:53 GMT | 2 |
In VS2003, inside of a template column, I put a LinkButton with the following attribute: CommandArgument="<%# DataBinder.Eval(Container.DataItem, "OrderID") %>" ASP.NET produced the following error message in the browser:
|
| Updating a BindingSource that uses a Join! | 29 Aug 2006 21:39 GMT | 4 |
I have both a Customer and a Orders Table, the key field is CustomerID. I also have a DataGrid that uses a BindingSource which uses a dataset which uses a join between the Customers table and the Orders table. Everything displays correctly and when I double click on a row ...
|
| Setting color for a single cell in a datagrid. | 29 Aug 2006 09:24 GMT | 1 |
How can I set the background color for a single cell dynamically in a datagrid control? I know how to do the entire row but not the cell. TIA - Jeff.
|
| Datagrid ClientID Numbering Problem | 26 Aug 2006 10:39 GMT | 1 |
I had been working on a highly customized .NET 1.1 datagrid for a project with lots of javascript iterating through my datagrid. I had installed .NET 2.0 a while back and no problems. I had installed SQL Server Management Studio: no problems. I had just installed Visual
|
| How to become a successful .net professional | 25 Aug 2006 14:01 GMT | 1 |
Hi .Net Professionals, I am Ravindra, completed my Post Graduation in computer science and on job trials. I think I am good in .net .
|
| BoundField.HtmlEncode = false does not work | 24 Aug 2006 05:44 GMT | 1 |
I have some HTML-tagged data in the DataSource (which is a DataTable with 1 column). I added 1 BoundField to my GridView and disabled its HTMLEncode at design time.
|
| DataGrid Date Quandry | 19 Aug 2006 05:26 GMT | 1 |
I needed to get a string formatted in to datetime and do a sort on the field. The problem however is that I need the datetime format to be dd MMM yy and also allow a sort on the column. converting the string to date time will do away the formatting; and am getting a longdate ...
|
| Programmatically set template column column header value | 19 Aug 2006 05:17 GMT | 2 |
Has anyone ever set the header value for a template column in a datagrid programmatically?
|
| Bulk Updates to Rows on gridview won't work as specified? | 18 Aug 2006 04:20 GMT | 2 |
I'm trying to impelement the code described in the Microsoft walkthrough: Performing Bulk Updates to Rows Bound to a GridView Web Server Control (http://msdn2.microsoft.com/en-us/library/ms404814.aspx) and it doesn't work as described. When I change a column to a templateField ...
|
| Sortable column on DataGrid -- column header not displaying | 15 Aug 2006 19:23 GMT | 2 |
Good afternoon, General goal: I am working on a Web application (C#) in which the first screen is simple enough: it displays a DataGrid based on data from a SQL Server
|
| Set maximum Rows to be displayed in a datagrid | 14 Aug 2006 15:00 GMT | 4 |
How do I set the maximum number of rows for a datagrid when binding a datareader to it? I am presently using: OracleDataReader dr = getResults( parameters ); //returns a datareader
|
| width of columns when editing text in the datagrid | 13 Aug 2006 00:38 GMT | 1 |
I have a datagrid that contains multiple text columns which I need to have wrapped because of their size. Below is the code that I have at the moment. When the grid is viewed in either Internet Explorer or Firefox everything looks perfect - good column widths and the text all ...
|
| Static DataGrid - Dynamic Column Order - Sorting Issue | 11 Aug 2006 20:05 GMT | 1 |
I have a datagrid with 11 columns defined in the aspx page. When I load the page, I bind the grid normally and then pull the users customized settings from the database. I pull off all of the original columns from the datagrid and store in a collection. Next, I clear the columns ...
|
| 2 simple question about gridview | 11 Aug 2006 17:04 GMT | 1 |
Hello World! My first question is How i van modify the default text 'edit' 'delete' etc.. from gridview? and
|
| Delete Template | 11 Aug 2006 04:40 GMT | 3 |
I am using a datagrid to edit the ItemTemplate and EditItemTemplate however I was wondering if there was a DeleteItemTemplate. What I would like to accomplish is when they click the delete button column it would reload the grid and one of the columns would have a
|