Browse by Tags

Related Posts

  • Passing gridview page and sorting via query string

    Hi, I have a gridview and a few text fields to filter the gridview results. I want that the whole filtering is visible in the query string so the user can simply copy the url www.mywebsite.com/items.aspx?search=cars&color=red&sortDir=Ascending&sortExp=price and send it to his buddy who sees...
    Posted to Web Forms (Forum) by jimbojonesowns on 05-12-2009, 12:00 AM
    Filed under: paging, paging query string, query string, sorting, sorting query string, gridview query string, gridview
  • GridView Paging not working inside UpdatePanel

    I have a GridView inside an update panel, with AllowPaging property set to 'true'. Although the links 1 and 2 for the two pages of the GridView are displayed at the bottom of the gridview, clicking on 2 doesn't take me to the second page, atleast not visibly. Once i've done this, although...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by shygin on 04-17-2009, 12:00 AM
    Filed under: Paging, updatepanel, ajax, asp.net, GridView
  • paging by Grouped Rows in a GridView

    Hello everybody, I am attempting to use a GridView control with paging to display a set of transactions populated by an SQL database where each row in the GridView is a single transaction. I am able to connect to the db and display the list of transactions fine and even have the paging working. The problem...
    Posted to Data Presentation Controls (Forum) by MegaBearsFan on 04-01-2009, 12:00 AM
    Filed under: paging, datasource, Grouping, gridview
  • Re: Need suggestions for Advanced Grouping/Paging with GridView control

    Thanks Yasserzaid, for your kind response. But it really didn't help me much. Please read the header of the post again to understand my needs. I said, I need suggestion on "Advanced Grouping" -right? What you are showing me using the links are doing nothing about Grouping...all of them...
    Posted to Data Presentation Controls (Forum) by Moim on 03-25-2009, 12:00 AM
    Filed under: paging, grouping, Large amount of data, GridView
  • Need suggestions for Advanced Grouping/Paging with GridView control

    Folks, I am having a realistic issue. I need to design a page where a GridView (or any other control that can display data like a grid) will show my data and allow user to group the data, ofcourse with pagination. Now, I have explored many controls last few days, including the thridparty developed commercial...
    Posted to Data Presentation Controls (Forum) by Moim on 03-18-2009, 12:00 AM
    Filed under: paging, grouping, Large amount of data, GridView
  • Paging cannot be displayed in gridview

    Hello, i am working in an asp.net application , i used D ataTable to bind data to G ridView , i enabled paging " AllowPaging =True", but when i was displaying the web page , the paging doesn't dispalyed. here is the HTML code for this page: <% @ Page Language ="C#" MasterPageFile...
    Posted to Data Presentation Controls (Forum) by Abu_Solyman on 02-23-2009, 12:00 AM
    Filed under: Paging, gridview
  • Re: No Paging or Sorting on GridView?

    Ok, I resolved this issue. My site is built arount the My Web Pages Starter Kit which uses themes with a .skin file. After a brief search through their knowledge base, I discovered that the skin was overriding all GridView objects. Thank you very much for your valuable time.
    Posted to Data Presentation Controls (Forum) by mutt_999 on 02-19-2009, 12:00 AM
    Filed under: MWPSK, my web pages starter kit, paging, sorting, mywebpagesstarterkit, GridView
  • Re: Postback Still happening with UpdatePanel for Checkbox event inside item template - GridView

    [quote user="bgs264"]I'm not certain why you would need a postback for the paging.[/quote] Yeah, I know postback is an annoying thing, but sometimes i get some script error alert in all the paging click event, after that the paging wont work. I dont know what is the problem. One more issue...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by sudhanva on 01-29-2009, 12:00 AM
    Filed under: Paging, postback, templatefield, updatepanel, CheckBox, gridview paging, ItemTemplate, GridView
  • GridView Select All with Paging

    I have a gridview with 100 Rows with paging turned on (showing 20 rows at a time). There is a checkbox in each row to select that record. In the header there is a "check all" checkbox When I check it will just select the 20 from the current page. Is there a way to have it select all 100 rows...
    Posted to Data Presentation Controls (Forum) by tfbarrett1981 on 01-28-2009, 12:00 AM
    Filed under: paging, GridView
  • Re: Postback Still happening with UpdatePanel for Checkbox event inside item template - GridView

    Great. Putting the whole grid in one UpdatePanel solved the above problem, but i for the gridview paging i need postback, which is not happening. I tried using Postback Trigger, but it doesnt have EventName property. :-( So what should i do? Any workarounds? Thanks.
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by sudhanva on 01-28-2009, 12:00 AM
    Filed under: Paging, postback, templatefield, updatepanel, CheckBox, gridview paging, ItemTemplate, GridView
Page 1 of 5 (44 items) 1 2 3 4 5 Next >