Hi,
I have defined a user cotrol (myUserControl) that inherits from System.Web.UI.UserControl . Now, I want to inherits from myUserControl and make changes on some properties in the Page_Load of the new UserControl. Can this be possible ? Do I have to change the render of my new class ?
I tried to make this By the user control never appears on the page. How can I reuse my User controls then ?
any help will be gratfull !
Rim.
I have defined a user cotrol (myUserControl) that inherits from System.Web.UI.UserControl . Now, I want to inherits from myUserControl and make changes on some properties in the Page_Load of the new UserControl. Can this be possible ? Do I have to change the render of my new class ?
I tried to make this By the user control never appears on the page. How can I reuse my User controls then ?
any help will be gratfull !
Rim.