.NET - C# / SQL / Database / WPF

Job ID: 34133787

Budget: €6 – €12 EUR

1 tasks, maximum processing time 2 hour

using System.Data.Odbc;
using System.Data;

------------------WPF - Data Binding-------------------

<ListBox.ItemTemplate ItemTemplate="{StaticResource meinTemplate}">
<DataTemplate>
<DockPanel>
<TextBlock Text="{Binding name}" FontWeight="Bold"
DockPanel.Dock="Left" Width="85" >
</TextBlock>
<TextBlock Text="{Binding beschreibung}"
FontWeight="Thin" Width="90">
</TextBlock>
</DockPanel>
</DataTemplate>
Related categories: .NET SQL C# Programming WPF