Issue with Page_PreRender
Hi all,
I have a pre-compiled base class and inheriting that class to my derived class. I am trying to change a default value of property date which is being initialized in base page's Page_PreRender(which is a private method.). Here is what I did: I created my own Page_PreRender(..) and trying to initialize new values to date property,and calling this function in InitializeComponent(). Up on debugging I am able to see changed values but when I load my website I couldn't see that change. Can anybody tell me what could be the possible problem?
Thanks in advance.
|