New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Getting Started Overview
The following tutorial demonstrates how RadNotification is used to provide a simple information popup.
- In a new AJAX-Enabled Web Application drop a RadNotification from the ToolBox to the default web page.
- Set the VisibleOnPageLoad property to true.
- Set the Position property to Center.
- Set the Text property to Sample notification text.
- Set the Width property to 250px.
- Set the Height property to 100px.
- Optionally you may also:
- Set the Title property to Title.
- Set the EnableRoundedCorners property to true.
- Set the EnableShadow property to true.
- Press F5 to run the application. You will see a simple popup in the center of the browser.