Click here to Skip to main content
15,884,629 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
fred_21-Oct-09 9:22
fred_21-Oct-09 9:22 
GeneralRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
fred_21-Oct-09 9:45
fred_21-Oct-09 9:45 
GeneralRe: Has anyone been able to make a Silverlight socket policy server work with port forwarding? Pin
Mark Salsbery21-Oct-09 10:05
Mark Salsbery21-Oct-09 10:05 
QuestionRadioButton DataBinding, without code-behind Pin
hhrafn21-Oct-09 6:38
hhrafn21-Oct-09 6:38 
QuestionRe: RadioButton DataBinding, without code-behind Pin
Mark Salsbery21-Oct-09 6:51
Mark Salsbery21-Oct-09 6:51 
AnswerRe: RadioButton DataBinding, without code-behind Pin
hhrafn22-Oct-09 0:50
hhrafn22-Oct-09 0:50 
GeneralRe: RadioButton DataBinding, without code-behind Pin
Gideon Engelberth22-Oct-09 5:31
Gideon Engelberth22-Oct-09 5:31 
GeneralRe: RadioButton DataBinding, without code-behind Pin
Mark Salsbery22-Oct-09 6:13
Mark Salsbery22-Oct-09 6:13 
In addition to Gideon's reply...

Why are you hung up on not using code behind? What's the difference
between code generated from the XAML and code you write? It's the
same class either way.

You could provide individual bool properties to bind the IsChecked
properties of each radiobutton to.

You could also use a converter to modify the IsChecked properties of the
radiobuttons into some other form, like an enum etc.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: RadioButton DataBinding, without code-behind Pin
ausadmin22-Oct-09 9:36
ausadmin22-Oct-09 9:36 
GeneralRe: RadioButton DataBinding, without code-behind Pin
hhrafn23-Oct-09 5:15
hhrafn23-Oct-09 5:15 
QuestionC# Source code to draw the real time graph using Silverlight Pin
Rameshwar Yadav21-Oct-09 2:34
Rameshwar Yadav21-Oct-09 2:34 
QuestionBinding to UserControl's inner item's property without code-behind Pin
hhrafn19-Oct-09 23:43
hhrafn19-Oct-09 23:43 
Questionhow to design page navigation window form using back and next button. Pin
@nisha 2n19-Oct-09 21:43
@nisha 2n19-Oct-09 21:43 
Questionhow to design page navigation window form using back & next button Pin
@nisha 2n19-Oct-09 21:41
@nisha 2n19-Oct-09 21:41 
AnswerRe: how to design page navigation window form using back & next button Pin
Mark Salsbery20-Oct-09 6:27
Mark Salsbery20-Oct-09 6:27 
QuestionError passing List as a parameter to web service Pin
CBenac19-Oct-09 9:17
CBenac19-Oct-09 9:17 
AnswerRe: Error passing List as a parameter to web service Pin
Nigel Ferrissey19-Oct-09 10:38
Nigel Ferrissey19-Oct-09 10:38 
AnswerRe: Error passing List as a parameter to web service Pin
Mark Salsbery19-Oct-09 11:33
Mark Salsbery19-Oct-09 11:33 
GeneralRe: Error passing List as a parameter to web service Pin
CBenac19-Oct-09 12:47
CBenac19-Oct-09 12:47 
QuestionWebcam Capturing and Broadcasting To Multiple And Receiving Requests To See Webcam ---All Via Peep To Peer Communication Pin
deepbhullar19-Oct-09 2:17
deepbhullar19-Oct-09 2:17 
QuestionO.o help hehe beginner [some what have an answer] Pin
nerra19-Oct-09 0:01
nerra19-Oct-09 0:01 
AnswerRe: O.o help hehe beginner Pin
Richard MacCutchan19-Oct-09 0:04
mveRichard MacCutchan19-Oct-09 0:04 
GeneralRe: O.o help hehe beginner [modified] Pin
nerra19-Oct-09 0:09
nerra19-Oct-09 0:09 
GeneralRe: O.o help hehe beginner Pin
Richard MacCutchan19-Oct-09 0:32
mveRichard MacCutchan19-Oct-09 0:32 
GeneralRe: O.o help hehe beginner Pin
nerra19-Oct-09 0:54
nerra19-Oct-09 0:54 

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.