curtismartin98
New member
- Local time
- Today, 09:58
- Joined
- Mar 11, 2004
- Messages
- 6
I'm new to Visual Studio (express)...
I'm trying to convert an Access application I wrote into ASP.Net to allow for easier access in a shared, wireless intranet environment.
I have a dropdown that selects a criteria and, based on that, I then display records from the original Access database, filtering based on the value of the dropdown.
However, I then need to refresh that query/filter every 5-10 seconds as the data may be changing (new records getting deleted or assigned).
In the original access application, I simply created a timer event on the form that re-executed the query every 5 seconds.
Is there an easy way (given my extreme novice status) to do something similar in visual studio express??
I'm trying to convert an Access application I wrote into ASP.Net to allow for easier access in a shared, wireless intranet environment.
I have a dropdown that selects a criteria and, based on that, I then display records from the original Access database, filtering based on the value of the dropdown.
However, I then need to refresh that query/filter every 5-10 seconds as the data may be changing (new records getting deleted or assigned).
In the original access application, I simply created a timer event on the form that re-executed the query every 5 seconds.
Is there an easy way (given my extreme novice status) to do something similar in visual studio express??