Link to home
Start Free TrialLog in
Avatar of realcoding
realcodingFlag for United States of America

asked on

sql2005 for xml raw sending untyped data to asp.net

i have sql that uses FOR XM RAW to generate xml for my asp.net application to use to bind grids to and things like this.

the problem is that the date data is not taking the gridView formatting of the date because (and im taking a crack at this) the date value in the xml is a string and the formatting is not taking.

any thoughts on how to get this to work?

i like using xml because i can persists it to a log table and trace all the xml sent in and out. i would hate to loose this...
ASKER CERTIFIED SOLUTION
Avatar of SrinathKomirishetty
SrinathKomirishetty

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial