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

displaying message box

2 Answers 1916 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
yogesh
Top achievements
Rank 1
yogesh asked on 01 Mar 2011, 09:09 AM
Hi,
    I am using asp.net ajax telerik rad controls and working on a web application. i want to display message dialog box  after user successfully executing the functionality  in radbutton click.. i dont want to use alert,confirm or prompt dialog boxes.plz help me out.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Mar 2011, 10:03 AM
Hello Yogesh,

You can replace the standard alert, confirm, and prompt dialog boxes with Radalert, Radprompt and Radconfirm, which are implemented using RadWindow.

Check out the following help article which explains more on this.
Alert, Confirm, And Prompt Dialogs

The following KB article shows how to call RadAlert from code behind.
Calling radalert from codebehind

Thanks,
Shinu.
0
Svetlina Anati
Telerik team
answered on 01 Mar 2011, 11:21 AM
Hi guys,

Just a quick follow up:


1) If you intend to show the message on the client without making a postback you can examine the demo below:

http://demos.telerik.com/aspnet-ajax-beta/button/examples/confirm/defaultcs.aspx

2) If you want to show the message from the server, I am happy to inform you that with the latest Beta release we added built-in functionality to do this without using the script register - a sample demo is available below:

 http://demos.telerik.com/aspnet-ajax-beta/window/examples/browserdialogboxes/defaultcs.aspx

All the best,
Svetlina
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Ajax
Asked by
yogesh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Svetlina Anati
Telerik team
Share this question
or