Pass value from one frame to another
-
Hi, In my application(Appl 1) i have a page which has 3 frames... 1st frame's aspx page is in same application (Appl 1). 2nd frame shows default.aspx page from another application(Appl2) 3rd frame's aspx is in Appl 1. 2nd frame's aspx page has a button and textbox....xon click of button the textbox value has to pass to frame3's aspx page textbox.. how can this be possible? can anyone plz help? Thanks, Deepa
-
Hi, In my application(Appl 1) i have a page which has 3 frames... 1st frame's aspx page is in same application (Appl 1). 2nd frame shows default.aspx page from another application(Appl2) 3rd frame's aspx is in Appl 1. 2nd frame's aspx page has a button and textbox....xon click of button the textbox value has to pass to frame3's aspx page textbox.. how can this be possible? can anyone plz help? Thanks, Deepa
Make one static property in class and you can get that value. bEST rEGARD pATHAN
---------------------------------------------------
-
Hi, In my application(Appl 1) i have a page which has 3 frames... 1st frame's aspx page is in same application (Appl 1). 2nd frame shows default.aspx page from another application(Appl2) 3rd frame's aspx is in Appl 1. 2nd frame's aspx page has a button and textbox....xon click of button the textbox value has to pass to frame3's aspx page textbox.. how can this be possible? can anyone plz help? Thanks, Deepa
Looks like a bad design to me. Do you really need frames ? Some browsers won't support that. And passing values from one frame to other as you said seems to be not possible.