Archive for the 'programming' Category
RadControls ComboBox
06Nov08
When doing any kind of validation on your aspx pages, you must go back and set the CausesValidation property of most of your controls to “false”. My RadComboBox wasn’t firing any postbacks until I did that. I also had to set the same property on all my RadTabStrips because by default, they want to validate [...]
Filed under: programming | Leave a Comment
Tags: aspx, c#, rad controls, radcombobox, radtabstrip, telerik