Click here to Skip to main content
15,917,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to fix Timer on my site and actually i m using a ftp code in my site for this my client wants to set an alarm on site n after 24 hours the Ftp sends data automatically without any Feeds.


Plz Plz Help me.....
Posted
Comments
Jeff Blankenburg 11-Feb-13 8:56am    
If you post some code, I might be able to help you...
Mike Meinz 11-Feb-13 16:22pm    
Why can't use Windows Task Scheduler?
garimagupta66 12-Feb-13 5:51am    
actually now i am using <asp:Timer ID="Timer1" runat="server" Interval="5000" ontick="Timer1_Tick">

and it runs perfect on Local but after online it shows compiler error .The Error is:-

does not contain a definition for 'Timer1_Tick' and no extension method 'Timer1_Tick' accepting a first argument of type
garimagupta66 12-Feb-13 5:59am    
get this error:


Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'ASP.moreproperty_aspx' does not contain a definition for 'Timer1_Tick' and no extension method 'Timer1_Tick' accepting a first argument of type 'ASP.moreproperty_aspx' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 1157: <br />
Line 1158:
Line 1159: <asp:Timer ID="Timer1" runat="server" Interval="5000" ontick="Timer1_Tick">
Line 1160:
Line 1161: <br />

Source File: d:\Sites\miltonandward.com\public_html\MoreProperty.aspx Line: 1159


Show Detailed Compiler Output:

Show Complete Compilation Source:

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