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
virgel martinez
NA
3
0
dataset,dataadapter,datagridview
May 19 2009 4:45 AM
Folks can you please help me on this, i have this code in vb6, can you please write this in vb.net... private sub form_load() init_main end sub private sub init_main datMain.databasename = "c:\main.mdb" datMain.recordsource = "select * from main" datmain.refresh end sub private sub init_detail(my_key as string) datDetails.databasename = "c:\main.mdb" datDetails.recordsource = "Select * from detail where key = '"& my_key & "'" datDetails.refresh end sub private sub datMain_Reposition() init_detail("virgel") end sub Thanks a lot...
Reply
Answers (
2
)
What is Singleton Pattern
Sealed class and sealed methods