How to reference a scriptmanager from HttpContext.Current.CurrentHandler ?
Posted
by user284523
on Stack Overflow
See other posts from Stack Overflow
or by user284523
Published on 2010-03-28T18:24:35Z
Indexed on
2010/03/28
18:33 UTC
Read the original article
Hit count: 253
ASP.NET
I reference the current page in a class with
Page page = HttpContext.Current.CurrentHandler as Page;
I know need to reference ScriptManager1. What the syntax ?
Thanks.
© Stack Overflow or respective owner