Plz...suggest me how to use frames in ASP.net2......I TS URGENT.post as soon possible.it wil b vry thankful.
Using Frames in ASp.net2
Collapse
X
-
Tags: None
-
Hello saikatkolkata,
Here is a fast way of learning to use frames within .NET
By Scott Rosa: http://www.15seconds.com/issue/030528.htm
Hope that helps ya~ -
Originally posted by CroCrewHello saikatkolkata,
Here is a fast way of learning to use frames within .NET
By Scott Rosa: http://www.15seconds.com/issue/030528.htm
Hope that helps ya~
thankz..CroCrew
can u help me out..how on seleceting a tree node in One frame loads a corresponding page in another frame next to it...
do reply...Comment
-
Hello saikatkolkata,
Sorry, without fully understanding your question my answer to your question is have you tried the “target” keyword?
If we could see some of your code on what exactly you’re trying to do it’s hard to pinpoint a decent answer for you.
Sorry this is the best I can do~Comment
-
Originally posted by saikatkolkatathankz..CroCrew
can u help me out..how on seleceting a tree node in One frame loads a corresponding page in another frame next to it...
do reply...
Are you using a Frameset?
Could you please provide more detail on what you're trying to do.
-FrinnyComment
-
Originally posted by FrinavaleHi Saikatkolkata,
Are you using a Frameset?
Could you please provide more detail on what you're trying to do.
-Frinny
m using IFRAME..actuall y i hav two frames in a screen..so my prob is..on the left frame i hav a tree..on selecting a node from the tree a corresponding action should hapn on the right frame..that all.
if possibl help me..with regardsComment
-
Originally posted by saikatkolkatahi Frinny,
m using IFRAME..actuall y i hav two frames in a screen..so my prob is..on the left frame i hav a tree..on selecting a node from the tree a corresponding action should hapn on the right frame..that all.
if possibl help me..with regards
Take a look at that article I mentioned above...
I haven't had much experience using a TreeView before but from what I understand of them your going to have to set the NavigateUrl property for your node to a values (in your SiteMap) to target your IFrame.
-FrinnyComment
Comment