tab link
hi.....
i am using tab control....for my assignment but there are 5 sections whthin a page....i think i won't able to compress(Home,Search job,career service,employers,advertisers).its too much for a page...currently i am using this method
protectedvoid menuTabs_MenuItemClick(object sender, MenuEventArgs e)
{
multiTabs.ActiveViewIndex = Int32.Parse(menuTabs.SelectedValue);
}
anyone knows how to link to another page...?
|