href in a table cell

  • Thread starter Thread starter Rajni
  • Start date Start date
R

Rajni

Hi !

I have a server side table (System.Web.UI.WebControls.Table) and I want to
make the text of one of my cells as hyperlink. Does anybody know how to do
it?

Thanks,
Rajni
 
Hi,

Did you try to add an hyperlink control to it?
something in the like of:
table.Rows[ 0 ].Cells[ 0].Controls.Add( new HyperLink( .. ) );

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top