Hi all,
I have a user control which has html elements like <input type="button"....
and i want to set its display property on preRender state.
Would you please explain, what kind things i have to handle this user control? So, in this function
protected override void OnPreRender(EventArgs e) { }
I have only EventArgs e
and it doesn't have proper method or properties to bring me the html of user control.
Thank you from now...