Hello,
My VS2008 editior displays wiggly lines below some of the property declarations of Telerik controls.
It says the properties like ID and AjaxControlID name contains uppercase characters which is not allowed.
Are these property names case sensitive
Thanks
My VS2008 editior displays wiggly lines below some of the property declarations of Telerik controls.
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server"> |
<AjaxSettings> |
<telerik:AjaxSetting AjaxControlID="btnSubmit"> |
...... |
It says the properties like ID and AjaxControlID name contains uppercase characters which is not allowed.
Are these property names case sensitive
Thanks