File Upload Custom Control in WPFThis article is about Custom control in WPF, Custom controls are also the user controls, but there is some difference between them.UserControl (Composition) Composes multiple existing controls into a reusable "group" Consists of a XAML and a code behind file Cannot be styled/templated Derives from UserControlCustomControl (Extending an existing control) Extends an existing control with additional features Consists of a code file and a default style in&n...
Read More
Windows Phone is windows mobile operating system from Microsoft.In my project, there was a requirement of Overlay panel whenever the data is requested from server (i.e., when task takes some time to execute).Here, I am going to show you a sample example of using overlay in windows phone project.Find the sample solution hereOverlay, is it a control or a property?No, the overlay is not a control or a property but it is a process which can be achieved using Popup a Class present in Windows Phone 8 ...
Read More