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. how to handlw datagrid keypressevent

how to handlw datagrid keypressevent

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

    I am using VS.NET 2003 and ASP.NET 1.1 i want to handle keypress event i datagrid's textbox using client side script. is it possible? Thanks in advance.

    J 1 Reply Last reply
    0
    • A absprogrammer

      I am using VS.NET 2003 and ASP.NET 1.1 i want to handle keypress event i datagrid's textbox using client side script. is it possible? Thanks in advance.

      J Offline
      J Offline
      jitu gupta
      wrote on last edited by
      #2

      Yes it is possible........ i am writing some code hope which is helpful for u.. fucntion check() { var objItemDate; objItemDate = document.getElementById("dgPublish__ctl" + i + "_txtAuditDate_txtDate"); } first u find the text box in itemdatabound then call check function. and perform whaever u want. call like this: txtAuditDate.Attributes.Add("Onkepress", "javascript:return check();") if u have still problem please let me know. Thanks and Regards, jitendra

      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