Prev 1 2 3 4 5 6 7 Next
|
|
Problem: When using paging with ASP.NET DataGrid, you have to refecth and rebind data with every page shift. Most of the data transfered from the data souce to the web server will be discarded. This will seriously affect scalability and the performace experienced by the user. - Solution: Cache the data on the web server and use an object to manage the cache without efforts from the ASPX page programmer. More info |
|
|
|
|
|
ASP.NET offers a novel programming model and infrastructure that facilitates a powerful new class of applications. ASP.NET is a compiled. NET-based environment, so one can author applications in any .NET compatible language, including Visual Basic, C# and Jscript.NET. More info |
|
|
|
ADO.NET implements a completely new model for accessing data and storing data in the memory. With this in mind, the way to work with hierarchical data is also changed. This article will try to cast some light on the changes and the new way of thinking. More info |
|
|
|
Here's another neat realtime chat client using AJAX and ASP.Net. Minimalistic, fast, and easy to use :) More info |
|
|
|
ASP.Net simplifies many things but data binding simple controls like textboxes and checkboxes leaves a lot to be desired. Databinding is one-way only and you end up doing lots of repetitive work to publish your data. In this article I'll show you how simple databinding in .Net works and then show how to create custom controls that implement two-way binding to make short work of creating databound forms. More info |
|
|
|
Want to embed the power of ASP.Net into your application to provide rich and dynamic HTML displays? Add the ability to dynamically execute script code that is changeable after compilation? Then take a look at hooking the ASP.Net runtime into your own applications. This article describes what it takes to integreate the ASP.Net runtime in desktop apps and provides an easy to use class that makes integration a matter of a few lines of code. More info |
|
|
|
.NET provides rudimentary support for storing and retrieving configuration settings out of .config files. But there are a number of important features missing. Find out how to build a better mousetrap by creating a class that provides strong typing, read/write capability and encryption for values stored in your configuration files. More info |
|
|
|
PayPal provides one mechanism to process payments on the Internet. While it's not the first choice for payment processing for typical e-Commerce sites it does provide additional choices for those customers that don't feel comfortable paying by credit card over the Web. This article describes PayPal integration from the perspective of a full featured e-Commerce application and focuses on integrating PayPal seamlessly into this environment. More info |
|
|
|
This article describes a simple function who get the duration time call of your asp scripts. More info |
|
|
|
This article shows how to make one ATL COM component with crypt/decrypt functions and how to use it in ASP programs. It shows also how to register a component in MTS. More info |
|
|
| Prev 1 2 3 4 5 6 7 Next |