Click here to Skip to main content
15,922,166 members

Comments by The-vister (Top 5 by date)

The-vister 26-Sep-13 2:43am View    
I know that there are online converters and i know vb syntax and c# syntax and i can convert without any converter but in this code i am using lightswitch and i am new with it, and in the code there are xaml code it is the first time that is see xaml code in vb class. and here is my proble how to convert this xaml to use it in c#???? and thx for your help
The-vister 26-Sep-13 1:23am View    
this code in vb is working , and no error after compiling the code.
The-vister 25-Sep-13 11:27am View    
I did Try this web page for converting but no result, try it if you want and see the result
The-vister 10-Jan-12 6:06am View    
ok thx i will try it,
The-vister 6-Dec-11 3:48am View    
I did add the binding but no result appear.

the XAML Code :
<textblock name="txt1DT" height="51" removed="AntiqueWhite" text="{Binding Name}">
<textblock name="txt12DT" height="44" removed="Aqua" text="{Binding LastName}">

i did add do the 2 text box binding
for the first textbox Text="{Binding Name}"
and for the second one Text="{Bindinf LastName}"

after all this no binding appear