Microsoft.NET

Share

Kendo UI Development: Your smart app deserves a beautiful design Kendo UI is an HTML5, jQuery-based widget library we use to build present-day web apps. The framework features lots of UI widgets, a rich data visualization framework, an auto-adaptive Mobile framework, and all of the tools needed for HTML5 app development, such as Data Source, […]

Continue Reading  

Share

.NET Development: time-effective and cost-competitive .NET Framework is an open source software framework developed by Microsoft that runs primarily on Microsoft Windows, but extending to run on Mac OS platforms and Linux. It includes a large class library known as Framework Class Library (FCL) and provides language interoperability (each language can use code written in […]

Continue Reading  

Share

If you want to enable Server Filtering on Kendo Grid, first step is to tell Kendo that you want to enable that functionality because, by default, the data source performs filtering on client side. var dataSource = new kendo.data.DataSource({ transport: { read: function (options) { var filter = options.data.filter; /* send the filter to the […]

Continue Reading  

Share

This article explains how to request elevated privileges for windows applications running under Windows Vista or 7, where UAC is enabled. If an application requires administrator right, you have to pass through the UAC elevation process.

Continue Reading  

Share

There are many examples of how you could use a ComboBox as a RadGrid filter but if you would like to use check boxes inside that ComboBox you’ve got your work cut out for you. This article is going to make you life easier and give you an example of how you could achieve that. 

Continue Reading  

Share

The Telerik ComboBox for ASP.NET allows you to define an ItemTemplate which gives you the possibility to customize the appearance and functionality of the ComboBox. This article provides an example on how to place a multi-select TreeView inside an ItemTemplate, handling the selection on client side and how to process the data on the server […]

Continue Reading  

Share

The Telerik RadGrid for ASP.NET Ajax allows custom filtering on date columns by using JavaScript.

The user will normally need to be able to filter the date columns by writing a date inside the RadDateInput control and then pressing a key (e.g. Enter) or by choosing a date from the DatePicker filter control. Date validation can be done before actually doing the filtering. Also, other checks can be performed according to the logic of the application.

Continue Reading  

Share

            Recently, I worked on a mobile device application and I had to insert about 50000 rows into a SQL Server CE database. NET Compact Framework offers some ways to complete this task including using of DataAdapter and DataSet objects, parametrized queries or SqlCeResultSet(table-direct mode). Considering that the first way is the slowest I will not […]

Continue Reading  

Share

Two reason to scale grayscale image without interpolation: intepolation add new color in image .net GDI mechanism can’t return image in 8 bits – pixel format Demo project When a image is scaled with a scaling factor greater then 1, the image get black pixels, to fill black pixels exist 3 well known algorithms

Continue Reading  

Share

As you know, Snippets are available since Visual Studio 2005 and Add-Ins since Visual Studio 2003, but we rarely asked “Can these help our work?”. Yes, they do. It’s not important how they are created, for this are many tutorials available, important is how those could help us.

Continue Reading  

By continuing to use the site, you agree to the use of cookies. More information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close