| Thread | Last Post | Replies |
|
| Image display and link | 25 Dec 2007 19:23 GMT | 2 |
I am working on a desktop application that has a datagrid that is currently displaying the values from a table, but I need it to display different images based on the values. if value = 0 then
|
| How to change the data grid background color at runtime | 16 Dec 2007 10:40 GMT | 1 |
I need to change the datagrid color at runtime for each record, depending on a value of the record. I am quit new to the datagrid control and c# so i haven't figured out where and how to code this. Can anyone help me? Regards
|
| How to catch errors when databinding | 10 Dec 2007 03:39 GMT | 1 |
I'm new to binding a <asp:FormView> control to an <asp:ObjectDataSource> control. Binding appears to work fine. But I can't find any information on how to deal with errors when they appear, e. g. when a user deletes a row being foreign key referenced by another row in another ...
|
| 2nd Post - {0:c} causes deletes to fail! | 09 Dec 2007 17:55 GMT | 7 |
I didn't get an answer on this the first time around, so I'll try again: ===================================== I've seen many posts complaining about this, but none with a solution..... I have a GridView that is bound to a SQLDataSource and working just fine,
|
| adding new row into an unbounded gridview. | 08 Dec 2007 05:51 GMT | 1 |
)Dear All, Please help me out here. I have been stuck in this issue for almost a day now. I had an ASP .net page with VB .NET as back code which have 2 calendar
|
| Problem creating TemplateFields in DetailsView dynamically | 05 Dec 2007 03:24 GMT | 5 |
I want to create a TempalteField in a DetailsView dynamically. I call the "SetDetailsTemplateFields"-Method on every Postback (Page_OnLoad). The Problem that occurs is, that on every Postback I get a new row, but the TemplateField is only created in the last row.
|