It's not hard at all.
Just put following line into the code before <body> tag
<script>
window.setTimeout("__doPostBack('','');", 1000);
</script>
Pay attention those are apostrophees insied of doPostBack.
And 1000 is 1 second.
George.
"Mark S." <> wrote in message
news:...
> Yea, I thought as much. Was just hopeing there was a different way.
> Javascript is not my stong suit.
>
> Thanks
>
> "S. Justin Gengo" <> wrote in message
> news:...
> > Mark, you'll have to use javascript.
> >
> > Sincerely,
> >
> > --
> > S. Justin Gengo, MCP
> > Web Developer
> >
> > Free code library at:
> > www.aboutfortunate.com
> >
> > "Out of chaos comes order."
> > Nietzche
> >
> >
> > "Mark S." <> wrote in message
> > news:...
> > > Hello,
> > > Question is there a way to force a PostBack of an aspx page. The
> > > codebehind is VB.
> > > I can force a refresh with
> > > Response.AddHeader("Refresh", "30")
> > >
> > > But what I would like is a postback so form keeps it data.
> > >
> > > Thanks
> > >
> > > Mark
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>