Most Popular Scripts | ASP.NET
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
Views1871
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
Views830
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
Views563
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
Views602
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
Views951
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
Views1080
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
Views660
DotNetAge
posted byRay_LianginContent Management
DotNetAge is a web content mangement system (CMS) and RAD platform that focus on aesthetics ,ease-of-use and Web Standards.She offers an intuitive interface allows non-technical users to easily create new sites or extend the functionality and features of their existing web site when used as a web CMS.
Reviews0
PriceFree
Views2054
DigiOz ASP.NET Directory File Lister
posted bydigiozinLink Indexing
The Digioz Directory File Lister is an ASP.NET Script written in C#, which is designed to only show all the Files in a specified directory on your server, along with file creation date and size of each file. This script can easily be included using Server Side Include in ANY ASP.NET page. You also have the option of displaying only files with specific file extensions using "*.ext" string.
Reviews0
PriceFree
Views1107
MailBee.NET Outlook Converter
posted bymailbeeinEmail Systems
MailBee.NET Outlook Converter is an easy-to-use .NET component which which converts e-mails between Outlook .MSG and .PST binary formats (used by MS Office Outlook) and MIME RFC822 text format (.EML format which is used by other mail systems). The component can read .PST files, read and write files and streams in .MSG and .EML formats, supports RTF, HTML and both ANSI/Unicode in .MSG data. Royalty-free distribution.
Reviews0
PriceUSD 199.00
Views961
VevoPay PA-DSS certified payment application
posted byjohnvevoinCredit Card Processing
Generally speaking, VevoPay serves an eCommerce application/storefront (for example: VevoCart) as a PCI compliant payment module.
Instead of processing payment with your own system, you can easily integrate your application to process payment using VevoPay. This greatly reduces the effort in customization, reduce the time of development and become PCI compliant.
To demonstrate, VevoPay runs independently and interact with eCommerce software (for example: VevoCart) and payment gateways/processors. (for example: PayPal, 2Checkout, RBS WorldPay, etc.)
VevoPay can operate with various storefront application platform (ASP.NET, ASP, PHP, etc.) and is integrated with world famous gateways (for example: PayPal, 2Checkout, RBS WorldPay, etc.). It is designed to run independently as standalone application.
Reviews0
PriceUSD 175.00
Views746
How to Store ASP.NET Session State on SQL Server
posted byBeansoftwareinTutorials & Tips
ASP.NET Session State enables you to choose between four modes (InProc, StateServer, SQLServer and Custom) where you want to store website session data. SQL Server is most reliable and scalable of given options.
This tutorial explains how to use SQL Server database as storage for sessions data in ASP.NET
Reviews0
PriceFree
Views578
ASP.NET Session State Alternatives
posted byBeansoftwareinTutorials & Tips
Session variables are easy to use, but they could cause problems with scalability, reliability and security. Although Session State in ASP.NET is improved a lot, especially when compared to classic ASP sessions, it is not appropriate solution in every scenario.
This tutorial explains all possible and recommended alternatives for ASP.NET Session state.
Reviews0
PriceFree
Views562
How To Write, Read and Delete Session State Variables
posted byBeansoftwareinTutorials & Tips
Session state can be used to identify same visitor between requests. Session variables act as global variables, visible from all .aspx pages on website.
This tutorial explains how to write, read and delete ASP.NET session state variables and avoid common problems.
Reviews0
PriceFree
Views639
How To Keep ASP.NET Session Alive
posted byBeansoftwareinTutorials & Tips
If visitor doesn't make any web request in time interval longer than specified as session timeout (20 minutes by default), session will expire. That means all session variables will be deleted. Sometimes, we want to keep session alive and wait while user is completing some long task.
This tutorial explains how to keep ASP.NET Session alive using JavaScript, jQuery, Meta Refresh or ASP.NET Ajax.
Reviews0
PriceFree
Views631
Restart and Stop of ASP.NET Application
posted byBeansoftwareinTutorials & Tips
ASP.NET web application could restart or stop for numerous reasons. Most of the time, we would like that ASP.NET website is alive.
To save resources, web server could restart or completely stop web application many times per day. Every time when this happens, website visitors could experience slow page loads, sessions could be lost, or even see error message in browser like "408 Request Timeout", "500 Internal Server Error", "503 Service Unavailable" etc.
This tutorial explains what you can do when ASP.NET application restarts or stops execution.
Reviews0
PriceFree
Views554
How To Change ASP.NET Session Timeout
posted byBeansoftwareinTutorials & Tips
To preserve web server's resources, session expires after certain time of inactivity (20 minutes by default). If there are no new requests from same visitor, all session data related to that visitor are deleted from server's memory. This could be a problem in some scenarios.
This tutorial explains different ways how you can manipulate ASP.NET session state timeout and keep sessions alive.
Reviews0
PriceFree
Views969
Scheduled Tasks in ASP.NET
posted byBeansoftwareinTutorials & Tips
Very often, there is a need to execute some code on certain date and time, or to repeat execution in regular time intervals. In case of ASP.NET web application, that could be sending of reminder e-mails, analyze traffic data, creating reports, maintenance tasks etc. Unfortunately, ASP.NET doesn't provide some straightforward way to schedule tasks.
This tutorial explains how to simulate scheduled task using ASP.NET only, using Timer, Thread or Cache expiration.
Reviews0
PriceFree
Views611
Contact Grabber Asp.net Vb.net WinForm Framework 3.5,4.0
StesCodes Contact grabber grabs contacts from Gmail, Yahoo, MSN, Hotmail, AOl, Outlook, Outlook Express, thunderbird, MSN Messenger, Orkut, Facebook, MySpace, Google Wave, Evite, Kodak Gallery, Pingg, AIM, Opera, Plaxo, Mail.com, Mail2world, Bigstring, Fastmail, Rediffmail, In.com, Indiatimes, india.com, eolii and indiainfo.com. StesCodes Contact grabber versions available in Asp.net, VB.net, WinForm and WebServices using Framework 3.5 and 4.0.
The code will work in all server even its a shared or dedicated and easy to implement and no postback required. StesCodes contact grabber uses no user redirection to separate page for login authentication rather the user stays with the same page. StesCodes contact grabber is fully customizable in design.
View the demo and more information here http://www.stescodes.com/grabcontacts.aspx
Reviews0
PriceUSD 149.99
Views653
Aurigma Video Uploader
posted byinfoinMiscellaneous
Aurigma Video Uploader is an ActiveX control that is built into your website. When users load a page with Video Uploader, they can upload videos to your website directly from a browser. The video file will be automatically converted to WMV format that can be played from a browser through any Silverlight video player. No need to transcode video files on the server anymore!
Reviews0
PriceUSD 999.00
Views843