|
-
Mar 28th, 2007, 11:26 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [02/03] LoadingPage
hey guys,
i need help in creating loading page. i have an asp.net application, in the process of inserting records into the database, i need a popup msgbox in which to show a message to ask the user to wait for processing. this popup msgbox should be closed automatically after the processing is done. my asp.net application currently work like this:
1) user click on button
2) a function started (it takes 5-10mins)
3) datagrid shows the result
in this stage, user will not know when is the processing is done. so i need to create a popup msgbox to display to the user that the process is running before the result is shown in the datagrid. any idea?
i found some java code in the web, but it doesn't suit my needs. the java code i found shows redirecting to another page instead of a popup msgbox.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|