botdetect asp.net captcha

Dainty Date ASP.NET Datepicker 1
Dainty Date ASP.NET Datepicker 1 is a useful tool for Microsoft Visual Studio .NET which is an ideal substitute for the ASP.NET datepicker with many extra cool features including JavaScript date navigation (No Postbacks) and a range of dynamic popup features. more>>
Dainty Date ASP.NET Datepicker 1 is a useful tool for Microsoft Visual Studio .NET which is an ideal substitute for the ASP.NET datepicker with many extra cool features including JavaScript date navigation (No Postbacks) and a range of dynamic popup features. Save valuable development time and Web page space with pre-configured styles and dynamic popup formats that enhance user experience and makes deployment completely trouble free.
Page forwards and backwards or go directly to a date by selecting a month or year from the popup menus. DaintyDate gives users quick access to any date without posting a single request to the web server allowing target dates to be reached within seconds. All JavaScript, styles and images are embedded into the control so you never need worry about ensuring resource files are located in the correct server location.

Best Practice Analyzer for ASP.NET 1
Best Practice Analyzer for ASP.NET provides users with a very convenient and useful tool which scans the configuration of an ASP.NET 2.0 application. more>> <<less
Introduction to asp.net - code samples DEVT1-04
Introduction to asp.net - code samples DEVT1-04 is created as a very useful samples for everyone. more>> <<less
Kentico CMS for ASP.NET 3.1a
Complete content management system for building editable web sites on the ASP.NET platform. more>> Complete content management system for building editable web sites on the ASP.NET platform.
Kentico CMS for ASP.NET is a full-featured content management system for building web sites, on-line stores, intranets and Web 2.0 community sites. It comes with a Free Edition that can be used also for commercial projects.
Main features:
- Advanced content management system with workflow, versioning and permissions
- Easy development and deployment
- Flexible design and navigation
- Smooth integration of custom code and modules
- Full C# source code (available only with source code license)
- Multilingual, UNICODE and RTL support
- Full-text search
- News and RSS feeds
- On-line forms
- Newsletters
- Discussion forums
- Messaging
- E-commerce with PayPal and Authorize.NET support
- Blogs
- Polls
- Web Analytics
- User contributions (Wiki)
- Reporting
- Booking system
- Geomapping
- Search Engine Optimization (SEO) and web standards support
- 90+ web parts
System requirements:
Server-side Requirements
- Business/Enterprise/Ultimate
- Microsoft .NET Framework 2.0 or higher
- Microsoft Internet Information Services (IIS) or Visual Studio/Visual Web Developer 2005/2008 built-in web server
- Microsoft SQL Server 2000, 2005, 2008 (including free SQL Server Express Edition)
Hosting Requirements
- ASP.NET 2.0 (or higher) and Microsoft SQL Server 2000/2005/2008 support
- Medium-trust or full-trust permissions for the ASP.NET application
- If the server uses medium trust, ASP.NET AJAX 1.0 must be installed on the server.
- Its recommended that your hosting plan comes with 125 MB or more memory and 100+ MB database.
WebEffects 1.0 for ASP.net 1.0
Free ASP.net component used to create visual DHTML effects more>>
WebEffects provides several DHTML effects that can be used to add spice to any bland web page. WebEffects allows developers to concentrate on making good functional applications, and leaves the DHTML dirty work to itself.
WebEffects can be used in conjunction with our other package ASPXpand to make simply amazing web sites. ASPXpand also does DHTML work, however more aimed at form processing and creating a more Desktop type environment.
All of the effects provided by WebEffects can be accomplished with one line of code! Feel free to use WebEffects in any of your web applications totally FREE.
ASP.NET AJAX 1.0.61025
ASP.NET AJAX is a set of technologies to add AJAX (Asynchronous JavaScript And XML) support to ASP.NET more>>
However, ASP.NET AJAX isn?t just for ASP.NET development. You can take advantage of the rich client framework to easily build client-centric Web applications that integrate with any backend data provider.
- ASP.NET AJAX enables you to take full advantage of the capabilities of the browser to deliver richer Web experiences that work on any modern browser
- ASP.NET AJAX enables ASP.NET developers to enrich their existing Web applications with incredible ease
- ASP.NET AJAX includes a rich client-side JavaScript framework that enables easy creation and reuse of script components and rich client-side behaviors.
- ASP.NET AJAX makes it super easy to consume services from ASP.NET and to build composite applications from services on the programmable Web.
Lokad Sales Forecasting for ASP.Net 1.0.2
Lokad Sales Forecasting for ASP.Net provides sales forecasting for any ASP.Net eCommerce application more>>
Lokad ASP.Net Sales Forecasting is an open source .Net library that provides sales forecasting for any ASP.Net eCommerce application. Some applications are natively managed (see the list below) otherwise a small extension can be written to support the eCommerce application.
Supported applications
- AspDotNetStoreFront
- Commerce Starter Kit
- eCommerce Framework
- .netCART
- XSE.NET
Main features:
- sales forecasting (daily, weekly, monthly forecasts).
- reports can be browsed from the website.
- reports can be exported as CSV files (MS Excel).
- easy to deploy stand-alone DLL.
ASP.NET Upload 1.0
ASP.NET Upload fills in the gap left by browser developers and ASP.NET programmers, monitors data transfer onto the server more>>
If you find yourself in one of the above then the ASP.NET Upload component should be your answer. This component fills in the gap left by browser developers and ASP.NET programmers, monitors data transfer onto the server in a clear way, and provides the following information: overall size of the transfered file or files names of the transfered files, information about the amount of data that has been sent to the server, elapsed transfer time, estimated time remaining until end of file transfer, current transfer rate, possible graphical representation of the file transfer.
Main features:
Project integration
- The component can be integrated into a project simply using the HTTP module (by adding a single line to the Web.config file).
- The standard means of access to saved files is using Request.Files or UploadFile.File.
- It is possible to use a special button to submit data to the server.
Transfer monitoring window
- The standard means of monitoring upload is in a separate window, which is pre-prepared as part of the component.
- Furthermore you have the option to program a window of your own and thus control the information displayed in it, and modify the design to suit the needs of your application.
- You can devise your own means of displaying transfer progress and can display further information such as the progress of processing the files sent on the server.
Technical specifications - server
- Operating systems Windows 2003 .NET Server, Windows 2000 Server, Windows XP, Windows 2000 Workstation
- Microsoft Internet information server (IIS) versions 5.0, 5.1 and 6.0
- MS Framework 1.0 or 1.1
Supported and tested browsers
- MS IE 5.0 and higher
- Mozilla 1.7 and higher
- Mozilla FireFox 0.9.3 and higher
- Opera 6.0 and higher
- Netscape 6.0 and higher
Version restrictions:
- it monitors the transfer of the first half of the data only
Export Dataset to Excel from ASP.NET
Export Dataset to Excel from ASP.NET demonstrates exporting a DataSet to Excel in ASP.NET, without using the Excel object model more>>
Whats so special about this? Well, of all of the online samples we could find, none of them had any way to create multiple Worksheet tabs within the spreadsheet without using the Excel object model. Trying to fit multiple tables in a single Worksheet causes several interesting and unnacceptable formatting problems, not to mention difficulties in finding precisely the data that was desired.
This is accomplished by building and returning an XML file which is created programmatically, in an Excel-readable format. Once this file is built, it is written directly to the Response stream, and the Response ContentType and appropriate HTTP headers are set to indicate that the pages output is an Excel spreadsheet.
The resulting spreadsheet will contain a seperate Worksheet for every table in the Dataset. The Worksheet will be named the same as the corresponding Table.
This demonstration project returns all of the data in all tables of the Northwind database on the local server.
D2 StoreFront ASP.NET eCommerce Store 1.18
D2 StoreFront is designed to make it easy for you to create an online store or deploy a store solution for your clients quickly and simply more>>
D2 StoreFront ASP.NET eCommerce Store 1.18 provides you with an effective product which can create an online store or deploy a store solution for your clients quickly and simply. It includes everything a small business needs to design, build and manage its own ASP.NET eCommerce Solution capable of selling both digital downloads and traditional shipped goods. Based on ASP.NET, D2 StoreFront includes a powerful and feature rich administrative application allowing you to add and edit products, manage your user base and affiliates, send mailshots and manage your payment transactions.
Lokad ASP.Net Sales Forecasting 1.0.8
Integrate sales forecasting reports in your eCommerce application. Smart inventory management is a cornerstone of eCommerce profitability. Get daily / weekly / monthly forecasts for each product of yo more>>
Lokad Sales Forecasting for ASP.Net is an open source .Net library (released under BSD license) that features sales forecasts reports for your ASP.Net eCommerce application. If you keep too much inventory, your expenses go up. But if you reduce too much, you have nothing to sell. Smart inventory management is a cornerstone of eCommerce profitability.
Get daily / weekly / monthly sales forecasts for each product of your catalog. Reports can be directly browsed from your website or downloaded as CSV files (compatible with MS Excel). The forecasts rely on the Lokad forecasting technology. Our collaborative algorithms provide improved forecast accuracy even if the input sales data are very limited.
Lokad Sales Forecasting for ASP.Net comes as a stand-alone .Net library that can be deployed through a simple cut-and-paste into your eCommerce application.
Supported eCommerce applications include: AspDotNetStoreFront, Commerce StarterKit, MediaChase eCommerce Framework, .netCART, XSE.NET. Looking for an application not listed here? Do not hesitate to contact the Lokad email support.
Requirements: ASP.Net 2.0
Whats new in this version: Recent changes are listed at http://lokad.svn.sourceforge.net/viewvc/*checkout*/lokad/aspnet/Lokad.Web.SalesForecasting/ChangeLog.txt
<<lessForum in asp.net 2.0
Forum in asp.net is a framed forum where you can see both threads and message at the same time more>>
Main features:
- Chat included!
- Supports both Access and MS SQL
- 3 views:
- Thread / Date / BB
- Read posts remain "visited" even if you change computer
- A RSS reader from one selected source
- 3 levels membership
- User photography
- Show users online
- Private messaging (PM) system
- Secure login with hashing password, no passwords stored in db
- Smiley function included with a bunch of the best smileys available
- Stickys
- Poll system
Microsoft ASP.NET MVC 2 Preview 2 / 1.0
Microsoft ASP.NET MVC 2 Preview offers you a modern Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 SP1 runtime. more>> <<less
C#/VB ASP.Net Web Application Builder 9.04
Instantly Generate ASP.Net Ajax Web Relational Database Applications that are N-Tier, Feature-Packed, User-Friendly and Efficient - without programming! Creates readable C# code giving programmers the freedom to further customize their apps. more>> <<less
ASP.NET as Reporting Tool 1
ASP.NET as Reporting Tool delivers an advantageous tool which has function of showing how to use ASP.NET to design and execute multi-page reports for presentation in browsers. more>>
ASP.NET as Reporting Tool 1 delivers an advantageous tool which has function of showing how to use ASP.NET to design and execute multi-page reports for presentation in browsers.
Requirements: Windows XP