Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Frame Problem

Reply
Thread Tools

Frame Problem

 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      07-20-2005
Chris Kennedy wrote:
> I have a button on a webform in frame 1 which causes a frame to loaded into
> frame 2 in my frame set. I need, however, for some server side code in the
> button's onclick event to execute before the other frame refreshes. Is this
> possible. Cheers.
>
>

not unless you pass the call to frame2 back to frame1 after the process
completes.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      07-20-2005
Chris Kennedy wrote:
> I'm not sure what you mean. Could you explain it with a bit psedocode.
> Cheers
>


All I'm saying is that you will have to have the first frame call some
clientside javascript to force the second frame to refresh/load/etc.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      07-20-2005
Chris Kennedy wrote:
> No I know how to get the first frame to make the second frame reload.
> Frame 1 has a button. I want to press the button, trigger a postbaack to
> execute some server side side code then cause the second frame to refresh.
> Any ideas.


Take a look here,
has some pretty decent examples of calling javascripts.
http://www.codeguru.com/Csharp/.NET/...cle.php/c5337/


--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
 
Reply With Quote
 
Chris Kennedy
Guest
Posts: n/a
 
      07-21-2005
I have a button on a webform in frame 1 which causes a frame to loaded into
frame 2 in my frame set. I need, however, for some server side code in the
button's onclick event to execute before the other frame refreshes. Is this
possible. Cheers.


 
Reply With Quote
 
Chris Kennedy
Guest
Posts: n/a
 
      07-21-2005
I'm not sure what you mean. Could you explain it with a bit psedocode.
Cheers

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:...
> Chris Kennedy wrote:
> > I have a button on a webform in frame 1 which causes a frame to loaded

into
> > frame 2 in my frame set. I need, however, for some server side code in

the
> > button's onclick event to execute before the other frame refreshes. Is

this
> > possible. Cheers.
> >
> >

> not unless you pass the call to frame2 back to frame1 after the process
> completes.
>
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com



 
Reply With Quote
 
Chris Kennedy
Guest
Posts: n/a
 
      07-21-2005
No I know how to get the first frame to make the second frame reload.
Frame 1 has a button. I want to press the button, trigger a postbaack to
execute some server side side code then cause the second frame to refresh.
Any ideas.


"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:...
> Chris Kennedy wrote:
> > I'm not sure what you mean. Could you explain it with a bit psedocode.
> > Cheers
> >

>
> All I'm saying is that you will have to have the first frame call some
> clientside javascript to force the second frame to refresh/load/etc.
>
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server.Transfer - frame to non frame jason ASP .Net 1 09-05-2005 07:34 AM
Framesets - Event in frame 'A' triggering update of frame 'B' -How ? JAW ASP .Net 2 11-09-2004 07:54 PM
Referring to a frame's content from another frame Microsoft ASP .Net 3 10-04-2004 06:35 AM
Manipulating control in one frame from another frame, how? Søren M. Olesen ASP .Net 0 11-13-2003 05:37 PM
To frame or not to frame? donut HTML 4 08-19-2003 10:47 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57