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. buttons are not working on client machine

buttons are not working on client machine

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netsysadminannouncement
4 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.
  • B Offline
    B Offline
    Bhasker Pinninti
    wrote on last edited by
    #1

    Dear All, Now I am providing a solution to a web based(asp.net) application. Almost all the work completed. But the thing is that web application is working fine in my local machine. If i put that application into client's Developement server, the buttons(like submit, update) are not working on that server. If i click any button in that applcation on Dev, no event is fired. Nothing happened. What is the solution for this? what are the steps should I do to wake up that buttons? I need this ASAP........ Thanks, Bhasker P

    P 1 Reply Last reply
    0
    • B Bhasker Pinninti

      Dear All, Now I am providing a solution to a web based(asp.net) application. Almost all the work completed. But the thing is that web application is working fine in my local machine. If i put that application into client's Developement server, the buttons(like submit, update) are not working on that server. If i click any button in that applcation on Dev, no event is fired. Nothing happened. What is the solution for this? what are the steps should I do to wake up that buttons? I need this ASAP........ Thanks, Bhasker P

      P Offline
      P Offline
      Paddy Boyd
      wrote on last edited by
      #2

      Are you accessing this on a client machine? do they have javascript enabled?

      B 1 Reply Last reply
      0
      • P Paddy Boyd

        Are you accessing this on a client machine? do they have javascript enabled?

        B Offline
        B Offline
        Bhasker Pinninti
        wrote on last edited by
        #3

        I am trying to execute on another server. Javascript enabled in that machine. Thanks, bhasker

        B 1 Reply Last reply
        0
        • B Bhasker Pinninti

          I am trying to execute on another server. Javascript enabled in that machine. Thanks, bhasker

          B Offline
          B Offline
          Bhasker Pinninti
          wrote on last edited by
          #4

          I found the solution. this might be helpful for someone in future..... In WebUIValidation.js, just add this to ValidatorCommonOnSubmit. function ValidatorCommonOnSubmit() { var result = !Page_BlockSubmit; Page_BlockSubmit = false; event.returnValue = result; return result; } Thanks, Bhasker P

          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