Click here to Skip to main content
15,868,025 members
Home / Discussions / WPF
   

WPF

 
QuestionThrowing videos using Silverlight Pin
pavanip19-Apr-09 20:24
pavanip19-Apr-09 20:24 
AnswerRe: Throwing videos using Silverlight Pin
Michael Sync23-Jul-09 20:47
Michael Sync23-Jul-09 20:47 
QuestionCFormView in WPF Pin
Member 377636719-Apr-09 18:13
Member 377636719-Apr-09 18:13 
AnswerRe: CFormView in WPF Pin
Pete O'Hanlon19-Apr-09 21:52
subeditorPete O'Hanlon19-Apr-09 21:52 
QuestionPerformance - Memory Usage Pin
Jammer19-Apr-09 9:24
Jammer19-Apr-09 9:24 
AnswerRe: Performance - Memory Usage Pin
Roman Lerman20-Apr-09 22:14
Roman Lerman20-Apr-09 22:14 
GeneralRe: Performance - Memory Usage Pin
Jammer21-Apr-09 8:26
Jammer21-Apr-09 8:26 
QuestionDatabinding in UserControl [modified] Pin
mikla52119-Apr-09 6:43
mikla52119-Apr-09 6:43 
I'm stuck (as usual).
A have a user control with 6 textboxes. But to make it easier, I'm trying to break down the problem a bit and lets say there is one textbox.
USERCONTROL1.XAML:CS
public partial class AttenuationBox : UserControl
{ 
    private String justAtest;
    public String ATest { get { return justATest; } set { ...

    public String LowChRx
    {
        get { return tbLowChRX.Text; }
        set { tbLowChRX.Text = value; }
    }
...
}

USERCONTROL1.XAML
<textbox name="tbLowChRX" text="{Binding Path=ATest}"></textbox>


Now I want tbLowChRX to be bound to justAtest. But just can't get it to work. Must be something I have missed in Source or Path or...

modified on Sunday, April 19, 2009 12:49 PM

AnswerRe: Databinding in UserControl Pin
Mark Salsbery19-Apr-09 7:44
Mark Salsbery19-Apr-09 7:44 
GeneralRe: Databinding in UserControl Pin
mikla52119-Apr-09 18:38
mikla52119-Apr-09 18:38 
GeneralRe: Databinding in UserControl Pin
Mark Salsbery19-Apr-09 19:13
Mark Salsbery19-Apr-09 19:13 
QuestionError Pin
Saiyed Alam18-Apr-09 5:43
Saiyed Alam18-Apr-09 5:43 
QuestionLoad MFC CFormView from WPF Pin
Member 377636718-Apr-09 0:17
Member 377636718-Apr-09 0:17 
AnswerRe: Load MFC CFormView from WPF Pin
Mark Salsbery19-Apr-09 7:54
Mark Salsbery19-Apr-09 7:54 
QuestionTabcontrol layout with Prism Pin
Abhinav S17-Apr-09 20:00
Abhinav S17-Apr-09 20:00 
QuestionUnselect text in textbox on textbox lostfocus event. Pin
pc.rajesh.singh17-Apr-09 4:45
pc.rajesh.singh17-Apr-09 4:45 
AnswerRe: Unselect text in textbox on textbox lostfocus event. Pin
sivaddrahcir20-Apr-09 7:26
sivaddrahcir20-Apr-09 7:26 
GeneralRe: Unselect text in textbox on textbox lostfocus event. Pin
pc.rajesh.singh23-Apr-09 23:53
pc.rajesh.singh23-Apr-09 23:53 
GeneralRe: Unselect text in textbox on textbox lostfocus event. Pin
sivaddrahcir24-Apr-09 7:58
sivaddrahcir24-Apr-09 7:58 
QuestionHow to download file from a physical location in Silverlight? urgent......... Pin
salon17-Apr-09 3:49
salon17-Apr-09 3:49 
AnswerRe: How to download file from a physical location in Silverlight? urgent......... Pin
Mark Salsbery17-Apr-09 8:42
Mark Salsbery17-Apr-09 8:42 
AnswerRe: How to download file from a physical location in Silverlight? urgent......... Pin
Braulio Dez17-Apr-09 9:01
Braulio Dez17-Apr-09 9:01 
GeneralRe: How to download file from a physical location in Silverlight? urgent......... Pin
salon18-Apr-09 0:26
salon18-Apr-09 0:26 
GeneralRe: How to download file from a physical location in Silverlight? urgent......... Pin
Braulio Dez18-Apr-09 9:06
Braulio Dez18-Apr-09 9:06 
Questionapp.config --&gt; xaml? [modified] Pin
devvvy16-Apr-09 23:55
devvvy16-Apr-09 23:55 

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.