This is a migrated thread and some comments may be shown as answers.

Rad Alert Icon On Success ,On Failure

1 Answer 236 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sairam
Top achievements
Rank 1
Sairam asked on 17 May 2013, 09:14 AM
<style type="text/css">
            .RadWindow .rwWindowContent .radalert
            {
                background-image: url("images/InfoImg.png");
            }
        </style>

.aspc.cs
  radWindowManager1.RadAlert("Tax setup added successfully.", 300, 60, "Authority Tax Setup ", "0");


The above code, I am used for Successful message but ,I Want to display  some other image icon or  "predefined  warning"  of rad alert in place of successful message Icon,when message is failure.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 17 May 2013, 10:32 AM
Hello Sairam,

The RadAlert icon can be changed with the last parameter the RadAlert() method accepts and you can see it in action here: http://demos.telerik.com/aspnet-ajax/window/examples/browserdialogboxes/defaultcs.aspx.

The feature is also explained here: http://www.telerik.com/help/aspnet-ajax/window-programming-server-side-methods.html.


All the best,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Sairam
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or