G
ginny
I wrote code like this, found checkbox cause post back, but won't fire
this function, but button do, could you help me figure out? Thanks.
protected override void RaisePostBackEvent(IPostBackEventHandler
sourceControl, string eventArgument)
{
//Response.Write("source control is " + sourceControl +
"eventArgument is " + eventArgument);
base.RaisePostBackEvent (sourceControl, eventArgument);
}
Ginny
this function, but button do, could you help me figure out? Thanks.
protected override void RaisePostBackEvent(IPostBackEventHandler
sourceControl, string eventArgument)
{
//Response.Write("source control is " + sourceControl +
"eventArgument is " + eventArgument);
base.RaisePostBackEvent (sourceControl, eventArgument);
}
Ginny