Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

t lab

@t lab
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Newbie: Programaticaly adding items to a dropdown menu?
    T t lab

    Sorry my bad, Is that my brain sleeping? :zzz: I think it is!

    C# question help

  • Newbie: Programaticaly adding items to a dropdown menu?
    T t lab

    Have a look at Link Buttons. If the list of names is done on the fly add a unique ID to each LinkButton. This should help if i have got the idea of what you are asking LinkButton yourButtonName = new LinkButton(); yourButtonName.Command +=new CommandEventHandler(yourButtonName_Click); private void yourButtonName_Click(object sender, CommandEventArgs e) { } tlab tlab

    C# question help

  • Newbie: Programaticaly adding items to a dropdown menu?
    T t lab

    Have a look at Link Buttons. If the list of names is done on the fly add a unique ID to each LinkButton. This should help if i have got the idea of what you are asking LinkButton yourButtonName = new LinkButton(); yourButtonName.Command +=new CommandEventHandler(yourButtonName_Click); private void yourButtonName_Click(object sender, CommandEventArgs e) { } tlab

    C# question help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups