Friday, 15 June 2012

asp.net - Auto refresh inner page aspx -



asp.net - Auto refresh inner page aspx -

i'll seek explaining problem shortly. i'm pupil waiting final exams' grades. hate logging in every 10 minutes , go right section of "student's page".

i go there once, , have refresh every 5 minutes (which less time server disconnects account).

basic browser extensions built html web pages. our student's page .aspx page , hence refreshing brings opening page, still have click on "grades" menu link (which loaded @ same page, inner page).

i want refresh inner page, if i'm looking @ grades page, if click 1 time again on "grades" menu link inner page reloaded, not whole web page.

how can done?

i appreciate if guide me through , not paste me piece of genius code since won't know it.

i give thanks guys !

using html meta tag

> <meta http-equiv="refresh" content="30"> <meta http-equiv="refresh" > content="30;url=test.aspx"> using asp.net, c# , masterpages response.appendheader("refresh", 30 + "; url=test.aspx");

asp.net asp-classic refresh reload

No comments:

Post a Comment