New Scripts | ASP.NET
Session State Advantages and Disadvantages
posted byBeansoftwareinTutorials & Tips
ASP.NET Session State is improved in many ways when compared to sessions in classic ASP. ASP.NET Sessions supports web farms, survive web application's restart and can be stored out of working process.
This tutorial explains advantages and disadvantages of ASP.NET Session State. Also includes comparation of each session mode.
Reviews0
PriceFree
Views595
Jep.Net
posted bysingularsystemsinDevelopment Tools
Jep.Net is a library for parsing and evaluating mathematical expressions. With this package you can allow your users to enter an arbitrary formula as a string, and instantly evaluate it. Jep.Net supports user defined variables, constants, and functions and features a fully configurable parser as well as a powerful component architecture. A number of common mathematical functions, operators and constants are included.
Reviews0
PriceUSD 550.00
Views1645
Excel Reader .NET
posted byDevtrioGROUPinFile Manipulation
Excel Reader .NET is a professional component that enables .NET developers to read Excel Spreadsheet files ( XSLX, XLS , CSV ) from their .NET applications or website projects (C#, VB.NET). The Excel spreadsheet is represented as a tree structure. Root of the tree is a Workbook object that has different Worksheets and so on.
Excel Reader .NET Key Features:
- Various cell data types (numbers, strings, dates, floating point etc.)
- Multiple worksheets.
- Number formatting (number, currency, date, time, fraction etc.)
- Font formatting (size, color, font type, italic and strikeout properties, boldness, underlining, subscript and superscript).
- Cell alignment (vertical, horizontal).
- Cell Background and Fill Pattern.
- Cell borders (color, style).
- Merged cells.
- Import/Export to DataTable.
- Read CSV files (delimited with comma, tab, semicolon or any other separator).
Reviews1
PriceUSD 59.00
Views1098
AuctionWorx Enterprise
AuctionWorx Enterprise is an optimized auction web experience for mobile and tablet devices. List your own products or enable multiple sellers. Full invoicing with checkout options for sales or charging fees. AuctionWorx is an Enterprise-Class solution built on ASP.NET 4.5.1 MVC 5 (C#) and a responsive design.
Single Seller - List your own products - Replace or build on to existing sales channels with a fully configurable auction website.
Multiple Seller - Create a marketplace of multiple vendors - Allow 3rd party sellers to promote their listings and charge listing and final sale fees configurable to your business model requirements.
Essential eCommerce features - Offer buyer checkout with sales invoicing, sales tax, shipping options, and multiple payment options.
Reviews1
PriceUSD 2,995.00
Views2817
Feed Back Form
posted byScriptDirinForm Processors
Make your forms more secure from spam. reCAPTCHA is world wide use spam protector. Now you can use it in your asp.net project.
Reviews0
PriceUSD 4.00
Views809
NiceButton
posted byScriptDirinMiscellaneous
You can use the embedded styles (3 styles, each in 5 colors) or design your own button without writing a line of javascript or css to make it works.
It has all the functionalities of standard LinkButton/HyperLink in .NET framework, and supports also VS design mode.
Reviews0
PriceUSD 9.00
Views724
Error Handling Class
posted byScriptDirinError Handling
Features:
Easy to use; customizable error info fields; customizable email look for sending the error.
Reviews0
PriceUSD 5.00
Views797
Password Generation and Evaluation
posted byScriptDirinMiscellaneous
The Evaluator gives you the ability to customize the strength checker on the fly. That enables website administrators to enhance the strength checker via configuration rather than contacting developer to alter some code.
This Windows program is just an interface to a powerful library that can be used with any other Windows programs or ASP .NET websites.
Reviews0
PriceUSD 22.00
Views712
Data Validation for .NET
posted byScriptDirinDatabase Tools
This class consists of the commonly used validations which you will find useful in your project. Each line of code is commented in detail for quick understanding of the method.
Implementation is pretty simple. You will just have to pass your input data and check for the boolean.
Reviews0
PriceUSD 6.00
Views774
Advertising
posted byScriptDirinAd Management
You can hold all your advertising codes into a single xml, then place this control (or many instance of this control) where you want on the page, link it to the xml and select what you want to show.
Each Advertising control can shows the units in 3 modes: - random: a unit will be randomized between all the units contained in the xml. - filtered: a unit will be randomized using one or more filter (width, height, group of the unit or group of the vendor). - exact: you indicate exactly what is the unit you want to show.
Each unit can contains html code, flash or js script and works fine with Google AdSense or any other marketing company.
Reviews0
PriceUSD 8.00
Views1001
SIMPLE EMAIL
posted byScriptDirinEmail Systems
You can do the following with the Email class:
- Send email with plain text and html version
- Send email using content from uri
- Send email using a template
- Send email to multi recivers
- Send email with attachments
Reviews0
PriceUSD 6.00
Views752
MetaGenerator 1
posted byScriptDirinMiscellaneous
Main features:
It is compatible with .NET Framework 2.0, 3.x (4.0 has not been tested yet).
Include standard meta tags by default: Authors, Description, Keywords, Robots.
It allows adding custom meta tags.
It is compatible with C# and VB projects.
Reviews0
PriceUSD 7.00
Views687
novosolutions Help Desk Software
posted byPHPmozinCustomer Support
Help Desk Software Features & Benefits
Reduced Support Staff Time: Customers/End Users can easily submit a support request through your web site or company Intranet/Extranet. These requests are automatically added to the Help Desk ticket queue, reducing the number of inbound support calls and eliminating the ticket creation process by your help desk support staff. Of course, your support staff can manually add help desk tickets as well. Through the help desk, customers/end users can also track the status of their request through your web site.
Organize & Track Requests Across Departments: Distributed Help Desk Software Management allows each department or group within your organization to manage their own support/request/project queue. Global managers can view/manage all queues through the help desk.
Reviews0
PriceUSD 995.00
Views721
asp.net ajax file manager
posted byfligantinFile Manipulation
asp.net Ajax File Manager is free open source file manager for asp.net full ajax support coded using c#,Javascript,Jquery,Jquery-UI,jstree available for tinymce and Ajax control toolkit editor and stand alone
Features : Full Ajax Support - security - View Image - Create folder - Delete file - Delete folder - Copy file - Copy folder - Move file - Move folder - multiple selection ( Ctrl + Select ) - Easy installation and configuration - Open source - compatible with IE7,IE8,FF,Safari,Chrome
Reviews0
PriceFree
Views1851
Flexigrid ASP.NET
posted byFlexigridASPNETinDatabase Tools
Flexigrid-ASP.NET is a ASP.NET wrapper for the Flexigrid jQuery plug-in.
Why buy Flexigrid ASP.NET when I can use the jQuery widget for free?
- Update panel support
- Templating support
- Postback persistence
- Integrated buttons with both client and server side support
- Easy change between several styles. Ability to create your own style.
Reviews0
PriceUSD 14.00
Views806
How to find if ASP.NET session is expired
posted byBeansoftwareinTutorials & Tips
ASP.NET doesn't know if visitor is closed web browser or just working on something else while page is still opened. To keep session live we can use meta refresh or JavaScript on client side. That is not always acceptable solution, especially in cases where security is top priority.
This tutorial explains how to detect if session is expired and if is, redirect visitor to Session-Expired.aspx page.
Reviews0
PriceFree
Views548
ASP.NET Session State Modes Explained
posted byBeansoftwareinTutorials & Tips
ASP.NET Session State supports five different modes: Off, InProc, StateServer, SQLServer and Custom.
This tutorial explains differences between these modes and recommends which one to use in specific ASP.NET applications.
Reviews0
PriceFree
Views587
MLM Soft Beta
posted bymlmdevelopersinSoftware
MLM Soft is powerful web based application for MLM Companies. It contains Secure admin panel, Easy User Panel, E-Pin Generator, E-Wallet System, News Letters, Messaging, Network Promotion, Payment Gateway Integration, E-Commerce with Inventory feature and several other features. Client can customize MLM Soft at any level. MLM Soft come with 1 year Free AMC and Help Assistance.
Reviews0
PriceUSD 2,000.00
Views941
Job Database
posted byscline2077inMiscellaneous
This web application allows your company to have a help wanted or job employment site. The application has advanced search capabilities which allow text to be searched for in each field, jobs can be printed in printer-friendly format. The user can export job data to Excel, Word, CSV , or XML format. Try our free limited download. The limited version is a client side app that allows users to view jobs. With the client app it is still possible to add, delete, or edit records through a Microsoft Access database. By purchasing the full version you will receive an additional admin web application which allows the administrator to add, delete, or edit records easily through the web.
Reviews0
PriceUSD 39.00
Views1063
InProc Mode in ASP.NET Session State
posted byBeansoftwareinTutorials & Tips
ASP.NET Session State offers four modes to specify where you can store session data. InProc is default mode. It is fastest and easiest to use, but it has its own drawbacks.
This tutorial explains advantages and possible problems when using InProc mode to store sessions in ASP.NET application.
Reviews0
PriceFree
Views646