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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
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=MsgBoxThanks!
|