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
Setting msExchMailboxSecurityDescr
iptor with VB.NET
Error string in catch block?
Exchange 2003 - Storage groups are dissmounting with backup softwere
wrr-queue bandwidth error
Windows BAD_SySTEM_CONFIG_INFO Bsod
Show All Records In Query if Nothing Selected in Listbox - Part II
DWR Pagination
License CAL Exchange 2007
troubles getting BETWEEN logic to work
Open new window from gridview hyperlink with no menu or toolbar in new window (also set width and height)