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. .Js File

.Js File

Scheduled Pinned Locked Moved ASP.NET
javascripttutorial
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.
  • P Offline
    P Offline
    pinna_hari
    wrote on last edited by
    #1

    How to write Validation code for Textbox control in .Js file. I am using masterPages, and the textbox control is in default.aspx. Now my aim is to write required field validation(CleintSide validation) for that textbox in validation.Js file. How to call textbox control with name txtname in validation.Js to check is it empty or not. When i Write in the pagebehind, i write like this

    function validate()
    {
    var=document.getElementId("<%= txtname.CleintID %>");
    if(var=="")
    alert("");
    return false;

    }

    when i write like above code in validation.Js file it is not working. Please provide solution for that... Thanks

    Pinna

    _ 1 Reply Last reply
    0
    • P pinna_hari

      How to write Validation code for Textbox control in .Js file. I am using masterPages, and the textbox control is in default.aspx. Now my aim is to write required field validation(CleintSide validation) for that textbox in validation.Js file. How to call textbox control with name txtname in validation.Js to check is it empty or not. When i Write in the pagebehind, i write like this

      function validate()
      {
      var=document.getElementId("<%= txtname.CleintID %>");
      if(var=="")
      alert("");
      return false;

      }

      when i write like above code in validation.Js file it is not working. Please provide solution for that... Thanks

      Pinna

      _ Offline
      _ Offline
      _AK_
      wrote on last edited by
      #2

      What you can do here is to write a function in your validation file which will accept the textbox control as parameter and will return true/false depending upon the criteria. This method you can call in the web page where your control is available.

      Apurva Kaushal

      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