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. Finding control using JS

Finding control using JS

Scheduled Pinned Locked Moved ASP.NET
javajavascripttoolshelp
4 Posts 3 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.
  • J Offline
    J Offline
    janani13
    wrote on last edited by
    #1

    Hi all, Im using a wizard control.I want to find the contorl in Java script. Can any one help me please.

    G S 3 Replies Last reply
    0
    • J janani13

      Hi all, Im using a wizard control.I want to find the contorl in Java script. Can any one help me please.

      G Offline
      G Offline
      Greg Chelstowski
      wrote on last edited by
      #2

      document.getElementById('<%= YourControlId.ClientID %>');

      var question = (_2b || !(_2b));

      1 Reply Last reply
      0
      • J janani13

        Hi all, Im using a wizard control.I want to find the contorl in Java script. Can any one help me please.

        S Offline
        S Offline
        sashidhar
        wrote on last edited by
        #3

        var strUserName = document.getElementById('<%=CreateUserWizardStep1.ContentTemplateContainer.FindControl("UserName").ClientId %>');

        thts an example With the help of tht use ur Value

        If It Helps Click It as Answer

        1 Reply Last reply
        0
        • J janani13

          Hi all, Im using a wizard control.I want to find the contorl in Java script. Can any one help me please.

          S Offline
          S Offline
          sashidhar
          wrote on last edited by
          #4

          unction ValidateUserName(oSrc, args)
          {

              var strUserName = document.getElementById('<%= CType(CreateUserWizardStep1.ContentTemplateContainer.FindControl("UserName"), TextBox ).ClientID %>');
              alert("User Name is - " + strUserName.Value);
              args.IsValid = false;
              
          }
          

          If It Helps Click It as Answer

          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