TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
b_makrubi
NA
1
0
Help on inheritance
Oct 7 2004 12:38 AM
Dear all, i'm newbie to ASP.NET and VB.NET and need big help. I have a problem with my inheritance object. i have this code : ' MyModulePage.vb ' Imports System Imports System.Web Imports System.Web.UI Public Class MyModulePage : Inherits Page -- this where i write property End Class =============== and in my aspx page i make this code : <%@ Page Language="VB" Inherits="_default"%>
=============== if i run my .aspx file it said : Type could not be load. and if i try to build my Class the error is : Object reference not set to an instance of an object Is anyone know about how to solve this ?? Thx in advance
Reply
Answers (
1
)
Datagrid not visible at runtime
how to make only column editable in datagrid