how to referesh the page when the page load in server using asp.net with c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsramesh
    New Member
    • Feb 2007
    • 1

    how to referesh the page when the page load in server using asp.net with c#

    I create a one website, in that site the member and guest also can enter into the site.I want to refresh the page automatically when the page load in server using asp.net with c#.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Reloading a page in a page load you have to be careful you don't get caught in a n infinite loop. Use a session variable to check whether it is the first time visiting the page...

    Comment

    • Sandeep akhare
      New Member
      • May 2006
      • 29

      #3
      Why you want to refresh the page ?
      Can't you refresh after any Event ?

      Comment

      Working...