Hi I am using MVVM model and i followed http://firstbit.blogspot.com/2011/07/wpf-c-ipaddress-control.html for IP control. But when i apply binding its not showing in the control. Can any one help me.
cs:IPAddressControl Text="{Binding ViewData.StartIP,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" DataContext="{Binding}" x:Name="startIPControl" Grid.Row="3" Grid.Column="1" VerticalContentAlignment="Center" OverridesDefaultStyle="False">
</cs:IPAddressControl>