Browse by Tags

Related Posts

  • How to implement GridView Paging in Manual datasource

    Hi I need help. I have GridView whose datasource is datatable therefore GridViews events are all manually called. I have problems with Paging. I searched for assistance and they give this event protected void GridView1_PageIndexChanging( object sender, GridViewPageEventArgs e) { GridView1.PageIndex ...
    Posted to Data Presentation Controls (Forum) by jobzky on 06-07-2009, 12:00 AM
    Filed under: page, Paging gridview, grid view
  • Page request life-time variables

    Hi, What is the best method to store some global variables that are only required for the duration of a page request? For example, consider a page that takes a QueryString value, and that value is used to lookup some db information, which is needed by various user control classes. What can I do to make...
    Posted to State Management (Forum) by wbahnassi on 03-24-2009, 12:00 AM
    Filed under: page, request, global variables
  • Page counter for member pages to review page success.

    Hi one and all again, Can't seem to find a hit counter example to work from whiich satisfies my needs. Hoping you can help. Members store settings into 2 databases (UserDetails and UserData) When Users of the website search for these details they are reffered to a page in the format below: userdetails...
    Posted to Web Forms (Forum) by bitorbell on 01-01-2009, 12:00 AM
    Filed under: page, page url, Post Back, hit counter, hit me, .aspx page
  • Switch to 2nd UserControl from event inside 1st UserControl

    I have a Page which contains one of many different UserControls. I need to be able to switch from one control to another depending on a button click in the first control. The first time I click to switch to the second control, it works. When I click on a button on the second control to switch to another...
    Posted to Web Forms (Forum) by exsurgo on 12-10-2008, 12:00 AM
    Filed under: page, usercontrol
  • How can I know if the current page will redirect to another page?

    How can I know in VB.NET if the current page will redirect to another page before unloading the current page? I am using a shared variable within the page class. I want it to free if the page will not post back. Is there any property or method of the page that I can use? Thank you.
    Posted to Web Forms (Forum) by van.net on 12-09-2008, 12:00 AM
    Filed under: page, redirect, vb .NET, ASP.NET, PostBack
  • Re: Paging issue with gridview

    [quote user="ameenkpn"]You cannot have Page Numbers along with First Next Prev Last Buttons. You can have either one. Else you have to go for Custom Paging. For Custom Paging in GridView control, refer this article http://www.aspdotnetcodes.com/Custom_Sorting_Paging_GridView.aspx [/quote] This...
    Posted to Data Presentation Controls (Forum) by ratanakchn on 11-27-2008, 12:00 AM
    Filed under: GridView, page
  • Performing An Action Just Before You Leave a Page

    I'm working on a Web site for a client that is hosted by a company that provides HTTPS support. However, the HTTPS stuff has to reside it a seperate application and can't share session data, application data, cookies, etc. with the rest of the site. When I move from one "side of the fence"...
    Posted to Web Forms (Forum) by mwisebaker on 10-29-2008, 12:00 AM
    Filed under: page, page url
  • Re: Call a function in a MasterPage from the child page

    Aloha Chris and Amanda - - Forgive me for seeming to hijack this older thread, but I believe the topic which was covered (or attempted) here is close to my problem. I have MasterPage which includes a UserControl. However, most of the "action" to this UserControl comes from the page "contained...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by KevInKauai on 10-10-2008, 12:00 AM
    Filed under: Page, user control, masterPage
  • disabling auto generation of styles

    Hi, I am working on VS.NET 2008 and trying to design some pages. But whenever I am doing so, css styles related to the page and other controls are being auto generated. When I remove these styles and write my own, everything works fine. But whenever I change something in the layout, again the new styles...
    Posted to Visual Studio 2008 (Forum) by IamOnCloudNine on 10-09-2008, 12:00 AM
    Filed under: Page, presentation, style application mode manual, CSS, design, auto generate style
  • Re: change theme during runtime for the whole application

    If your issue not yet resolved then you can read my article, I assure you that it will solve your problem as well as give answer of your question. http://www.codeproject.com/KB/aspnet/DynamicWebPageTheme.aspx This is a simple code which can be used to change the page themes at run time. This code includes...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by murali.pareek on 09-20-2008, 12:00 AM
    Filed under: Page, Theme, Asp .net, dynamically
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last »