How to refresh a frame .net
- by Geetha
Hi All,
I am using two frames to display pages. The page url is given in codebehind. But it is not reflecting. If i click f5 its grtting reflected.
Needs:
How to refresh a frame after setting the src value in the code behind.
code: topFrame.Attributes["src"] = "MainPage.aspx";
Geetha.