Hi,
I need to create list of links, like:
Link1
Link2
Link3
...
which could be dynamically created during runtime. Is there any standard .Net control that can contain LinkLabel objects so that I can easily add them and remove?
Hi,
I need to create list of links, like:
Link1
Link2
Link3
...
which could be dynamically created during runtime. Is there any standard .Net control that can contain LinkLabel objects so that I can easily add them and remove?
No, you may have XML file has links text and their URLs, and you should loop on the nodes and create LinkedLabel @ runtime.
I've discovered that .NET 2.0 and above supports sth like 'LinkLabels in DataGridView'. See http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewlinkcolumn.aspx
and also you should have datasource (links) in XML, database, plain text,... etc
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.