Most Popular Scripts | ASP.NET
WebSQL for .NET
posted bydeepakinDatabase Tools
This is a small tool created in ASP.NET Web Form and C# Code. You can use it to dynamically view a Microsoft Access database that is accessible from the virtual directories of the IIS.
Reviews0
PriceFree
Views4092
Simple easy ASP.NET CAPTCHA Tutorial
posted byhighwingersinImage Manipulation
I will show you how to create a ASP.NET Captcha control without using any HTTP HANDELRS or what so ever. you can easily plug it into your web pages.All you need to do is Create a ASPX page, that ASPX page will have a content type of image/jpeg, then within the code-behind file of that asp page we will be using system.drawing namespace to create a dynamic image.
Reviews0
PriceFree
Views1729
EO.Web Editor
posted byaspxlabinWYSIWYG Editors
EO.Web Editor is a highly customizable, feature rich and light-weighted WYSIWYG HTML Editor designed for ASP.NET. Feature highlights: * Consistent XHTML compatible output across all supported browsers; * Light-weighted but feature rich design; * Extensive customization/localizatio n options; * Completely client side JavaScript API; * Seamlessly integrated with EO.Web SpellChecker and EO.Web ColorPicker; * Seamlessly supports standard ASP.NET validator controls; * Supports all major ASP.NET versions and ASP.NET AJAX;
Reviews0
PriceUSD 149.00
Views1563
ImageProperties .NET
posted bysprunskyinImage Manipulation
ImageProperties .NET control reads and writes a comprehensive range of meta data from image files.
This includes many EXIF types and image properties like Resolution and Color depth, Author, Title, Comments, photo properties like Creation date, Camera model, Shutter ISO-speed, Flash mode and a lot of other standard and some software or camera manufacturer-specific properties.
The information stores in file and moves with the file so you never need to worry about losing it.
Reviews0
PriceFree
Views2359
.NET ImageUtil
posted byinfoinImage Manipulation
Parses all major digital camera image meta tags (camera make, model, ISO, shutter speed, comments etc.). Additionally provides shared/static resize methods that let you specify the exact height and width or just the longest side to automatically maintain aspect ratio. Both .resize methods preserve the original meta data in the new copy!
Reviews0
PriceFree
Views3001
KBVault (MySQL)
KBVault is a free knowledge base web application. This is the latest release with tags for articles.
Features
Bootstrap framework both for backend and frontend visual stuff.
Uses MySQL
Easy to use HTML Editor (CKEditor) with integrated FileManager.
Scheduled publishing ( Specify article publication date and expiry date )
Save articles as draft
Keep track of article views and likes
Sharing of articles via ShareThis
Suggest matching articles via autocomplete during search
Primitive PDF Export
Tags for articles
Attaching files to articles via uploadify
Suggest similar articles based on most matching tags while viewing article
Once logged in, add new articles and change existing ones while browsing site.
Let visitors comment articles via Disqus
Reviews0
PriceFree
Views716
MyDump
posted bypagoloinDatabase Tools
MySQL Dump for .NET. With this DLL a developer can give to his desktop or web application the ability of dumping an entire MySQL database. You can also select specific tables from your db.
Reviews0
PriceFree
Views1117
Asp.net c# event calendar
posted byshawpnenduinTutorials & Tips
Tracking events based on date is one of the most common requirements in our daily lives. Event calendar is one of the most popular solution where user can easily track his/her or agents or subordinates daily most important activies. Most of the free components probably can't implement your demand. In asp.net you can use calendar control to fullfill custom demands. But i am trying to develop a calendar without using calendar control. To do this i choose DataList because here i can define column no & repeat direction which make me interested. I want to produce my output like below:
Reviews0
PriceFree
Views1892
Basics of .NET remoting
posted byhandy01inTutorials & Tips
This article will explores about .NET remoting. .NET remoting is a technology that allows you to invoke or accessing objects on remote server. For those who are familiar with Java technology, it is called RMI (Remote Method Invocation) in java world. .NET remoting supports accessing your objects by using HTTP,TCP and IPC channels. Similar with Web Services, .NET remoting also support calling your objects via HTTP protocol. However Web Services provide platform independence and you also get loose coupling between your client server objects which means that easier to deal with versioning issues.
Unlike Web Services, .NET remoting requires both of your client and server objects running on the same .NET Framework version. and it has a tight coupling between client and server because the same object types are shared.
Reviews0
PriceFree
Views919
Karamasoft UltimateTabstrip - ASP.NET Tabstrip & MultiPage
posted byinfoinSite Navigation
UltimateTabstrip is a tabstrip and multipage control for ASP.NET. Pick one of the built-in schemes, and override it to build your own tabstrip style. Display the content of the active tab on mouse click or on mouse hover. Place your tabstrip control inside a master page or a user control, and create your own website navigation. Create hierarchical and multi-line tabstrip structures. Extensive Server-Side API and Client-Side API. Built-in support for UltimateAjax and ASP.NET AJAX. Section 508 Compliant with keyboard support. Supports .NET 1.1, 2.0 and 3.5.
Reviews0
PriceFree
Views2030
ASPNetSpell - The Spell check Component for ASP.Net Website TextBoxes
posted byJacob.mellorinContent Management
This Asp.Net Spell-Check component provides international spellchecking for your ASP.Net web forms. It can be installed and integrated into most applications in a few minutes. AspNetSpell behaves very similarly to MS Word's own spellchecker, making it familiar to users. The software includes familiar features such as Grammar Checking and Personal Dictionaries. AspNetSpell is compatible with ASP.Net 1 and 2 (C# / VB.Net / J# / C++ .Net). The code it delivers is W3C HTML and XHTML compliant, and has a good degree of accessibility.
AspNetSpell has excellent international language support. In addition, you can setup custom dictionaries from text files. The primary languages supported are:
Danish, English (Australia), English (Canada), English (International), English (UK), English (USA), French, German, Italian, Dutch, Portuguese, Spanish & Swedish.
ASP-Net-Spell has a free trial - and integrates with the Visual Studio ToolBox.
Reviews0
PriceFree
Views2284
Multithreading in ASP.NET
posted byBeansoftwareinTutorials & Tips
Explains how to use threads to enable multitasking in ASP.NET applications. Performance and responsiveness are most the important key issues in the success of your web application. Sometimes you need to perform a long time task, that uses intensive CPU operations.
A common solution to this problem is the use of multithreading.
Reviews0
PriceFree
Views2256
DataSet and DataAdapter in ASP.NET 2.0
posted byBeansoftwareinTutorials & Tips
Datasets store a copy of data from the database tables. However, Datasets can not directly retrieve data from Databases. DataAdapters are used as a link between them.
This tutorial explains how to manipulate data in database using DataSet and DataAdapter objects.
Reviews0
PriceFree
Views2453
Working with the Wizard Control in ASP.Net 2.0
posted byBeansoftwareinTutorials & Tips
The ASP.NET 2.0 Wizard control simplifies many of the tasks associated with building a web application. In this tutorial we will look at the basics of the Wizard Control by creating a simple data collection form and then advance to simulate an online test wizard that will be generated dynamically.
Reviews0
PriceFree
Views2418
ASP.NET 2.0 Tutorial : Code Directory
posted bysanereddyinTutorials & Tips
ASP.NET 2.0 Tutorial : Code Directory - In this tutorial you will having a deeper look at the Code Directory, the Code Beside Model and the evolution of the Code Behind model, learn about Partial Classes, Sharing Source components, Creating a Component, you will learn how to create a Application_Code folder, to create a component in the Application_Code folder and use a component.
Reviews0
PriceFree
Views1782
VB.NET 2005 Tutorials: Adding Controls
posted byJohn_JacobinTutorials & Tips
VB.NET 2005 Tutorials: Adding Controls - In this tutorial let's discuss about Adding Controls to a Windows Form, Adding Controls using Windows Forms Designer, Adding Controls Dynamically and Setting properties of Controls. Sample source codes used in this tutorial are included. Forms are containers for control objects. All controls have properties, methods and events that can be used to customize their functionality. Controls can be manipulated in the designer mode and code can be added to dynamically add controls at run time.
Reviews0
PriceFree
Views2359
ASP.NET ComboBox
posted byandreipoginSite Navigation
APNSoft ComboBox is a professional replacement for the classic ASP.NET ComboBox (ASP.NET DropDownList) component.
It provides a powerful, unique and useful capabilities for building web application user interface. You can use icons, separators, user-defined slider arrows, rulers, backgrounds, etc.
Developed as a fully managed .NET server control it generates DHTML output using an XML source with the ComboBox structure that can be obtained from a static file or programmatically. Also, the product includes intelligent behaviour support: auto and smooth content scrolling, transition effects, etc.
APNSoft ComboBox is a flexible, reliable, powerful and easy to use product. It generates compact HTML and JavaScript code and fully compatible with all popular browsers.
Reviews0
PriceFree
Views2628
Credit Card Validator Component
posted byviking24inCredit Card Processing
Credit Card Validator .NET Component allows .NET programmers validate any Credit Card number without contacting a payment service provider. The non-visual component can be used either in .NET windows-based or ASP.NET application. The validation mechanism is based on the luhn10 (mod10) credit card algorithm, prefixes and length. Works with American Express, Bankcard, Diners, Carte Blanche, Discover, EnRoute, JCB, MasterCard, Switch, Visa, and Delta.
Reviews0
PriceFree
Views2774
ASP.NET Script Resources and Development Tools
posted byaddscriptinDevelopment Tools
ASP.NET Scripts Directory, Books, Tips and Tutorials, Websites, Software and Development Tools that compiles and distributes Web Programming related Resources which are helpful for Webmasters, Developers and Programmers to enhance their Web sites and other applications.
Reviews0
PriceFree
Views1517
ExcelEverywhere for ASP & ASP.NET
Solve your problem using Microsoft Excel, and let ExcelEverywhere generate an ASP or ASP.NET-page. The ASP-page looks like and calculates like the spreadsheet. No programming required. Easy updating, fix spreadsheet and generate. Supports 190 Excel-functions. Code-behind module in C# and VB.NET for backend-integration. Use it for expense reports, surveys, order forms, financial advisor, ROI-calculator, engineering. No Excel needed on server!
Reviews0
PriceUSD 149.00
Views2378