Hello,
There is an sqldatasource bind to BulletedList control.
teh data is categoryID and a title. I need to generate from each record a uniqe hyperlink according to a certain flow.
for example, for categoryID=190 and title: "My Book" I need to generate a bullet hyperlink:
<li><a href="190_My%20%Book.aspx">MyBook</a></li>
I think the best way of doing this is on code behind.
Can you please post a code for doing so?
...
Go to the complete details ...