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 [...]
Archive for the ‘ASP.net 2’ Category
<style type=”text/css” media=”print”> .noprint {display:none;} </style>
UFrame: goodness of UpdatePanel and IFRAME combined
Posted: 29 May 2008 in .net 1.1, .net 2.0, .net 3.0, .net 3.5, ASP.net 2, ASP.net 3.5, IIS, Internet, VS.net 2008UFrame 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 to 3-Tier Architecture
Posted: 30 April 2008 in .net 1.1, .net 2.0, .net 3.0, .net 3.5, ASP.net 2, DatabaseIntroduction 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 [...]
Difference between ASP.NET Server Controls and HTML Server Controls
Posted: 25 January 2008 in .net 1.1, .net 2.0, .net 3.0, .net 3.5, ASP.net 2, ASP.net 3.5, VS.net 2008Advantages: 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 [...]
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 [...]
The Fastest Way To Compare Two Strings Equality
Posted: 26 December 2007 in .net 1.1, .net 2.0, .net 3.0, .net 3.5, ASP.net 2, ASP.net 3.5We 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 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/