Browse by Tags

Related Posts

  • How to Sort custom data inside GridView TemplateField?

    Hello there! I have a problem with my GridView Control. In my aspx page, i have a GridView1 with columns: <asp:BoundField DataField="Name" HeaderText="Name" SortExpression="Name" /> < asp:TemplateField HeaderText= "CustomWord" > < ItemTemplate >...
    Posted to Data Presentation Controls (Forum) by MinimalTech on 05-14-2009, 12:00 AM
    Filed under: sort, template, custom, data, field, GridView
  • composite sort

    hi everyone i have gridview which i want to sort this way: if users have (field"a" value) > 1/2 then sort these people in the first half of gridview according to field "b" if the people have (field "a" value) < 1/2 then sort these people in the second half of gridview...
    Posted to Data Presentation Controls (Forum) by ashkant on 07-08-2008, 12:00 AM
    Filed under: sort, composite sort, GridView
  • Gridview Sort method doesnt work if SQLDataSource binded to it during Page Load

    Guys, I am stuck. I am using 2 SQLdatasources and 1 gridview in a page. Depending upon querystring I bind a specific DS to grid and display data. Displaying data works fine. But if I do manual sort by calling sort method it wont work. Basically I have a pulldown of field names and second pulldown of...
    Posted to Data Presentation Controls (Forum) by nimish on 10-11-2007, 12:00 AM
    Filed under: sort, SortExpression, GridView
  • Gridview Sorting manually

    I have a Gridview attached to sqldatasource (connected to SP). I am using on top of my page 2 pulldowns with first one listing the fieldnames and the second listing sort orders. There is a command button besides pulldowns to initiate sorting of gridview. Following is code under my button click 1 String...
    Posted to Data Presentation Controls (Forum) by nimish on 10-10-2007, 12:00 AM
    Filed under: sort, sorting, GridView
  • Multiple Database - GridView Sorting

    I'm able to successfully implement the GridView paging and sorting as explained by Scott Mitchell in this excellent article: http://msdn2.microsoft.com/en-us/library/aa479347.aspx However, in my case I have two connection strings for two different Oracle DB with identical schema, tables etc. I need to...
    Posted to Data Access and ObjectDataSource Control (Forum) by dministrator on 04-02-2007, 12:00 AM
    Filed under: page, paging, Sort, sorting, ADO.NET, DataSet, DataTable, Gridview, Merge
Page 1 of 1 (5 items)