Friday, August 10, 2012

[Silverlight] Checkbox List within ListBox using DataTemplate

[Silverlight] Checkbox List within ListBox using DataTemplate


[Silverlight] Checkbox List within ListBox using DataTemplate

Posted: 17 Jul 2012 08:34 PM PDT

DataTemplates in Silverlight are typically used for visual representation of your data.Data Templates are allow you to define a custom way in which the data should be display in a Control. They are particularly useful when you are binding an ItemsControl such as a ListBox to a collection. In this article, I have demonstrated how to declare DataTemplates in XAML and to read and apply them at runtime. Also one more thing over here is bind check box list in DataTemplate.

Listing all printers attached to a user

Posted: 19 Jul 2012 03:40 AM PDT

This code list the associated printers including network printers that are attached/installed under a windows user account. This code is useful in Web/WCF services. and it also useful to get the printer for a given Active directory user

C# Essential Language Features Part 1

Posted: 03 Aug 2012 02:21 PM PDT

We are going to start looking into some basic and advanced C# Language features in this article. I will be covering some features which are good to know as general and while implementing the MVC application.

Nokia Asha 305 and Their Full Features

Posted: 04 Aug 2012 11:04 AM PDT

This is the new product of Nokia mobiles which is released in August 2012 with new features and application.This is touch mobile phone and have lot of application for user.This mobile has 2 mega pixel camera and dual Sims Phone.This article provide full specification about Nokia Asha 305, their price and other hardware information.If you have plan to buy this mobile then please read this article and n then decide.

Samsung Galaxy Ace Duos S6802 Their specification and Features

Posted: 04 Aug 2012 11:22 AM PDT

Samsung Galaxy Ace Duos S6802 is new and advance product of Samsung electronics.This Dual Sims mobile phone give lot of application and feature with Good Battery back and High quality Camera which is 5 Megapixel .This article provide full specification and features about Samsung Galaxy Ace Duos S6802.So before purchasing this mobile please read this article and for reference please print this page for consideration.

Printing aspx page wtithout viewing the content

Posted: 06 Aug 2012 01:20 AM PDT

Often we need to print an aspx page without viewing the page. Suppose we are on an aspx page which has a print button. Now clicking on print button should print particular portion of the page instead of printing the full page.

How to check whether a character is present in the value of given XPath of XML file?

Posted: 06 Aug 2012 09:57 PM PDT

There is a sample code to check whether any particular character is present in XPath in xml file or not. User can set xpath , expected character and xml file dynamically to check this. Code has been developed in C# whereas application is windows based.

How to check whether a expected element value length is present in the value of given XPath of XML

Posted: 06 Aug 2012 10:17 PM PDT

There is a sample code to check whether any expected element value length is present in XPath in xml file or not. User can set xpath , expected element value length and xml file dynamically to check this. Code has been developed in C# whereas application is windows based.

How to save datatable as a .csv file?

Posted: 06 Aug 2012 11:52 PM PDT

Code is written in C# and application is windows based application. You can create a class library and put this code snippet in to it and call whenever it is required. .CSV is a comma seperated file.

How to check whether an element is present in the expected range at xpath in XML file?

Posted: 07 Aug 2012 12:39 AM PDT

There is a sample code to check whether any element comes under expected range given by user in XPath in xml file or not. Code has been developed in C# whereas application is windows based. Scenario has been explained for more clarity.

Image Compression in ASP.NET using C#

Posted: 07 Aug 2012 06:08 AM PDT

This is an example for Image compression in ASP.NET using C#. System.Drawing.Imaging Namespace is used and class EncoderParameter, Encoder and EncoderParameters are used to compress the given image. Image compression will reduce the Bandwidth usage in the networks and can be sent quickly via mails.

How to check whether user defined date format matches with element value’s date format at XPath?

Posted: 07 Aug 2012 11:50 PM PDT

There is a sample code to check whether any element value's datetime format matches with the format given by user in XPath in xml file or not. Code has been developed in C# whereas application is windows based.

How to create XML file with dynamic data using C#?

Posted: 08 Aug 2012 03:50 AM PDT

There is a sample code to create XML file with dynamic data. Code has been developed in C# whereas application is windows based. Scenario is used for businessrule but you can use this for any other approaches also.

How to maintain the log file to track application performance using C#?

Posted: 08 Aug 2012 10:18 PM PDT

There is a sample code to check performance of the application by calculating execution time which is required for each and every methods in application. Code has been developed in C# whereas application is windows based.

How to find the open and closed port list

Posted: 08 Aug 2012 11:24 PM PDT

In this article, I will explain how to find the open and closed port in the given ip address or host name.It is very simple and basic code.try to connect the socket.if it is connected port is opened otherwise port is closed.

Nokia X1-01 Full Features and Applications

Posted: 09 Aug 2012 03:04 AM PDT

This article provide full Information about Nokia x1-01.This mobile released in June 2011.This is dual Sim phone using easy to swapping technology. This mobile is available in Red, Dark Grey, Ocean Blue, Orange, White colors.If you have a plan for purchasing then read the article before and for reference print this page.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home