4
Reply

how to give a specific column in a table

krithika muthukrishnan

krithika muthukrishnan

Jan 6 2011 5:06 AM
2k

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>&nbsp;&nbsp;&nbsp;"+ rdr["suggestion"] + "</td>");
 
Thank u,

Answers (4)