Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Ienumeble data type for binding the gridview . and i want to sort grid view by column but it is not posible with Ienumeble data type it supports only datasets . so is there any idea for custom sorting .
Posted

 
Share this answer
 
Comments
sainivip 1-Dec-11 23:37pm    
<asp:TemplateField>
<HeaderTemplate>
<asp:Image id=”Name” Visible=”false” runat=”server” /><asp:LinkButton runat=”server” Text=”Name(CustomHeader)” CommandName=”Sort” CommandArgument=”Name” >
</HeaderTemplate>
<itemtemplate>
<%# Eval(”Name”) %>

_Tushar Patil 2-Dec-11 1:55am    
If You want Answer then add Separate Solution...Don't COMMENT....

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900