Permalink
talios on development and christian
  • vote
    1
    0 starstalios | Shared With: Everyone - Mar 23 2007 | christian, development
    Corporal Punishment

1 - 1 of 1 Faves

Related Content from Around Faves

developer

  • mohit
    Feb 29 2008

    You need to use an ASP:Button and not just an input if you want client-side validation in ASP.Net.

    Quoted: The onclick attribute, along with the script, is added inside the AddAttributesToRender method of the Button control. The WebForm_DoPostBackWithOptions function can be examined in the rendered web resource JavaScript file within Visual Studio 2005, as explained in the above section. This function is in the resource file named WebForms.js. The function takes an argument of type WebForm_PostBackOptions. This function is also responsible for invoking the Page_ClientValidate function, which sets the value of the Page_IsValid member. The complete validation process triggered by the click of a button process can be summarized in the workflow below.

    1 FaverViewed: 10 Times
  • talios - 5 days ago
    2 Favers
  • mohit - 5 days ago
    1 FaverViewed: 4 Times
VIEW ALL

christian

VIEW ALL