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
vikram reddy
NA
14
3.6k
How to display the values from db to frontend
Jun 11 2015 5:05 AM
Hello one n all
How to display multiple values from DB to front end one by one like i have a table called
Question
q.id
qname
ans1
ans2
ans3
1
samplequestion1
1
2
3
2
samplequestion2
1
2
3
Like this
how to display using loop qname to lable on front end
i try like this
DataTable dt=new DataTable()
for(int i=0;i<dt.Rows.Count;i++)
{
Lable1.text=dt.rows[i]["qname"].tostring();
}
but didnt display all qname
Please solve this issue
Reply
Answers (
7
)
how open on right click new tab or new window in repeter
how to create dynamic template in mvc based on database file