The classic problem of making the leap from desktop to web app.
I have a memory form with 4 browses below each other.
On one of the browses have an in-line button.
There is some code that needs to execute, will take about 2-4 secs,
The code processes a credit card, so I need to wait for the result and then change the browses according to the result.
The status update is on the form and 2 of the browses need to be updated.
Do I use a progress?
A timer?
What is the best way to approach this?
I am sure this is simple, just not sure how to tackle this problem.
thanks
Johan