Click here to Skip to main content
Sign Up to vote bad
good
See more: Sortinggridimage
///////////////Here is the grid.I wanna Add Images Up and Down as per my Sorting
 

<asp:GridView ID="grdItemSearch" CssClass="grdTabel" Width="100%"  AllowSorting="true"   AllowPaging="true"
                                               PageSize="10" runat="server" AutoGenerateColumns="False">
                                               <Columns>
                                                   <asp:TemplateField ItemStyle-HorizontalAlign="Left"   SortExpression="ItemCode" HeaderText="Item Code"
                                                       HeaderStyle-Width="20%" ItemStyle-Width="20%">
                                                       <ItemTemplate>
                                                           <asp:Label ID="lblItemCode" runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"ItemCode")%>'></asp:Label>
                                                       </ItemTemplate>
                                                   </asp:TemplateField>
                                                   <asp:TemplateField HeaderStyle-Width="60%"   SortExpression="ItemName" ItemStyle-Width="40%"
                                                       HeaderText="Item Name">
                                                       <ItemTemplate>
                                                           <asp:Label ID="lblItemName" runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"ItemName")%>'></asp:Label>
                                                       </ItemTemplate>
                                                   </asp:TemplateField>
                                                   <asp:TemplateField HeaderStyle-Width="20%" ItemStyle-Width="20%" HeaderText="Action">
                                                       <ItemTemplate>
                                                           <asp:LinkButton ID="lnkEdit" CommandName="Modify" CommandArgument='<%#DataBinder.Eval(Container.DataItem,"ItemCode")%>'
                                                               runat="server">Edit</asp:LinkButton>
                                                           &nbsp;<asp:LinkButton ID="lnkDel" CommandName="Del" CommandArgument='<%#DataBinder.Eval(Container.DataItem,"ItemCode")%>'
                                                               runat="server">Delete</asp:LinkButton>
                                                       </ItemTemplate>
                                                   </asp:TemplateField>
                                               </Columns>
                                           </asp:GridView>
Posted 8 Nov '12 - 2:59
Edited 8 Nov '12 - 4:30
Legor4.3K

Comments
Legor - 8 Nov '12 - 10:30
Is there a question related to this? Because i cant see any.

1 solution

Check the below articles and try to implement the techniques.
They will help you for sure.
1. how to show the up and down arrows during sorting of column in gridview using asp.net[^].
2. A Look at the GridView's New Sorting Styles in ASP.NET 4.0[^].
 
Thanks...
  Permalink  

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 146
1 Richard MacCutchan 145
2 Sergey Alexandrovich Kryukov 134
3 Tadit Dash 134
4 Santhosh G_ 120
0 Sergey Alexandrovich Kryukov 10,348
1 OriginalGriff 7,965
2 CPallini 4,241
3 Rohan Leuva 3,522
4 Maciej Los 3,184


Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 8 Nov 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid