Add "rel" attributes to Hyperlink from Asp.Net code-behind |
|
Answered By
Moderator1
on
11/15/2009 8:20:27 AM |
|
|
|
|
Hi,
Not all property of a html control is available in the property list of the server controls. Anyhow you can add it from the code-behind as follows,
HyperLink1.Attributes.Add("rel", "tag");
Try this and if you have any related problem with this, please post under the same questions. Thanks. |
|
|
|