Articles - Microsoft.net

Introduction: In this post i will explain how to add javascript calculation in grid view item templates. This is very impartant feature in grid view to do client side calculation on cell value changed. ...Read more
BY: Ram | Date: 22 Feb 2012 11:15:43 AM | Views: 0
How to restrict to user that he can only enter numer in text box ...Read more
BY: Ram | Date: 22 Feb 2012 09:54:06 AM | Views: 0
Article which describes how to get the same behavior for the decimal key as in Microsoft Excel for a WPF application. ...Read more
BY: Marcel | Date: 16 Feb 2012 02:14:20 PM | Views: 10
If you need session state in ASP.NET, there are three session state modes that you can choose from. Each mode offers varying degrees of performance and scalability as described in the following list:

● InProc. The in-process store provides the fastest access to session state. There are no serialization or marshaling costs involved because state is maintained within the managed memory of the ASP.NET process. The ASP.NET process is the Aspnet_wp.exe file on Windows 2000 Server, and the W3wp.exe file on Windows Server 2003. When the process recycles, the state data is lost, although you can di ...Read more
BY: Ram | Date: 14 Feb 2012 10:50:04 AM | Views: 23
If you need session state in ASP.NET, there are three session state modes that you can choose from. Each mode offers varying degrees of performance and scalability as described in the following list:

● InProc. The in-process store provides the fastest access to session state. There are no serialization or marshaling costs involved because state is maintained within the managed memory of the ASP.NET process. The ASP.NET process is the Aspnet_wp.exe file on Windows 2000 Server, and the W3wp.exe file on Windows Server 2003. When the process recycles, the state data is lost, although you can di ...Read more
BY: Ram | Date: 14 Feb 2012 10:47:42 AM | Views: 32
Besides the currently trending MVC framework, the traditional Web Forms are widely used for web applications development, so probably many of you are already familiar with them. OpenAccess ORM is an excellent choice for your Data Access Layer in such situation, as it is easy to integrate in just a few steps. ... ...Read more
BY: Vassil Petev | Date: 13 Feb 2012 07:15:30 AM | Views: 11
Have you ever wondered how to print your Telerik RadGridView and RadScheduler instances for WinForms? I guess you have. Yet, this is one of the most voted features in our Public Issue Tracking System. The good news is that Q1 2011 is close and printing support for RadGridView and RadScheduler will be a part of it. ...Read more
BY: Vassil Petev | Date: 10 Feb 2012 02:51:46 AM | Views: 46
In Telerik Reporting, the PageNumber object can only be used in the page header and page footer sections. It contains the current page number and its value is increased with one for every new page. In some scenarios, it is useful to alter the page number based on a condition and the most frequent scenario being asked is resetting the PageNumber after each group. ...Read more
BY: Vassil Petev | Date: 08 Feb 2012 10:53:04 AM | Views: 45
In Q1 2011 we introduced a highly improved version of the RadTreeView control which had all of its internal parts rebuilt in order to support full UI virtualization and customization. This allowed us to attach a new data engine that provided many new and useful features such as built-in filtering and sorting independent from the external data-sources, and support for CRUD operations. But “Is the new RadTreeView really faster than the previous one”? ...Read more
BY: Vassil Petev | Date: 07 Feb 2012 04:42:56 AM | Views: 47
In this post we can see the ways of debugging windows service ...Read more
BY: pavan | Date: 05 Feb 2012 11:48:45 AM | Views: 50
Page 1 of 32