-
Google PR 1Trustworthiness Good
-
Avg. Daily Visitors N/AChild Safety Unknown
-
Avg. Daily Pageviews N/APrivacy Good
Lee's corner
Domain info
Location: | United States |
Registrant: | Automattic, Inc. |
Hosted by: | Automattic, Inc |
Registrar: | MarkMonitor Inc. |
Subnetworks: | 192.0.78.12, 192.0.78.13 |
Social Media Activities
- Facebook likes: -
- Twitter mentions: 1
- Google pluses: -
- LinkedIn mentions: -
- Pinterest pins: -
- StumbleUpon views: -
Web Safety
- This website is malware-free.
- Status ok
Sites associated with the same registrant
Whois
Leeontech.wordpress.com popular pages to visit
Lee's corner
Lee's corner
Thanks
Lets say we have
public string Name { get; set; }
}
}
List<customers> = new List();
customers.Add(new PreferredCustomer { Id = “2”, Name = “customer..2”, Discount=10 });
custo...
Getting the control inside a DataTemplate – Lee's corner
Here is one way we can get to the Control inside a DataTemplate lets start with the following XAML in the page <UserControl x:Class="SilverlightApplication1.Page" xmlns="http://schemas.microsoft.c...
DataGrid sample with SelectAll Checkbox | Lee's corner
Here is a one way of getting the SelectAll functionality in DataGrid the DataGrid is defined like this <my:DataGrid x:Name="myDataGrid" VerticalAlignment="Top" ...