Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology

Most Popular Scripts | ASP.NET

Results 681-700 of 1000
12th Level Studio Web Controls
Two Web controls with source code on C#. You can add these controls to ToolBox in VS.NET and have access to their properties in Properties window. TwoStatesImageButton is based on ImageButton. It exposes additional property ImageOverUrl and changes its image when mouse is over it. GraphicTextImageButton can create Normal and OnMouseOver images. It creates them as JPEG images from source images by drawing text with defined font, color, coordinates and quality attributes.
(3 ratings)
Reviews0
PriceFree
Views3518
Blakes Consultancy
Blakes Consultancy is a service designed to win you more sales and expand your marketing presence to the global developer market. We specialise in channel management world-wide and management of your marketing tasks. This leaves you to focus on your product development and on closing sales leads.
(3 ratings)
Reviews0
PriceFree
Views1291
Santry Resource Manager for DNN
Santry Resouce Manager provides the following features: Select security roles that can add sites. Select security roles that can add articles. Change the home page link in the directory navigation. Show partner icons. Show ratings. Allow comments about listings. Auto approve sites or make an approval option so admins must approve new submissions. Classifieds mode - will remove any links that appear in the heading, favorites, and makes the directory just a list of entries. Days to show new icon. Two icons are included in the application, if you select 14 days for example, then a bright icon will appear for the first seven days and a faded icon will appear for the next 7 days after that. Email to send to person posting the resource. For sending an automated email to someone who recently submitted a resource to the directory. Parent module setting. This allows you to have a root directory listing on one page that links to another directory on another page. Show search form.
(3 ratings)
Reviews0
PriceFree
Views1360
Organization Chart .Net
Organization Chart .NET is an application used to create corporate organizational charts based on personnel information from a Database directly to your Intranet or Extranet. WebOrgChart .NET comprises of a very simple and intuitive user interface supported by an extremely powerful and flexible backend infrastructure (.NET) providing your organization�s desktop with security and reliability, improving your communication standards and HR management.
(3 ratings)
Reviews0
PriceFree
Views3716
RapidSpell Web ASP.NET
As-you-type and dialog spell checker for ASP.NET & MVC web applications. Whether you’re developing internet software using Web Forms or MVC, RapidSpell Web ASP.NET provides a simple but powerful spell check component that your end-users will love to use. Adding a spell check option to your textual controls using RapidSpell is as simple as adding 2 script tags to your page. With inline, as-you-type or dialog spell checking interfaces at your disposal and an open API, you will find RapidSpell Web ASP.NET is fully capable of fitting in to your web application and meeting business demands. Multiple non-English dictionaries are available including Medical and Legal. 5 English variations are included with the product.
(3 ratings)
Reviews0
PriceUSD 275.00
Views2515
Coalesys WebMenu for ASP.NET
Create hierarchical MenuBar with an ASP.NET Assembly. Supports dragging and docking modes, ability to overlay IE Select Boxes, postback server events, XML Load, full programmatic control and intelligent window positioning. Generated DHTML is cross-browser compatible (IE 4-6, NN 4-7, Moz 1, Opera 7). Visual Editing program included.
(3 ratings)
Reviews0
PriceFree
Views2957
Asp.net Bharat Matrimony Clone
Matrimonial website is one among the profitable online businesses. Our primary goal is to install, develop and deliver ready-made solutions for matrimonial & match making website for business owners, who are targeting general audience for matrimonial service through online. Our job is to make sure that the business owner gets the final output with fully comprehensive features and the visitor is able to use the website with ease. Advanced Features: user module , admin , super admin , wallet user , guest user, affiliation user module.
(3 ratings)
Reviews0
PriceUSD 677.00
Views907
BAHMAN RSS & Atom Feed Provider
With just one file you can bring RSS feed for your website. It’s easy to use thou powerful. You need to just create a directory in your web server which is reachable from Internet. Then brows to the file. Both admin and user view encapsulated inside one file
(3 ratings)
Reviews0
PriceFree
Views830
Magento 2 Social Login Extensions
Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps - Quickly login, Popover login form - Support: Facebook, Google Plus, Twitter, Linkedin, Instagram ... - Easy custom design fit with your store design - Increase signup rate up-to 30%
(3 ratings)
Reviews0
PriceFree
Views850
WebClientPrint for ASP.NET
WebClientPrint is a plugin-free solution for Raw Printing scenarios for Windows clients, exclusively designed for ASP.NET Web Forms and MVC. With WebClientPrint, you can easily send raw data, text and native commands to printers installed at the client machine without displaying any print dialog box! It supports: Thermal Label Barcode, POS receipt, RFID, Dot-Matrix, Kiosk, ID Card, Laser, Inkjet. Printers Connectivity support: installed Windows printers (for USB connection), Shared Printers on the client machine network with a UNC name/path, printers connected to Parallel Port (e.g. LPT1) Centronics or Serial Port RS-232 (e.g. COM1) as well as IP/Ethernet Network printers. Send any Printer Command Language! Most known like ESC/P, PCL, PostScript, ZPL, EPL, IPL, DPL, EZPL, ZGL, SBPL, RCL WPL, CLP, IBM Proprinter, CPL, Dymo ESC codes, SPL, TCPL, TSPL-EZ, DASCOM.
(3 ratings)
Reviews0
PriceUSD 149.00
Views830
Web, Networking and E-mail Development
AfterLogic Corp is the industry leader in developing modern AJAX-enabled applications, as well as professional networking and data processing components for ASP.NET, ASP and PHP platforms. AfterLogic's products, such as MailBee WebMail and MailBee.NET Objects, have been selected and implemented by thousands of businesses all over the world, to great acclaim. AfterLogic's Professional Services department applies the same outstanding quality to custom projects that we put into our products. By working with AfterLogic, you gain immediate access to expert developers with years of experience not only in Internet messaging, but also in developing a wide variety of web-based systems. Benefits to be derived include affordable rates, shorter development lifecycle, team scalability, reduced risk, improved quality and dependability.
(3 ratings)
Reviews0
PriceFree
Views1493
Float, Double and Decimal: do you know the differences?
There are a number of data types available in the .Net framework for storing numbers with fractional parts. They are each appropriate for different situations, and using the wrong one can lead to errors in calculations as well as performance issues! Learn which one you should use when.
(3 ratings)
Reviews0
PriceFree
Views1256
Error Handling techniques in ASP.NET 2.0
In this article, I would like to explain about Error Handling in ASP.NET. How to handle the error in ASP.NET 2.0 when an error happens in your website, how to handle unhandled error, tips and tricks for better error handling and also I would give some sample code on how to do Error notifications to you as website owner if there is an error happen in your site. By doing a proper error handling on your website, you can avoid any unprofessional .NET Error to your user and in the other hand, you know what is happening to your website so you can prevent the error from happening again. In the code sample above,you can see that we are using Email notifications when the error happens. For better error logging, you can actually store all the details in your database,so that you can have the history and easier for you to manage code error on your site.
(3 ratings)
Reviews0
PriceFree
Views1534
How to Generate Random Numbers in ASP.NET and .NET Framework
Random number generation is a common programming endeavor, but many developers are unaware of the true nature of the random numbers generated by a system. In this article I would explain about how to generating a random numbers and how to use them in your .NET applications Generating random numbers is often a hot topic for programmers. The reason is that seemingly random numbers are most often not genuinely random. This is due to the deterministic algorithm utilized by a platform like .NET. Deterministic systems leave nothing to chance; they're lawful out of necessity; and they conform to the ideal of a machine in which wear and tear and mechanical failures are absent. Modern computers are conceived as deterministic machines. The Random class The .NET Framework provides the Random class, which allows you to generate a number or a series of numbers to be used accordingly. You may be wondering why .NET bothers to include the Random class.
(3 ratings)
Reviews0
PriceFree
Views1282
RotateIT
Rotat it, is an asp.net server control, Rotat is is powerful content rotator, databinding, slideshows, Image gallery viewer, vairty of custmizable transitions effects and more....
(3 ratings)
Reviews0
PriceFree
Views2392
Generating Serial Code For Your Applications
In this article we will generate a random serial code for our applications. The script will generate a similiar serial code to use in a real application.
(3 ratings)
Reviews0
PriceFree
Views1487
AspLib - HiddenField
This component is AspLib component library part. This is a hidden field, more elegant than one built-in in Visual Studio.
(3 ratings)
Reviews0
PriceUSD 79.00
Views1872
ONLYOFFICE Common Server
Online office for collaborative project management. The solution is cross-platform and also available for download with Docker service (takes a couple of minutes to deploy) Key features: Project management toolset CRM File management Mail aggregator Corporate communication
(3 ratings)
Reviews0
PriceFree
Views780
Computer Talker
Make your computer talk for you. Text-to-speech is built into the program. Your computer will speak what you type.
(3 ratings)
Reviews0
PriceFree
Views677
Auto Gallery Script
Auto Gallery is a rich,professional,flexible and friendly car classifieds scripts for Car Dealers and Users. Create a vehicle classified listings directory that allows your visitors to add their own vehicles for sale. It's a multi-language script. full searching capability by make/model, price range.You can view list multiple pictures, details of the vehicle, text descriptions.professionaly developed in .Net Technology. the perefect solution for selling your cars online
(3 ratings)
Reviews0
PriceUSD 99.00
Views1210
Results 681-700 of 1000