Is there a page event that fires after the webcontrol render event?

I already tried PreRenderComplete and unloading is too late

0


source to share


2 answers


protected override void Render (HtmlTextWriter writer) {base.Render (author);



.... place code here

0


source


Typically, the only event after "Render" for a control is "Unload"



+1


source







All Articles