Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to click a submit button per 1 minute by using web services .
.asmx file can do that?? if it can , Plz help me give an example for this. I don't mean for refresh but for server side processing by using with web service. Plz somebody help me :confused: :confused:
Posted

create a service and then use system.timer
 
Share this answer
 
Use ASP.NET Ajax Timer[^] control to call the web service in a specific interval.
 
Share this answer
 
I use Visual Studio 2005 , I don't have timer control in VS 2005 .
How can I do without Timer Control??
Is there anyway ?? :sigh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900