Click here to Skip to main content
15,891,253 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: round-robin discussion on the future of WPF and SilverLight : we'd like to see one Pin
Pete O'Hanlon29-Nov-10 4:56
mvePete O'Hanlon29-Nov-10 4:56 
GeneralRe: round-robin discussion on the future of WPF and SilverLight : we'd like to see one Pin
BillWoodruff29-Nov-10 6:58
professionalBillWoodruff29-Nov-10 6:58 
GeneralRe: round-robin discussion on the future of WPF and SilverLight : we'd like to see one Pin
Pete O'Hanlon29-Nov-10 9:10
mvePete O'Hanlon29-Nov-10 9:10 
QuestionHow to get controls from Grid.Row in runtime ? Pin
Yanshof28-Nov-10 1:20
Yanshof28-Nov-10 1:20 
AnswerRe: How to get controls from Grid.Row in runtime ? Pin
Abhinav S28-Nov-10 2:03
Abhinav S28-Nov-10 2:03 
GeneralRe: How to get controls from Grid.Row in runtime ? Pin
Tarun.K.S28-Nov-10 6:43
Tarun.K.S28-Nov-10 6:43 
GeneralRe: How to get controls from Grid.Row in runtime ? Pin
Abhinav S28-Nov-10 17:24
Abhinav S28-Nov-10 17:24 
QuestionDataForm Pin
arkiboys26-Nov-10 22:39
arkiboys26-Nov-10 22:39 
Hi,
I have been given an existing silverlight project to work on...
One of the .xaml pages is a DataForm which has the following .xaml

Can you see how I can solve the problem please?
Thanks

The problem is that when I run it, the error is:
The type or namespace name 'DataForm' could not be found (are you missing a using directive or an assembly reference?)


This is the .xaml
<UserControl xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"
x:Class="DataControls.DataFormTest"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Loaded="Page_Loaded">
<Grid x:Name="LayoutRoot" Background="White">
<toolkit:DataForm x:Name="formProductDetails">
</toolkit:DataForm>

</Grid>
</UserControl>
AnswerRe: DataForm Pin
Pete O'Hanlon26-Nov-10 23:02
mvePete O'Hanlon26-Nov-10 23:02 
GeneralRe: DataForm Pin
arkiboys27-Nov-10 13:53
arkiboys27-Nov-10 13:53 
GeneralRe: DataForm Pin
arkiboys27-Nov-10 14:04
arkiboys27-Nov-10 14:04 
GeneralRe: DataForm Pin
Pete O'Hanlon28-Nov-10 7:59
mvePete O'Hanlon28-Nov-10 7:59 
GeneralRe: DataForm Pin
RobCroll28-Nov-10 12:24
RobCroll28-Nov-10 12:24 
QuestionPrinting Problems Pin
jadughar26-Nov-10 9:00
jadughar26-Nov-10 9:00 
Questioninstalling silverlight application Pin
jadughar25-Nov-10 6:08
jadughar25-Nov-10 6:08 
AnswerRe: installing silverlight application Pin
Kunal Chowdhury «IN»25-Nov-10 7:48
professionalKunal Chowdhury «IN»25-Nov-10 7:48 
GeneralRe: installing silverlight application Pin
jadughar25-Nov-10 21:52
jadughar25-Nov-10 21:52 
GeneralRe: installing silverlight application [modified] Pin
jadughar26-Nov-10 2:07
jadughar26-Nov-10 2:07 
GeneralRe: installing silverlight application Pin
Pete O'Hanlon26-Nov-10 2:37
mvePete O'Hanlon26-Nov-10 2:37 
GeneralRe: installing silverlight application Pin
Kunal Chowdhury «IN»26-Nov-10 4:56
professionalKunal Chowdhury «IN»26-Nov-10 4:56 
GeneralRe: installing silverlight application Pin
jadughar2-Dec-10 22:49
jadughar2-Dec-10 22:49 
AnswerRe: installing silverlight application Pin
Abhinav S25-Nov-10 7:49
Abhinav S25-Nov-10 7:49 
GeneralRe: installing silverlight application Pin
jadughar25-Nov-10 8:11
jadughar25-Nov-10 8:11 
GeneralRe: installing silverlight application Pin
Abhinav S25-Nov-10 17:19
Abhinav S25-Nov-10 17:19 
GeneralRe: installing silverlight application Pin
jadughar25-Nov-10 21:10
jadughar25-Nov-10 21:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.