Thursday, March 29, 2012

List departments horizontal in ASP.NET 2.0

Hello, all,

I'm developing a site in which I want my departments (Accounting, IT, Sales, etc.) to be at the top of the page going horizontal across the top of page (in the header) When user selects one of departments, another control, this one vertical on left side will list products these departments has.

I have the departments in a SQL DB. My question is, what ASP.NET 2.0 control should I use to display these (Accounting, IT, Sales) going horizontal and also make them hyperlinks?

Thanks,

StrickYou can make use of DataList as you want Horzontal Display of main Dept.
you can also make master page that contain Dept list and then in content page can show sub dept.
And for the Sub Dept. U can make use of Repeater.
The Menu control.

0 comments:

Post a Comment