Running script on background

kithkanan

New member
Joined
Sep 2, 2008
Messages
1
Programming Experience
Beginner
Hi Everyone,

I have Web Form with VB .Net as code behind. This form contains a radio buttons for time interval (e.g every 15 mins) and a submit button. I have a function in VB called "runScript". What I want is that when the user selects an option on time interval and click the submit button, my function "runScript" will be running in background every time-interval selected by the user. And it will be running forever using that interval unless the user changes that option or his account was deleted. Is this possible?

Any help is appreciated.

Thanks!
 
Back
Top