This example shows how to get and set the value of RadMaskedTextBox
		control server-side. You can wire the OnTextChanged server-side         
		event which will be raised when the AutoPostBack property of the         
		corresponding RadInput control is set to true, the user types valid entry and the         
		input loses focus.    
	
	
		Change the data in any of the input controls and loose its 
	focus - its TextChanged     event will fire and returns the control value.
	
	Related Resources