how to give a specific column in a table
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,