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
Rajavel G
NA
95
44.2k
I want bind data from sql db into combo box in vb??
Nov 18 2016 4:45 AM
SQL = "select Student_branch from Student_personal_schooling"
execComDB(SQL)
adapter.SelectCommand = cmd
Dim dt As New DataTable
adapter.Fill(dt)
For Each dr As DataRow In dt.Rows
cmbbranch.Items.Add(dr("Rollno"))
Next
cmbbranch.ValueMember = "Student_branch"
cmbbranch.DisplayMember = "Student_branch"
cmbbranch.DataSource = dt
i tried this code but no working..
Reply
Answers (
2
)
how to push data on angularjs table based on barcode id
what are the software and hard ware requirements for vs2017?