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

how do multi notification by many actions?

1 Answer 31 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Eslam
Top achievements
Rank 1
Eslam asked on 10 Dec 2013, 04:06 PM
hi,,

can i show the notification from several buttons without close previous notification, from server side 
like this example 

http://demos.telerik.com/aspnet-ajax/notification/examples/overview/defaultcs.aspx

i used one notification control and call it from server side.

thanx

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 11 Dec 2013, 10:44 AM
Hello Eslam,

If you want to show one control from different buttons you have two options:
- use JavaScript and its client-side API - the show() method: http://www.telerik.com/help/aspnet-ajax/notification-client-side.html.
- use its server-side Show() method if you need the postback. You do not need to include the control in the partial page update in order to show it with this method: http://demos.telerik.com/aspnet-ajax/notification/examples/servershowwithnewtext/defaultcs.aspx.

I also strongly advise that you examine the demo's code to see how it is implemented. It utilizes several RadNotification controls that show automatically upon preset intervals. There is also some client-side code that checks whether they are visible in order to move the next one up the screen.


Regards,
Marin Bratanov
Telerik
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 the blog feed now.
Tags
Notification
Asked by
Eslam
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or