Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Stepyogameup

    Setting a <li> to id="current" (<li id="current"&gt

    I have a masterpage and in a master page I have a menu. I want when a user clicks on a menu to set id="current" on li html attribute. I not sending the user to another page because the menu is in the MasterPage. How can I solve this problem using c# code? Menu <!-- header menu--> <div...
  2. Stepyogameup

    How to declare AccordionPane dynamically

    I have to loop a datatable and from the datatable I want to dynamically declare AccordionPane. I tried to do it like this code but it doesn't work. Anyone knows how I declare AccordionPane dynamically. private void CreateWebMenu() { string mainMenu = string.Empty; int i...

Part and Inventory Search

Back
Top