Welcome Guest Search | Active Topics | Sign In | Register

Show MsgBox Options
Chris
Posted: Thursday, July 2, 2009 11:05:34 AM
Rank: Member
Groups: Member

Joined: 4/29/2009
Posts: 13
Hi,

I have a map application that allows a user to select multiple features on the map by click and drag.

My server side code (C#) then checks to see if the feature count selected is greater than a threshold. When this threshold is exceeded, I want to pop up a msgbox to warn the user of this violation.

Any ides how I might achieve this?

Thanks,
Chris
eo_support
Posted: Thursday, July 2, 2009 11:09:54 AM
Rank: Administration
Groups: Administration

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

We have a MsgBox control that should fit your scenario. Pretty much all you need to do is to place a MsgBox in your form and then call its Show method to show it when you need to. There are a number of demos here showing you how to do this:

http://demo.essentialobjects.com/Default.aspx?path=MsgBox

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.