Search results for query: *

  • Users: here2learn
  • Content: Threads
  • Order by date
  1. H

    Text_Changed event not being generated

    Hi, I am using javascript on a dropdownlist event to opena calendar window and on selection of a date return this into a textbox on my parent form, as javascript is being run as client script no PostBack occurs to generate the Text_Changed event for the textbox Does anyone know howto to get...
  2. H

    sorting array of structures using CompareTo

    Hi, has anyone got a simple solution to sorting an array of structures using the IComparable.Compare interface and the array.CompareTo method ? the structure contains an integer and double field, I want to sort on the double field any help ? cheers :confused:
Back
Top