Forum: ASP.NET Oct 27th, 2008 |
| Replies: 3 Views: 1,439 Thanks for your reply. I would like the data, not the html. Do you have a suggestion on how to export the output of a SQL data source instead? |
Forum: ASP.NET Oct 23rd, 2008 |
| Replies: 3 Views: 1,439 I have some code which exports the contents of a gridview to XML. The XML is coming out with incorrect field tags:
<tr>
<td>Builder Damage Inspection</td>
<td>request for final BDI... |
Forum: ASP.NET Oct 22nd, 2008 |
| Replies: 1 Views: 844 If I execute this query in VS2008, data is returned OK:
SELECT DESCRIPTION
FROM AZTECA.REQUEST
WHERE (DATETIMEINIT > TO_DATE('09/03/2008', 'MM/DD/YYYY')) AND... |