Browse by Tags

Related Posts

  • New Paging Alternative....

    While working with the Gridview control enhancements I decided to see if there was some new features of SQL 2005 I could use... Check out my latest article on Http://tech-review.org which covers how to use SQL optional paramaters, Row_Number(), and how to dynamically control whether or not you bring...
    Posted to Community Starter Kit (Forum) by jodywbcb on 09-20-2006, 12:00 AM
    Filed under: SQL, optional parameters, Paging, Datasets, ROW_NUMBER(), custom, GridView
  • gridview allowpaging is not working

    hello i am trying to access second page of gridview, but its not showing anything but its only showing error "UNDEFINED" written in place of gridview. first page of gridview is fine and its doing paging ok, i can tell this because the footer of gridview is showing no of pages according to records...
    Posted to Data Presentation Controls (Forum) by zeeshannasir on 10-03-2006, 12:00 AM
    Filed under: GridView, paging
  • GridView CustomPaging

    First of i am new to ASP.NET I have a MS SQL 2000 database with about 800,000 records... the goal is the be able to implement paging so as to not pull out all the records in one go. And later implement search functionality to this to bring down the search results. i'm aware of stored procedures and have...
    Posted to Data Presentation Controls (Forum) by inverse.chi on 11-09-2006, 12:00 AM
    Filed under: custom paging, ASP.ne, paging, gridview, ms sql
  • Extending the Accoridon Control to support paging

    Has anyone every attempted to add paging to the databinding in the accoridon control. It would be very useful to get some of the functionality of the gridview control (sorting and paging). I haven't built an extender control yet, so I fear I am in over my head. Paging workaround suggestions would be...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Treetop on 12-02-2006, 12:00 AM
    Filed under: Accordion, Atlas Control Toolkit, DataBinding, atlas Control Toolkit panel extender accordion, accordian, GridView, AccordionPane, paging, accoridon, extender
  • GridView Pager Not Displaying

    I am trying to get paging working with a GridView, here is my gridview code: < asp:GridView ID= "ClientList" runat= "server" AllowSorting= "True" AutoGenerateColumns= "False" OnSorting= "ClientList_Sorting" AllowPaging= "True" PageSize= "50" OnPageIndexChanged= "ClientList_PageIndexChanged" PagerSettings...
    Posted to Data Presentation Controls (Forum) by mxmissile on 12-06-2006, 12:00 AM
    Filed under: GridView, paging
  • setting label to visible with button click

    Hi, I'm having some problems with using a label to display a message "No Records Found" when the user clicks a Search button. What I want it to do is to check if there are any results from a database that get displayed on a GridView. I have the following method so far: ------------------------------...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-27-2007, 12:00 AM
    Filed under: GridView, postback, Client, database, paging, DropDownList, asp.net 2.0, label, rows, records, If Statement, Visible, data access layer, table adapter, databinding, codebehind, data, databind, VB, textbox, ADO.NET, access database, asp.net 2.0 GridView databound ItemTemplate
  • Unable to get GridView custom paging to work....

    I've implemented custom paging, though unsuccessfully. Using VS2005 Pro w/SQL server 2005 Enterprise; sole programmer at a small company; Visited over 258 web pages with no success. In the GridView (GV) the PageSize = 10. In the ObjectDataSource (ODS) the default for SelectParameters:maximumRows is 10...
    Posted to Data Presentation Controls (Forum) by Knoter on 03-09-2007, 12:00 AM
    Filed under: GridView, paging custom control, database, paging, stored procedure, custom paging, sql
  • AJAX+GridView -> AutoGenerate=False yields blank

    Hi, I combined the example from this page: http:// ajax .asp.net/docs/tutorials/CreateSimpleAJAXApplication.aspx with the example from Ryan (GridView Guru) in this page: http://community.strongcoders.com/content/CSGridViewSortingPaging.aspx . I'm able to achieve paging, sorting etc. However, whenever...
    Posted to Data Presentation Controls (Forum) by dministrator on 03-12-2007, 12:00 AM
    Filed under: GridView, sorting, paging, AJAX, Ryan Olshan, DAAB
  • Gridview paging problem

    Hello Everybody! I am facing a problem in my asp.net 2.0 application. The problems is related to paging in gridview control. In my application I have several forms each for inquiring(viewing) a different type of record. For users' convinience, i have given a browse button on my asp.net form just adjacent...
    Posted to Data Presentation Controls (Forum) by Dhuka on 04-02-2007, 12:00 AM
    Filed under: GridView, postback, paging, Paging and Display GridView in second page, asp.net 2.0, gridview "custom paging" refresh insert, GridView asp.net, ModalDialog, ASP.NET
  • 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: Merge, DataSet, DataTable, ADO.NET, Gridview, paging, sorting, Sort, page
Page 1 of 3 (22 items) 1 2 3 Next >