Hi,
I'm wanting to throw a __DoPostBack from a master page (C#, ASP.NET) and catch it with the master page's RaisePostBackEvent method. At the moment it gets thrown from the master page though the content pages also have a RaisePostBackEvent method and these are what are catching my Master Page's postback.
I'm wondering how I would go about catching the postback in the master page's RaisePostBackEvent method. I'm also using Telerik controls if this helps.
Thanks.
Luke