Not sure off the top of my head, but it would be easy enough to test.
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at
http://www.able-consulting.com
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uaZZuqv1DHA.2180@TK2MSFTNGP12.phx.gbl...[color=blue]
> Still need the Response.Flush() calls like in classic ASP?
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
>
www.Darkfalz.com
>
>
> "Steve C. Orr [MVP, MCSD]" <Steve@Orr.net> wrote in message
> news:udiUaIv1DHA.1704@tk2msftngp13.phx.gbl...[color=green]
> > No, normally this gets sent along to the client along with all the other
> > server generated HTML & script after all the serverside code processing[/color][/color]
is[color=blue][color=green]
> > complete. Although you should be able to use Response.Write to send the
> > javascript out immediately if this is what you want - as long as you[/color][/color]
turn[color=blue][color=green]
> > buffering off.
> >
> > --
> > I hope this helps,
> > Steve C. Orr, MCSD, MVP
> >
http://Steve.Orr.net
> > Hire top-notch developers at
http://www.able-consulting.com
> >
> >
> >
> > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> > news:OpqcFDv1DHA.3416@tk2msftngp13.phx.gbl...[color=darkred]
> > > Does this get sent prior to the rest of the serverside code processing
> > > though? If it does that would be kewl....but I didn't think it did?
> > >
> > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > >
www.Darkfalz.com
> > >
> > >
> > > "Steve C. Orr [MVP, MCSD]" <Steve@Orr.net> wrote in message
> > > news:OlgDwAv1DHA.3116@TK2MSFTNGP11.phx.gbl...
> > > > Execute a line of code like this when you want a message box to be
> > > > displayed.
> > > > (This writes out the necessary client side javascript to your HTML[/color][/color]
> page[color=green]
> > to[color=darkred]
> > > > make the alert pop up as soon as the page is sent to their browser.)
> > > >
> > > > RegisterStartupScript("startupScript", "<script
> > > > language=JavaScript>alert('This is my message.');</script>");
> > > >
> > > > Here's more info:
> > > >
> > >[/color]
> >[/color]
>[/color]
http://msdn.microsoft.com/library/de...criptTopic.asp[color=blue][color=green][color=darkred]
> > > >
> > > > Here are a couple controls you might find to be useful:
> > > >
http://www.metabuilders.com/Tools/ConfirmedButtons.aspx
> > > >
http://www.jttz.com/msgbox/index.htm
> > > >
> > > > --
> > > > I hope this helps,
> > > > Steve C. Orr, MCSD, MVP
> > > >
http://Steve.Orr.net
> > > > Hire top-notch developers at
http://www.able-consulting.com
> > > >
> > > >
> > > >
> > > > "Troy Whitlow" <troy.whitlow@hp.com> wrote in message
> > > > news:017001c3d6db$386e4b00$a301280a@phx.gbl...
> > > > > I am developing a web application using aspx web forms and
> > > > > would like to send message boxes to the client browser
> > > > > when certain conditions and checks are performed.
> > > > >
> > > > > ************************************************** *******
> > > > > Example:
> > > > >
> > > > > Try
> > > > >
> > > > > Perform some actions
> > > > >
> > > > > Catch ex as system.exception ' Actions failed
> > > > >
> > > > > I would like to send the error to the screen in the form
> > > > > of a messagebox on the client browser
> > > > >
> > > > > End try
> > > > >
> > > > > ************************************************** ******
> > > > >
> > > > > Additionally, I would like to be able to prompt a
> > > > > messagebox to ask questions and then process based on the
> > > > > response. Similar to do you want to delete all the records
> > > > > selected prompt on a yes choice then delete the records on
> > > > > a no choice cancel.
> > > > >
> > > > > All of my server code is in the Code Behind pages for each
> > > > > of my aspx pages. Basically all the display is in the aspx
> > > > > and all the code is in the code behind.
> > > > >
> > > > > Any help would be greatly appreciated, especially any
> > > > > sample code examples. This is my first application using
> > > > > aspx. I have been writing windows apps and windows
> > > > > services, but the web provides for some additional
> > > > > challenges.
> > > > >
> > > > > Troy Whitlow
> > > > >
> > > >
> > > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]