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
krithika muthukrishnan
NA
234
705k
how to give a specific column in a table
Jan 6 2011 5:06 AM
Hai,
I design a table using datareader i retrieve a record and display in that table but i cant give link to that title column,if i am using <a href> some error occurs , how to solve this i specify my codings,any one help me,
Response.Write(
"<table border=1><tr><td>Title</td><td>User</td><td>Submitted Date</td>"
);
Response.Write(
"<br><tr><td><b>"
);
Response.Write (
"<a href="
seven.aspx
">"
+ rdr[
"title"
] +
</b><br> "
+ rdr[
"suggestion"
] +
"</td>"
);
Thank u,
Reply
Answers (
4
)
Implementing chatting application in website
dataset