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

Saving Notification Message

1 Answer 119 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 2
David asked on 18 Oct 2013, 11:09 AM
I am writing a .NET (VB) web application which is using a page with a control present on it. In the control there is a data entry form with a save function. The save function at the moment saves the data into a SQL Server database and then reloads the form to show the data again.

Due to varying times it takes to save the data, some users are closing down the browser during the saving process, thus it is not always being written to the database. Also sometimes they navigate away from the web application screen to another part of the system that causes the same issue.

What I would ideally like it if a message box was to appear when saving, stating that the application is saving data, and all other controls on the application web page are disabled while it is shown. Then when the saving process is completed the message box automatically disappears. The issue I am aware of is that the majority of the time the save process is nearly instantaneous, so I would need a minimum display time on this message box.

Does anyone have any ideas of the best way forward? And is there a Telerik control I can use to achieve this?

Thanks ever so much!

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 23 Oct 2013, 01:53 PM
Hi David,

I can suggest that you try one of the following approaches:

Regards,
Danail Vasilev
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
General Discussions
Asked by
David
Top achievements
Rank 2
Answers by
Danail Vasilev
Telerik team
Share this question
or