J
James Li
I have a aspx page (TitleSearch.aspx) that inherits from a chain of aspx
pages. now I need to convert TitleSearch.aspx to a user control. The user
control class file needs to inherit from the System.Web.UI.WebUserControl,
but the TitleSearch.aspx inherits from SearchBasePage.aspx.
What should I do? I am looking for the way that requires minimum changes.
pages. now I need to convert TitleSearch.aspx to a user control. The user
control class file needs to inherit from the System.Web.UI.WebUserControl,
but the TitleSearch.aspx inherits from SearchBasePage.aspx.
What should I do? I am looking for the way that requires minimum changes.