TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mohd sajid
NA
9
15.1k
Xml binding to gridview
Apr 18 2013 3:55 AM
I serialized the dataset to xml file in BLL i.e Middle tier,I have this xml file.Now i want to attach this xml file to gridview without using dataset.HOW?
xml file content:
<Table> <CustomerTypeID>10</CustomerTypeID> <CustomerTypeCode>Orgnz</CustomerTypeCode> <CustomerType>Organization</CustomerType>
<TransactionLimit>200002</TransactionLimit> </Table>
<Table> <CustomerTypeID>12</CustomerTypeID> <CustomerTypeCode>Bnk</CustomerTypeCode> <CustomerType>Bank</CustomerType>
<TransactionLimit>100000</TransactionLimit> </Table>
Reply
Answers (
2
)
how to use sqlserver views in asp.net C#?
bind xml to gridview without dataset