Integer Text box default value set to "0"

I cannot change the default value for an integer text box I have implemented into my system: the property value is disabled. Any suggestions?

1 Reply

AR Anupama Roy Syncfusion Team October 5, 2005 12:58 PM UTC

Hi Jonathan, You can set Default value of integerTextBox like this. this.integerTextBox1.DefaultValue = null; Regards, Anu.

Loader.
Up arrow icon