CHAN Reference

Chan Home | Reference Home | Event Firing Order | web.config

   

Controls.Int32Box

    
  • Name Int32Box
  • CSS Class CC_Numeric
  • Type int

The Int32Box represents an input textbox which only allows a 32-bit int value to be entered. It presents its value in code directly as a nullable int and has both client and server validation folded within itself.

The end result is that you can marry a Int32Box directly to an object's int typed property or even directly to a database field without having to perform your own casting or validation.

Roadmap

  • Handle setting of Value to DBNull directly, internally casting to Int32? null