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
Network Traffic Analyzer
I'm trying to learn how to develop Android Apps..
I need videos on WPF
Script to enable folder auditing
Binding Select (Multiple)
In Sent Items, how can I tell if a message was sent with Read Receipt Requested
How do web hosting providers keep public ip addresses live when one ISP fails
Oracle 10g: How to index a column in a materialized view?
Calculated variable on server...
How and where can I save and load a segmented control with NSUserDefaults