Skate through code..
Wednesday, 7 May 2014
WPF - How to use FileOpenDialog, SaveFileDialog, PrintDialog
›
Unlike in Windows Forms, WPF doesn't have a FileOpenDialog component in the Controls toolkit. But you can access the Dialogs classes fr...
Tuesday, 6 May 2014
C# - How to check if a column exists in a DataRow
›
It's a common requirement when you work with DataRows to check if a column exists. The next check would be if the column has a value whi...
Wednesday, 23 April 2014
Install Telnet Client on Windows
›
You must be logged in as a user with Administrator role to add Telnet client capabilities. Install Telnet Client by using a command line ...
Thursday, 3 April 2014
Check installed .NET version - Command line
›
Here is a quick and easy way to find the .NET versions installed on your machine. This can be used on any machine either development or ser...
2 comments:
HTTPHandler Error - 404 Not Found
›
If your Web.Config is like below: <httpHandlers> <add verb="*" path="myhandler.api" type="MyAssembly.MyHa...
1 comment:
Saturday, 8 March 2014
Windows Phone - TextWrap in TextBlock
›
How to enable text wrapping in Windows Phone XAML TextBlock. Its simple by setting the "TextWrapping" property to "Wrap...
Windows Phone - Set the width of Grid to 100%
›
I have a ListBox and within its ItemTemplate, I have a Grid, and the Grid has rows with 2 columns each. My intention is to have the ListBox...
‹
›
Home
View web version