How to refresh a frame .net

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-06-07T07:07:45Z Indexed on 2010/06/07 7:12 UTC
Read the original article Hit count: 182

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about JavaScript