I suspect it might be a stupid question but I am rather beginning with both ASP.Net AJAX and Telerik...
In the online documentation, I can find lots of examples of popups triggered from the cloient side but not from the server side...
I would like to report to the User errors happening at the server side.
One way I was thinking of doing that was to have a popup window closed to start with.
When an error is caught
- I store it in the database, get a key back
- change the NavigateUrl of my popup to a page with the error key passed on the url
- make the popup visible in modal mode
Everything seems fine but I don't know how to make my popup window... pop up!
Thanks
Eric