Link to home
Start Free TrialLog in
Avatar of Michael Lam
Michael Lam

asked on

using __doPostBack in ASP.Net user control

hi,

let's say i am using _doPostBack to force a postback on a user control, but i can't seem to get public void RaisePostBackEvent(string eventArgument)
        {
            //RaisePostBackEvent(source, eventArgument);
        }

to get called even though my user control has implemented IPostBackEventHandler, i even tried AjaxRequest, but it also didn't work.  can someone help me?
ASKER CERTIFIED SOLUTION
Avatar of lotusnotesnewbie
lotusnotesnewbie
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial