Pages

Sunday, April 26, 2009

Download Barcode Studio - Barcode Maker Software

For barcode developers it would be a very useful website where they can find the tools to develop barcode applications include the detailed documentation.

Click here for details .....

Free Progress Bar for ASP.NET

Feature Highlights:

  • Completely FREE
  • Cross browser, cross platform
  • Works Great with Long Running Server Side Task
  • Fully Customizable
  • Percentage Number Support
  • Client side JavaScript interface
Click here for details and download .....

Saturday, April 25, 2009

ASP.NET, MySQL and Paging

In this article we will create a simple one page ASP.NET web application, implementing paging using the cool MySQL feature LIMIT and SQL_CALC_FOUND_ROWS.

One of the coolest things about MySQL is some of its non standard features. It might sound like a weird thing to say, but being a web developer I just love the simplicity and performance MySQL gives me when it comes to paging. Cause in the typical web app you need paging.

Click here to read article in details ......

ASP.NET JW FLV Flash Video Player Control

ASP.NET JW FLV Flash Video Player Control is FREE custom ASP.NET Control that enables ASP.NET Web application to manipulate and show Flash video files on web page by using server side ASP.NET code. Since Flash is client side technology, this control uses JW FLV Player on client side.

Click here for details .......

ASP.NET Online Forum

ASP.NET Forum Share the knowledge and get all the help you need to start developing secure ASP.NET Web applications and share your development issues.

Click here for download this forum .....

Free Statistical Tool for any ASP.NET website

miniStat .net is a simple yet robust hit tracker/ hit counter. It provides statistical information on the users to any asp.net website. It tracks unlimited users and is only limited to the size of your database. miniStat .net tracks your user?s hits, unique hits, referring domains, search engine queries, operating system, browser type, recent referrers, and languages. All of this for free. It is intended to be an open source development project where asp.net developers can use free of license or charge, it can also be added on to. The hope is to create a powerful opensource asp.net statistical tool that is 100% free.

Click here for details ......

Outsource .NET Development

Microsoft .NET Framework 3.5 penetrates the websphere with a projectile force - re-engineering your workflow to provide secure cubical for developers. More to know ....

Click here for details ......

Thursday, April 23, 2009

ASP.NET tutorials for beginners

A huge collection of simple tutorials will guide you through various stages of web programming.

Click here to get complete tutorial of ASP.NET for beginners

dotNet CMS and dotNet web development

dotNet CMS is a customised content management system based on Microsoft's .Net framework, and the DNN CMS development framework.

dotNet CMS is an advanced content management system with a similar feature set to web2growCMS. However it is better suited for clients that:

  • Are looking to integrate their website more fully into Microsoft backend systems;
  • Need extensive CMS functionality (eg forums, secure areas, paid downloads, fully featured integrated shopping cart);
  • Are developing an Intranet or Extranet; or
  • Require custom development.
Click here for details ......

Wednesday, April 22, 2009

How to create a CustomValidator for testing for certain file types such as GIF or JPG Images

Click here to see that how to create a custom validator that checks that an uploaded file is either a Jpeg or Gif with client-side and server-side validation.