Click here to Skip to main content
15,887,214 members
Home / Discussions / WPF
   

WPF

 
QuestionWCF operationcontract Pin
arkiboys22-Dec-10 3:50
arkiboys22-Dec-10 3:50 
AnswerRe: WCF operationcontract Pin
Abhinav S22-Dec-10 5:03
Abhinav S22-Dec-10 5:03 
GeneralRe: WCF operationcontract Pin
arkiboys22-Dec-10 5:18
arkiboys22-Dec-10 5:18 
GeneralRe: WCF operationcontract [modified] Pin
varshavmane26-Dec-10 22:41
varshavmane26-Dec-10 22:41 
QuestionFailed to create AppDomain Pin
hotthoughtguy22-Dec-10 3:34
hotthoughtguy22-Dec-10 3:34 
AnswerRe: Failed to create AppDomain Pin
Abhinav S22-Dec-10 5:10
Abhinav S22-Dec-10 5:10 
QuestionDesign: Passing parameters [modified] Pin
afsal qureshi22-Dec-10 0:41
afsal qureshi22-Dec-10 0:41 
AnswerRe: Design: Passing parameters Pin
_Maxxx_4-Jan-11 12:37
professional_Maxxx_4-Jan-11 12:37 
If your pop-up's job is to display first name and last name then I would guess that you probably have (for example) a Customer object, with properties of FirstName and LastName (for example)

your usercontrol could bind to such an object

your popup then would need an instance of that object to set as the datasource - so either have a public property

public Customer CurrentCustomer
{
set
   {
       //Do your databinding here
   }
}


or have a constructor which takes a Customer as a parameter, and performs the binding.

Using the property at least gives you the potential option of changing the Customer without closing and re-opening the pop up.
___________________________________________
.\\axxx
(That's an 'M')

AnswerRe: write logfile to webserver Pin
Pete O'Hanlon21-Dec-10 22:39
mvePete O'Hanlon21-Dec-10 22:39 
GeneralRe: write logfile to webserver Pin
SledgeHammer0122-Dec-10 4:57
SledgeHammer0122-Dec-10 4:57 
QuestionFlowchart control in WPF Pin
devvvy21-Dec-10 15:39
devvvy21-Dec-10 15:39 
AnswerRe: Flowchart control in WPF Pin
Abhinav S21-Dec-10 18:34
Abhinav S21-Dec-10 18:34 
AnswerBad bad bad developer Pin
Pete O'Hanlon21-Dec-10 20:15
mvePete O'Hanlon21-Dec-10 20:15 
QuestionStrange WPF Behavior Under XP Pin
Richard Andrew x6421-Dec-10 13:33
professionalRichard Andrew x6421-Dec-10 13:33 
AnswerRe: Strange WPF Behavior Under XP Pin
SledgeHammer0121-Dec-10 13:46
SledgeHammer0121-Dec-10 13:46 
GeneralRe: Strange WPF Behavior Under XP Pin
Richard Andrew x6421-Dec-10 13:50
professionalRichard Andrew x6421-Dec-10 13:50 
Questionwindows server 2003 - silverlight 4 deployment Pin
arkiboys21-Dec-10 4:13
arkiboys21-Dec-10 4:13 
AnswerRe: windows server 2003 - silverlight 4 deployment Pin
RobCroll21-Dec-10 5:22
RobCroll21-Dec-10 5:22 
GeneralRe: windows server 2003 - silverlight 4 deployment Pin
arkiboys21-Dec-10 5:29
arkiboys21-Dec-10 5:29 
QuestionDependencyProperty Validation Question [modified] Pin
seamus_mcgowan21-Dec-10 2:55
seamus_mcgowan21-Dec-10 2:55 
QuestionCustom client side deserialisation Pin
Adriaan Davel21-Dec-10 1:53
Adriaan Davel21-Dec-10 1:53 
QuestionCreating Flow chart elements dynamically using SilverLight Pin
Pari Margu21-Dec-10 0:40
Pari Margu21-Dec-10 0:40 
AnswerRe: Creating Flow chart elements dynamically using SilverLight Pin
#realJSOP21-Dec-10 1:34
mve#realJSOP21-Dec-10 1:34 
Questioncan not browse to my site Pin
arkiboys20-Dec-10 22:32
arkiboys20-Dec-10 22:32 
AnswerRe: can not browse to my site Pin
RobCroll21-Dec-10 4:44
RobCroll21-Dec-10 4:44 

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.