Programming and web development are passions of mine, and I hope to have something useful to contribute to the community either through my work or through this blog.
Jun 16, 2010
Programmatically adding triggers to an UpdatePanel - Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions
If you want to add a control to fire the UpdatePanel, you have to add the trigger. You add this through the ScriptManager control. The method is .RegisterAsyncPostBackControl(ControlName);
No comments:
Post a Comment