Hplayer03,
Can you confirm if what Lee suggested below works for you or not?
Thank you,
Lit
> This should force the postback for you
>
> Response.AppendHeader("REFRESH", "0");
hplayer03 - 27 Jul 2007 18:56 GMT
> Hplayer03,
>
[quoted text clipped - 7 lines]
>
> > Response.AppendHeader("REFRESH", "0");
thanks...that worked out for me...the only problem i ran into was when
i used his code and forced the postback....my variables were lost so
before i forced the postback i saved the variables to session and
brought them back in when it came back...However, since i'm using
asp.net 1.1 i have another small issue of the scroll position being
lost. I'm told you need javascript for that. GoodLuck! Thanks for
the reply Lee! You were very helpful!