My favorites | Sign in
Project Home Downloads Issues Source
Search
for
MessageControl  
Updated Oct 20, 2010 by ludmal

Getting started with MessageControl

MessageControl is a Gmail style user messaging control. It will always show on top even you scroll the page and will disappear after 10 seconds.

Simple message text example:

Html text message example:

Example - Show User message

Drag and drop MessageControl into an ASP.NET page. Use the following function.

msg.text('Record successfully saved!');

Example - Show HTML formatted user message

You can show HTML formatted user message by using MessageControl. Use the following function.

msg.html('Record successfully saved!');

Example - Set message disappear time in Seconds

You can set message disappear time in seconds. Use the following function.

msg.text('Record successfully saved!',3000);

Sign in to add a comment
Powered by Google Project Hosting