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

[Solved] Which RadControl (ASP.NET AJAX) to use for the following task?

1 Answer 76 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ritika Gupta
Top achievements
Rank 1
Ritika Gupta asked on 11 Mar 2010, 07:59 AM
Hi,

I need little guidance to help me choose a RadControl for the following:

I have a form on a webpage which has an update button. After the form is updated, the user clicks on the update button and a message should display in a box stating that the form is now updated. This box should either have a cross on the top to close the box or a close button which can be clicked on and then the message box disappears. This message box should show on the page itself and not as a pop up alert or window.

Which RadControl should I use for creating this message box.

Any help / suggestion on this is highly appreciated.

Many Thanks,
Ritika

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 11 Mar 2010, 12:50 PM
Hello Ritika,

RadWindow and its "alert" functionality is specifically designed for scenarios like yours:

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

If you don't want to use a control, which pops over the page content, you will have to create a custom container and show/hide it manually with Javascript DOM operations.

Greetings,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Ritika Gupta
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or