Archive for the ‘ASP.net 2’ Category

IronSpeed

Posted: 26 December 2008 in .net 2.0, .net 3.0, .net 3.5, ASP.net 2, ASP.net 3.5

Iron Speed Designer builds database, forms, and reporting applications for .NET – without hand-coding. Quickly create visually stunning, feature-rich Web 2.0 applications that are easy-to-customize and ready-to-deploy. Iron Speed Designer accelerates development by eliminating routine infrastructure programming, freeing you to focus on our business logic. Increasingly, developers, CTOs, IT business analysts are turning to a [...]

<style type=”text/css” media=”print”> .noprint {display:none;} </style>

UFrame combines the goodness of UpdatePanel and IFRAME in a cross browser and cross platform solution. It allows a DIV to behave like an IFRAME loading content from any page either static or dynamic. It can load pages having both inline and external Javascript and CSS, just like an IFRAME. But unlike IFRAME, it loads [...]

Introduction As a developer, the .NET framework and Visual Studio present many choices for choosing the right architecture, from placing the data access code directly in the UI through datasets and data source controls, to creating a data access layer that talks to the database, all the way to creating an n-tier architecture approach that [...]

Advantages: 1. ASP .NET Server Controls can detect the target browser’s capabilities and render themselves accordingly. No issues for compatibility issues of Browsers i.e page that might be used by both HTML 3.2 and HTML 4.0 browsers code is written in the Server Controls. 2. Newer set of controls that can be used in the [...]

Ten things to do with IIS

Posted: 28 December 2007 in ASP.net 2, ASP.net 3.5

Tip 10: Customize Your Error Pages Although this is quite simple to do, few people seem to take advantage of it. Just select the “Custom Errors” tab in MMC and map each error, such as 404, to the appropriate HTML or ASP template. Full details can be found here. If you want an even easier [...]

We usually use “==” for string comparing operations. But What if the code will work 10 million times. You must use the best comparing way for minimum time consuming. We often works with strings when writing codes. Sometimes the case requires to control if two strings are equal or not. And then we usually use [...]

 If you are looking to build a successful website, here are three basic rules. Fast Speed Limited Contents Easy Navigation 1. Fast Speed First rule is, a website should load faster. When a user comes to your home page, there should be no wait. You can provide this by having only limited code and HTML [...]

FileUploadAJAX

Posted: 20 December 2007 in .net 2.0, .net 3.5, ASP.net 2, ASP.net 3.5

FileUploadAJAX is an open source ASP.NET 2.0 custom control that is similar to the predefined FileUpload control but with a key difference: AJAX behavior And what does this means? This means that with the FileUploadAJAX we can upload files in an asynchronous way and without reloading the page… that’s all! Refer http://en.fileuploadajax.subgurim.net/