Microsoft
Software
Hardware
Network
Question : What is the equivalent of html anchor control's name attribute in asp.net Hyperlink control
Hi everyone,
I want to dynamically assign the name of a anchor control in a user control, so the same user control can be used multiple times in a page with its corresponding anchor name. So they can be references from other anchors.
Such as <a href="#section1"> will navigate to the section of
<a name="section1">
<<<<<<<<<<<< what's the equivalent ASP.Net control and property of anchor's name attribute?
Cheers
Answer : What is the equivalent of html anchor control's name attribute in asp.net Hyperlink control
The Name property is the property you're looking for.
Random Solutions
watchguard firewall rejects some pdf attachments, but not others
PoM/Tank Macro for Priest
Need to get the ip subset of a city
ASP.NET file download issues on selected machines/browsers
Refining xi:include element to exclude data when a specific child tag's text is present.
how do i/can setup backup DC on an existing 2008 AD.
dateDiff - combining a date selection and a time selection
Remove underscore from folder names and replace with space
VBA LDAP Query to retrieve all members of a group in active directory
Printing multiple divs using java script