Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have a silverlight application in which i am doing validation my code is like this



XML
<toolkit:DataField IsRequired="True" Label="Incident Type" VerticalAlignment="Center" >
                           <SIMSTagComboBox VerticalAlignment="Center" HorizontalAlignment="Left" Height="25" Width="220"  TagTypeID="9" SelectedValue="{Binding Guid1, Mode=TwoWay}"   />
                       </toolkit:DataField>



In this when I left the incident Type field as empty I am getting error message as "Input string is not in correct format" .I want to customize this message as "Please enter the value in Incident type".Please provide some help.

Regards
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900