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?

Recommended Answers

All 3 Replies

No, you may have XML file has links text and their URLs, and you should loop on the nodes and create LinkedLabel @ runtime.

and also you should have datasource (links) in XML, database, plain text,... etc

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.