I have an asp.net timer control on a page that needs to fire a javascript event on Tick event. I can normally fire a javascript call using ClientScript.RegisterStartupScript, etc. and I have event tried to fire one on the ScriptManager.RegisterStartupScript within the Tick event. I get the infamous "Sys.WebForms.PageRequestManagerParserErrorException" exception.
Has anyone got an example of calling a RegisterStartupScript(or calling/running a javascript function from the server methods) on the Tick event of the timer control?
Joseph Baggett
http://www.myitstudio.com
MCSD, MCPD: Web Developer, MCITP: Database Developer, MCTS: SQL Server 2005, MCTS: .NET 2.0 Web Applications, MCTS: .NET Framework 2.0 Windows Applications, MCTS: .NET Framework 2.0 Windows Applications, MCAD, MCP
If the project doesn't work, blame Scott Guthrie and/or refer to the problem solving flowsheet. O.~