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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Server Side Localization

Server Side Localization

Scheduled Pinned Locked Moved ASP.NET
questionsysadminhelplearning
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Filipe Peixinho
    wrote on last edited by
    #1

    Hello, I have an Imagebutton with the folowing tag: I need to create this button at runtime and adding it with the Controls.Add method. The aspx file have a resx file in the LocalResources folder with the key "img1.Tooltip" to have the tooltip of the button localizable. My problem is how can I create the button at runtime and use the same resource key? Is this simple? Thanks to everyone for the replies. Regards

    I 1 Reply Last reply
    0
    • F Filipe Peixinho

      Hello, I have an Imagebutton with the folowing tag: I need to create this button at runtime and adding it with the Controls.Add method. The aspx file have a resx file in the LocalResources folder with the key "img1.Tooltip" to have the tooltip of the button localizable. My problem is how can I create the button at runtime and use the same resource key? Is this simple? Thanks to everyone for the replies. Regards

      I Offline
      I Offline
      indianet
      wrote on last edited by
      #2

      Dim image1 As New ImageButton image1.ID = "btnNota0" Panel1.Controls.Add(m) AddHandler image1.Click, btnNote_Click

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

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