Change ClientScript to ScriptManager

Post feature requests to this forum and a pre-configured poll will automatically be created for you.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Change ClientScript to ScriptManager

Post by ZLA » Wed Mar 24, 2010 8:23 am

Per this topic, viewtopic.php?f=42&t=13370&p=57606#p57606), some PageHelper.cs methods won't work on pages with UpdatePanels because they use control.Page.ClientScript.RegisterClientScriptBlock instead of the more robust ScriptManager.RegisterClientScriptBlock. Changing this in a future version would make these methods more generally available.

In the referenced topic, this may be why One Page Checkout didn't have a counter for the ship message and just truncated the number of characters to 200.

Post Reply