Results 1 to 12 of 12

Thread: [RESOLVED] Grd Small Problem

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2008
    Posts
    474

    Resolved [RESOLVED] Grd Small Problem

    Code:
    <?xml version="1.0"?>
    <catalog>
       <book id="bk101">
          <author>Gambardella, Matthew</author>
               <price>44.95</price>
            </book>
       <book id="bk102">
          <author>Ralls, Kim</author>
               <price>5.95</price>
           </book>
       <book id="bk103">
          <author>A</author>
               <price>5.95</price>
            </book>
    <book id="bk104">
          <author>B</author>
               <price>5.95</price>
           </book>
       
    </catalog>
    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns ="true" > </asp:GridView>

    In o/p ,colums are shown in the order -
    author price id

    I have not set any order then y they are coming in the order
    author price id..Y not in id author price??
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width