Archive for the ‘ASP.net 3.5’ Category

xVal

Posted: 18 January 2009 in .net 3.5, ASP.net 3.5

xVal is a validation framework for ASP.NET MVC applications. It makes it easy to link up your choice of server-side validation mechanism with your choice of client-side validation library, neatly fitting both into ASP.NET MVC architecture and conventions. http://xval.codeplex.com/

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 [...]

Collapse Projects This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution. This command can be executed from three different places: solution, solution folders and project nodes respectively. Copy Class This command copies a selected class entire content [...]

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/