Welcome Guest Search | Active Topics | Sign In | Register

EO.message box question Options
Luke
Posted: Monday, January 17, 2011 10:08:41 AM
Rank: Advanced Member
Groups: Member

Joined: 11/2/2010
Posts: 38
Sorry, ask a very silly question:

How to close a server side message box when it click "OK"

MsgBox1.Show("Information", dv(y)("low1") & " to " & dv(y)("high1"), Nothing, New EO.Web.MsgBoxButton("OK"))

in your demo, it do not show any hint, it just click "OK", then it disappear

Thanks
eo_support
Posted: Monday, January 17, 2011 10:18:56 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You don't have to do anything to close a server side message box. For a server side message box clicking the OK button causes a post back (in order to trigger your server event). That will unload the whole page thus destroy the message box completely.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.