开发者

Menu Bar with Login Link

开发者 https://www.devze.com 2023-03-27 11:41 出处:网络
I want to create a Menu Bar with a Login Link/Button on the menu bar. Can I use a ASP Menubar to achieve this?

I want to create a Menu Bar with a Login Link/Button on the menu bar. Can I use a ASP Menubar to achieve this? I used a Menubar item & a button. But they appear in 2 separate lines. Is it pos开发者_JAVA技巧sible to combine them on the same line?

Like so:


You should set the orientation, the default orientation is vertical


I managed a solution. Was pretty simple too. Used a table with 2 columns. Dropped the menubar in the 1st column & the Login Linkbutton in the 2nd column.

0

精彩评论

暂无评论...
验证码 换一张
取 消