Control to display articles (long text)

  • Thread starter Thread starter Rohit
  • Start date Start date
R

Rohit

I have a table on Web form. In a column, I want to display articles
posted by other users. Which control should I use so that it can be
linked with the SQL Server Table.
 
I have a table on Web form. In a column, I want to display articles
posted by other users. Which control should I use so that it can be
linked with the SQL Server Table.

What do you mean by "linked" with the SQL Server table...?

If all you want is to fetch data from the database and display it in a table
cell, then you don't need any other control at all - just place the text
inside the <td></td> tag...

However, I suspect that this isn't what you really want, so can you please
explain in a bit more detail...
 
Back
Top