| Thread | Last Post | Replies |
|
| edit template to edit record with null field | 31 Oct 2007 06:56 GMT | 1 |
i am new to asp.net i find when using edit template to edit record with "null field", it fail it is ok when the record has no null data field. how should i do? Thanks
|
| Hiding grid columns based on some value in row | 27 Oct 2007 08:42 GMT | 1 |
I have a grid that has icons for 2 buttons edit and delete on each row. I would like to make the buttons invisible if the dateoccured in the record in the row is older than this week. How do I do that? Bill
|
| sending an html email doesnt convert to html. | 25 Oct 2007 22:27 GMT | 1 |
I'm trying to send an html email generated from text but when my email comes through I can see all of the html tags. The email is not being converted to html but coming through as plain text. Here is the text I'm trying to send with the code that sends it
|
| DataView Borders | 24 Oct 2007 06:13 GMT | 1 |
How is the border of the default dataview changed, or removed? The default dataview seems to have light gray left and top border with a darker gray right and bottom - even thought the borderstyle property is set to Not set, the default setting?
|
| How to retrive value that is invisible in gridview | 23 Oct 2007 21:31 GMT | 5 |
I can retrieve the value from gridview but i cann't if the value is invisible in gridview. If i read the value that is hidden i got the value null. I don't know why. if someone know, please let me know. my code is as follow
|
| Datagrid default date format | 09 Oct 2007 07:19 GMT | 4 |
I have a small date formatting issue with the datagrid control. I have a page that dynamically binds results from a datatable. The number/names of columns and datatypes can vary. I use the datagrid to return the results to the client so they can be exported to excel. I have ...
|
| Controlstyle | 07 Oct 2007 11:20 GMT | 2 |
I understand what FooterStyle, HeaderStyle and ItemStyle are (or think I do!), but what is ControlStyle? PWS
|