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
Vaibhav Solaskar
NA
30
18.6k
Using sql query show data in grid view
Mar 28 2016 5:21 AM
select a.Course_ID,a.Subj_ID,b.Sub_Name from SemSubject_Mapping_Master a join Subject_Master b on a.Subj_ID=b.Sub_ID join Student_Master c on a.Course_ID=c.Course_ID where c.Stud_PRN =" ";
this is my query i want data from respctive database into grid view
in grid view there is 6 columns
sub code sub name min max marks result
and i want to show when user enter resp. prn then it can show all subject which are given by student
Reply
Answers (
1
)
How to call ArrayList from Controller to view in MVC4?
File Download in Database