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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Registering server control ID

Registering server control ID

Scheduled Pinned Locked Moved ASP.NET
csharpjavascripthtmlasp-netsysadmin
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.
  • K Offline
    K Offline
    Krrish
    wrote on last edited by
    #1

    I wan to access a control on parent form, am trying it by using window.parent.opener.document.getElementById("control name"); actually when i see the html content of that page the control name is prefixed by "ctl00_ctl02_control name" so am not able to access the control with the control name can any one help me how to register and use same name in javascript also for the asp.net server control

    Krishna

    I 1 Reply Last reply
    0
    • K Krrish

      I wan to access a control on parent form, am trying it by using window.parent.opener.document.getElementById("control name"); actually when i see the html content of that page the control name is prefixed by "ctl00_ctl02_control name" so am not able to access the control with the control name can any one help me how to register and use same name in javascript also for the asp.net server control

      Krishna

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

      try this: supose ur control name is abc_control then window.parent.opener.document.getElementById('<% abc_control.ClientID %>');

      Regards, Rashida Jabeen http://www.akaas.net[^]

      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