Advanced Forum Search Results
-
xaml:
<WatermarkedTextBox x:Name="txtUser" Grid.Row="2" Grid.Column="2" FontSize="16">
...
-
thanks for your helping
my msn:littleqiang520@hotmail.com
-
App.xaml:
<Application.Resources>
<Style x:Key="TitleResult" TargetType="CheckBox">
<Setter Property="Foreground" ...
-
[WebMethod]
public List<TestTable> GetData(string productName,string courseId)
{
OnlineTestDataContext otdc = new OnlineTestDataContext();
List<TestTable> testTables = new ...
-
Hi sladapter, thanks for your help.
i use listbox's datatemplate and add checkbox in it.i find a question again.if i am not select listbox's item,then click current checkbox which is not checked.
-
my code:
<ListBox x:Name="lstCourse" Grid.Row="1" Grid.Column="2">
...