Back button disabled

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhaMurugesan
    New Member
    • May 2007
    • 94

    #1

    Back button disabled

    Hi all,
    When I view my page(ASP.net with C#) in browser, the back button (IE 6.0) gets disabled and I'm not able to view the previous page.In my page I've a back button in my toolbar.Is there any C# coding to move to previous page without refreshing which i can use in my page's back button(Not IE's Back Button).
    Please Help me.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Here is an article that may help:
    ASP.NET - Events

    Comment

    • sudhaMurugesan
      New Member
      • May 2007
      • 94

      #3
      Originally posted by kenobewan
      Here is an article that may help:
      ASP.NET - Events
      Thank you Kenobewan. But article didn't helped.Why my IE's Back button getting disabled. Is there anyway to enable it?

      Comment

      • mzmishra
        Recognized Expert Contributor
        • Aug 2007
        • 390

        #4
        I have faced similar type of problem before.
        In my case I have large amount of data displayed in a grid in main page .
        When I am clicking on a particular row of grid and browse to next level the back button got dissable.
        I read many articles which states there is a limitation in asp.net how much data you can dispaly per page.
        I do not remeber the links for the same you can search it in internet.

        In my case I have resolved the same by restricting the amount of data on main page.

        Comment

        Working...