hi
how to write code for a page refresh problem in code bahind in asp.net?If u have any solution,pls reply me.
Thanks
Monika
Loading
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.
Yogesh VermaPosted Jun 17, 2006, 5:00 AM
You try this in your meta tag.
Enjoy programming.
yk
Dinesh TawarPosted Jun 17, 2006, 1:22 AM
if u go thr. javascript then use
__doPostBack("","") call this function on onbody onload method
or
in code behind u want use then go for appendheader
Response.AppendHeader("name","10;url")
reply me if this working or not