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
narasiman rao
NA
519
765.7k
how to store items from database using array
Sep 25 2013 9:01 AM
Table as follows
Faculty id(Table name from faculty)
1
2
3
4
5
6
7
8
9
10
Then i have select query as follows
Select CourseName from Course where Faculty id = '4'
i want to store the Facultyid(From Table faculty) using array and pass that array into above select statement.
for that how can i do using csharp.
Regards,
rao.
Reply
Answers (
0
)
How to call STORED PROCEDURE with OUTPUT parmeter in C# LYNQ
Hide TaskBar in my winform Application