Hi Team
I want users when the form load(loads recipes product) fine, now i want this field to fill in a color will be fetched from the store procedure?
How can achieve such in wpf?
// front end
<Label x:Name="lblColors" FontWeight="SemiBold" Visibility="Visible" Content="Colors:" HorizontalAlignment="Left" VerticalAlignment="Top" Width="179" HorizontalContentAlignment="Right" Background="#FFE3E3E3" Margin="17,142,0,-29" BorderThickness="1" BorderBrush="#FFBEBEBE"/> <TextBox x:Name="txtColor" IsEnabled="False" FontSize="10" Foreground="Black" HorizontalAlignment="Left" IsReadOnly="False" Visibility="Visible" Height="26" Margin="207,140,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="214" RenderTransformOrigin="1.19,-4.084"/>