Hi
How can i reload the same page in c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vivek JoyPosted Sep 3, 2015, 8:57 AM
Vivek JoyPosted Sep 3, 2015, 8:56 AM
Upendra Pratap ShahiPosted Sep 3, 2015, 8:53 AM
if (!IsPostBack)
{
Response.AppendHeader("Refresh", 5 + "; URL=Test.aspx");
}
Narasimha Reddy ChennupalliPosted Sep 3, 2015, 8:35 AM