This is my first question in WPF
How to show data in textbox from SQL server database? I have Employee table and like to show the name in text box
my code
<TextBox BorderThickness="2" Height="23" Text="{Binding Path=EmpNo}" HorizontalAlignment="Left" Margin="91,12,0,0" Name="
View Complete Post