firstdivision
MIS
Hi all,
I have a Queue object that contains hyperlink objects. The queue object is bound to a repeater, with the intention of printing out a list of links. The repeater works (the template is printed the correct amount of times), but I can't figure out how to reference the hyperlinks inside the queue from the repeater. I have a hyperlink in the Item template and was hoping to just assign the hyperlink in the queue to the one in the template.
Maybe the queue object isn't the best bet. Something based on IDictionary instead? I don't know. This is the first time I've tried to bind to data that didn't come from SQL Server![[tongue] [tongue] [tongue]](/data/assets/smilies/tongue.gif)
Background:
The reason I'm doing this is to build a breadcrumb of sorts. Put a link into the queue (namely the one your're visiting now) and drop the oldest one out. Then store it in the session. Then print the links in the queue at the top of the page. I like it because it should be easy to use.
I have a Queue object that contains hyperlink objects. The queue object is bound to a repeater, with the intention of printing out a list of links. The repeater works (the template is printed the correct amount of times), but I can't figure out how to reference the hyperlinks inside the queue from the repeater. I have a hyperlink in the Item template and was hoping to just assign the hyperlink in the queue to the one in the template.
Maybe the queue object isn't the best bet. Something based on IDictionary instead? I don't know. This is the first time I've tried to bind to data that didn't come from SQL Server
![[tongue] [tongue] [tongue]](/data/assets/smilies/tongue.gif)
Background:
The reason I'm doing this is to build a breadcrumb of sorts. Put a link into the queue (namely the one your're visiting now) and drop the oldest one out. Then store it in the session. Then print the links in the queue at the top of the page. I like it because it should be easy to use.