I am a beginner trying to learn some WPF. I am using VS 2008 Pro, when I opened up WPF, it's showing codes <Window x:Class="WpfApplication1.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300">
<Grid>
</Grid>
</Window>
and not the form that I can add buttons. What am I doing wrong?
Software/Hardware used:
ASKED:
June 8, 2009 5:48 PM
UPDATED:
June 8, 2009 6:04 PM
how we can batabind checkbox inside a gridview in wpf?