Click here to Skip to main content
15,881,204 members
Articles / Web Development / ASP.NET

Custom GridView

Rate me:
Please Sign up or sign in to vote.
1.00/5 (3 votes)
26 Sep 2008CPOL2 min read 33.1K   348   17  
Configurable Gridview using file or database
<?xml version="1.0" standalone="yes"?>
<BookWorld>
  <BookDetail>
    <ISBNNumber>F2LGFGCEUC</ISBNNumber>
    <BookName>Mysteries of World</BookName>
    <Price>20$</Price>
    <AuthorName>Alfred Newton</AuthorName>
    <Publisher>McGraw Bills</Publisher>
  </BookDetail>
  <BookDetail>
    <ISBNNumber>R2MGFGASDF</ISBNNumber>
    <BookName>Bank of modern world</BookName>
    <Price>20$</Price>
    <AuthorName>Rajib Banerjee</AuthorName>
    <Publisher>Kaplana Inc</Publisher>
  </BookDetail>
  <BookDetail>
    <ISBNNumber>H2LGFGBNFG</ISBNNumber>
    <BookName>Gulf and Gas</BookName>
    <Price>40$</Price>
    <AuthorName>Rahul Banerjee</AuthorName>
    <Publisher>Oxford Newland</Publisher>
  </BookDetail>
  <BookDetail>
    <ISBNNumber>K2LGFGUIFR</ISBNNumber>
    <BookName>I am just tired. not retired</BookName>
    <Price>35$</Price>
    <AuthorName>Rajib Banerjee</AuthorName>
    <Publisher>New Press</Publisher>
  </BookDetail>
  <BookDetail>
    <ISBNNumber>O2LGFGOPTR</ISBNNumber>
    <BookName>Bomb of Future</BookName>
    <Price>39$</Price>
    <AuthorName>James Kirk</AuthorName>
    <Publisher>Alter Nation</Publisher>
  </BookDetail>
  <BookDetail>
    <ISBNNumber>A2LGFGWERT</ISBNNumber>
    <BookName>Climb the Tomb</BookName>
    <Price>45$</Price>
    <AuthorName>Abardeen</AuthorName>
    <Publisher>New Castle</Publisher>
  </BookDetail>
  <BookDetail>
    <ISBNNumber>K2LGFGNJYI</ISBNNumber>
    <BookName>If you can Dare</BookName>
    <Price>40$</Price>
    <AuthorName>Sydmond Rock</AuthorName>
    <Publisher>Daily Needs</Publisher>
  </BookDetail>
</BookWorld>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Siliconguys Inc
United States United States
Worked in various projects inlcuding WPF, WCF, Silverlight, MongoDB, Hadoop and Web development projects using ASP.NET, AJAX, C#, JavaScript, Web Services and SQL Server and Oracle.

Comments and Discussions