S
shapper
Hello,
I am creating a custom control that inherits from DataPager. I have
the following:
Imports System.Web.UI.WebControls
Public Class WebPager
Inherits DataPager
End Class
I get an error on "Inherits DataPager". It says "Type data pager is
not defined"
I even tried to replace it by "Inherits
System.Web.UI.WebControls.DataPager".
This is a mystery to me. Why am I getting this error.
Thanks,
Miguel
I am creating a custom control that inherits from DataPager. I have
the following:
Imports System.Web.UI.WebControls
Public Class WebPager
Inherits DataPager
End Class
I get an error on "Inherits DataPager". It says "Type data pager is
not defined"
I even tried to replace it by "Inherits
System.Web.UI.WebControls.DataPager".
This is a mystery to me. Why am I getting this error.
Thanks,
Miguel