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
billy ou
NA
1
0
Inherits DataRow Class can't run new sub
Dec 8 2009 5:30 AM
This is the code:
Public Class DrUser
Inherits DataRow
.......
Public Sub New()
MyBase.New(Nothing)
End Sub
Public Sub New(ByVal rb As DataRowBuilder)
MyBase.New(rb)
Me.m_Table = CType(Me.Table, GenericDataSetTable)
End Sub
..........
End Class
When start debug ,It show error: "Object reference not set to an instance of an object " On the line "
MyBase.New(Nothing)
"
How Can I do? Please Help me, Thanks
Reply
Answers (
0
)
change system date format using c# code
Convert interval