egarrison-wte
-
8/5/2013 2:04:23 PM
RE:How can I design this Challenging web part?
Depends if they are Tree items or in a custom table. If in a custom table, you could very easily use custom SQL query and do a where Name like 'A%' and pass your character on the URL string or encode if you have extensionless.
If you are tree nodes, you could define 26 folders A, B, C. Then have your definitions doc types show up under the right character. Your A | B | C list would simply link to: /glossary/A Then you have a repeater to show all your A's. I would but the Repeater and template work at the /glossary/ level and have my repeater display "./%"
|