I am using NA 2008 r 1 and assembling an ASP.NET application.
For the default page, I would like to have an arrangement of WebPanels (open to WebGroupBoxes, as well) displaying various possible alerts about records expiring in the next 10, 30, 60 days (etc). I'd like to populate each container control with a dynamic number of hyperlinks to the specific records with the maximum hyperlink (based upon real estate) simply display 'more...' and navigate to a master list.
I am able to wire in a few hyperlink objects in page load in code but, for the life of me, I cannot get them aligned as a list. I am looking for something similar to the control on this forums site on the right listing 'postings you have not read' etc. Any ideas?
Would it work for you to load the hyperlinks into an array or some sort of list structure and bind that to a repeater inside the WebPanel?
Let me know...
Craig
Craig,
Thanks for writing. That is exactly what I did with input from a co-worker. I just forgot to close this post.
Thanks again,
jc