asp.net - How do you handle when you have too many tabs in your masterpage of your application? -
Actually I think this is a little design problem
The question is, if you have a programmatic form , Using repeat controls at the top of your master page, say, how do you handle them after a lot of them - so they do not overlap the view of the browser report?
If I already have some patterns for such an issue, then I do not want to modify the wheel again.
Any recommendations?
Thanks
If your tabs are going to be dynamic, then you have to get them vertical The side bar should oppose in a horizontal tab, it will make it more scalable, it is probably a good idea to maintain consistent form and having a static head tab on the top with dynamic vertical vertical tabs. Not sure that it helps at all?
Comments
Post a Comment