Permalink
Mohit on python
  • vote
    25
    0 starsmohit | Shared With: Everyone - Apr 12 2008 | free, python, books, development
    Dive Into Python

    You can download the book for free.

    Quoted: Dive Into Python is a Python book for experienced programmers. You can buy a printed copy, read it online, or download it in a variety of formats. It is also available in multiple languages.

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 - 4 days ago
    2 Favers
  • mohit - 5 days ago
    1 FaverViewed: 4 Times
VIEW ALL