Display a page in frame
-
Hi, on my page i have hyperlink and a frame. So when i click on the hyperlink, i should display a page on this frame. Pls give me some tip on this. I am new to ASP.NET Thank you Mahesh
-
Hi, on my page i have hyperlink and a frame. So when i click on the hyperlink, i should display a page on this frame. Pls give me some tip on this. I am new to ASP.NET Thank you Mahesh
in hyper link use javascript instead of page.. like [click here](Javascript:window.parent.framename.location='mypage.aspx')
-
Hi, on my page i have hyperlink and a frame. So when i click on the hyperlink, i should display a page on this frame. Pls give me some tip on this. I am new to ASP.NET Thank you Mahesh
your best bet is master-content pages in ASP.NET 2.0 which is beta I guess ---------- user9 A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
-
Hi, on my page i have hyperlink and a frame. So when i click on the hyperlink, i should display a page on this frame. Pls give me some tip on this. I am new to ASP.NET Thank you Mahesh