Login  
Search All Forums
Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
AuthorForum: PowerWEB LiveControls for ASP.NET
Topic: Using Live Controls with Master Pages
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted April 12, 2013 1:07 PM

PROBLEM: If you are attempting to use LiveControls or FileUpload in a Framework 4.0 or Framework 4.5 ASP.NET Web Application that uses Master Pages you may have noticed that events do not work. This is due to the fact that certain naming conventions that we depend on for rewriting event code were changed after Framework 3.5.

SOLUTION: Add the following into the <system.web> section of your web.config:

<pages clientIDMode="AutoID" />

This will cause ASP.NET to use the older naming conventions internally and allow our events to properly fire.
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX