Click here to Skip to main content
15,891,908 members
Articles / Web Development / ASP.NET
Article

Server Side Messaging

Rate me:
Please Sign up or sign in to vote.
1.80/5 (6 votes)
4 Oct 2002 48.3K   453   28   1
Server Side Messaging

Sample Image - test.gif

Introduction

Hello friends,
I want to inform you about my new web custom control code - ServerSideMesaging.

With this control tool, you can easily show error or information messages in a standart way.

Now let's examine control properties and events.

Properties :

ButtonType -- OK -- YESNO
MessageType -- ERROR -- INFO -- ATTENTION
Title  --
Message  --


Button Type and MessageType are optional ..
You can easily change this property in design or run time..

If you choose OK option for ButtonType ,
 Only OK Button appears.

If you choose YESNO option for ButtonType ,
 YES and NO buttons appear.

You can also change image with MessageType property.


Events :

NOButtonPressed
OKButtonPressed
YESButtonPressed

If you want to make some jobs with Buttonclick events,
just click the events tab and then double click the event.

There is a sample program attached.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Turkey Turkey
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralMessage box is not modal. Pin
varnk18-May-04 6:16
varnk18-May-04 6:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.