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
Meena S
NA
48
4.3k
select particular column value from database to datatable
May 11 2019 4:16 AM
dr1[0] = comboBox3.Text;
dr1[1] = obj.ReturnString("Select Itemcode from Item");
i want this code in C# can u please suggest
how to get value from database to particular column of datatable.
Reply
Answers (
2
)
How to create Token Based Authentication Web API
Does OWIN mandatory for Token based Authentication?