Browse by Tags

Related Posts

  • Checking Form Element's Default Values to determine if Form Has Changed

    Has anyone else attempted to write a function that does this in javascript? I have successfully created a function that does so, but it doesn't seem to work due to postbacks. What the function does is loops through the form and checks each element. It checks the element to see if it's default value ...
    Posted to Client Side Web Development (Forum) by FrankM on 03-20-2007, 12:00 AM
    Filed under: javascript:, javascript, control, Validation, client, asp.NET, ASP.NET 2.0
  • Trouble Implementing ASP.net Client Callback Feature

    I am attempting to implement the ASP.NET 2.0's client callback feature. My client side script looks similar to the following so far: function PrimeKeyCheck(sender, args) { var numberOfRecords=0; var hiddenField = document.getElementById("< %=NumOfRecordsHiddenField.ClientID% >");...
    Posted to Client Side Web Development (Forum) by Shea L. Fox on 06-27-2007, 12:00 AM
    Filed under: client-side validation, client, validation, using client side script with asp.net 2.0 server controls, asp .net 2.0 webforms, custom validator, C# Function Calling from Javascript, validator
  • Javascript Confirm() problem with ASP.net Validation Controls

    Hi everybody In my web-application I wanted user to be prompted with a confirmation message whenever he/she attempts to save the record (by clicking SAVE button). For that purpose i implemented following javascript code: btnSave.OnClientClick = "return confirm('Are are sure you want to apply...
    Posted to Client Side Web Development (Forum) by Dhuka on 09-27-2007, 12:00 AM
    Filed under: Validation, javascript in asp.net, client, Javascript Confirmation Dialog, ASP.NET 2.0, javascript asp.net, Validation Controls, ClientScript, javascript confirmation, postback, client side validation, Script, validation on client end
Page 1 of 1 (3 items)