If you intend uc_navigator to become a user control you should not use the
keyword MustInherit. For a more detailed essay on abstract classes you might
refer to this article:
http://msdn2.microsoft.com/en-us/library/ms229047.aspx
--
HTH,
Phillip Williams
http://mcts-study-practices.com/
http://www.webswapp.com
"ton" wrote:
> Public MustInherit Class uc_navigator
> Inherits System.Web.UI.UserControl
>
> Public MustOverride Sub DoSearch()
> End Class
>
> i need implemt DoSearch method in .aspx that i put usercontrol on it.
>
> thank in advance