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 Mike Lewis 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

    Ok, I understand it a little better now. <!-- header menu--> <div id="header"> <span id="slogan"><asp:Label runat="server" ID="lblSlogan" Text="DevWebshop" /></span> <!-- tabs --> <ul> <li id="Home" runat="server"><a href="Default.aspx"><span>Home</span></a></li> <li...
  2. Stepyogameup

    Setting a &lt;li&gt; to id=&quot;current&quot; (&lt;li id=&quot;current&quot;&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...
  3. 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