Top Rated Scripts | ASP.NET
ASPMultiChat .NET
posted byinfoinDiscussion Boards
ASP.NET DHTML chat application. Non-flickering. Compatible with Explorer, Navigator, Opera. Powered by database. Features: multiple rooms & users, private & offline messages, ignore list, history, photos, moderator & admin functions, localized GUI, etc.
Reviews0
PriceFree
Views3991
How to bind a DataGrid to an array
posted byGeekpediainTutorials & Tips
It simply shows how to bind a DataGrid to an array using C# code.
Reviews0
PriceFree
Views2028
VB.NET 2005 Tutorials: Dialog Boxes in Visual Basic .NET 2005
posted byJohn_JacobinTutorials & Tips
VB.NET 2005 Tutorials: Dialog Boxes in Visual Basic .NET 2005 - Most Windows applications request for user input. Dialog boxes are one means of requesting users for specific kinds of inputs. Therefore, VB.NET allows its designers to create a number of different types of dialog boxes. Standard Dialog boxes are included in classes that fall within the purview of the CommonDialog. FileDialog, ColorDialog, FontDialog, PageSetupDialog, PrintDialog.
Reviews0
PriceFree
Views2492
VB.NET 2005 Tutorials: Validation
posted byJohn_JacobinTutorials & Tips
VB.NET 2005 Tutorials: Validation - In this tutorial you will learn about User Input Validation, Required Field Validators, Comparison Validators, Range Validators, Regular Expression Validator, Custom Validators, ErrorProvider, Enabling Controls Based On Input and Other Properties of Validation.
Reviews0
PriceFree
Views2798
ASP.NET 2.0 Training : Data Source Object Model
posted bysanereddyinTutorials & Tips
ASP.NET 2.0 Training : Data Source Object Model - In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0, the Rationale of DataSource components, Data Source Control Internals, Tabular DataSource Controls, Hierarchical Data Source Controls, The SqlDataSource Control: Usage and Data Source Parameters.
Reviews0
PriceFree
Views2434
Online Restaurant Delivery Solution
posted byordermealsinSoftware
Order Meals is a web portal facilitating online ordering of food. It provides the restaurants with a unique Online Restaurant Delivery System.
Order Meals Online Delivery System is a dynamic e-commerce process consisting of effective solutions which help you to increase your business, establish online presence, display your food menu, save valuable time of your customers, fill any communication gaps between you and your customers, receive payment online, have flexibility in payment mode, place controls on your items availability and accept advance booking orders.
Reviews0
PriceUSD 25.00
Views1237
BAHMAN RSS & Atom Feed Provider
posted byhajBAHMANinCommunication Tools
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
Reviews0
PriceFree
Views739
Asp.net Bharat Matrimony Clone
posted bydoditsolinAd Management
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.
Reviews0
PriceUSD 677.00
Views803
SlickCity
If you want to learn new skills for now and in the future to become a developer, then you have come to the right place.
Within this site, I will outline the skills you need to be a Microsoft Developer.
I will show you:-
* How to write VB.NET and C# applications and examples will be in both languages.
* How to be a SQL Administrator and Developer.
* How to write basic web services using xml and C#.
* How to become an Microsoft Certified Professional (without cheating).
* Previews of new Microsoft Technology.
Reviews0
PriceFree
Views1788
Site Search Pro
posted byshedixinSearch Engines
[ EASY SETUP ]: It takes a minute to set it up. -- [ PDF, DOC, XLS, PPT, FLASH files support ]: Search PDF and other documents content. No need for any plug-ins. It works right out-of-the-box. [ INDEXING SCHEDULE ]: re-index your website with any time interval. [ MULTIPLE WEBSITES INDEXING ]: Yes, it will index multiple websites. And yes it's stable and you will be able to get custom search forms for each of your website. [ DETAILED STATISTIC AND REPORTS ]: Track your search logs and analyze them. [ MULTI-LANGUAGE SUPPORT ]: Over 40 world encodings supported including Asian, European, Arabic, Chinese and other languages. [ DYNAMIC PAGES SUPPORT ]: PHP, ASP, CGI, PERL, XML, FLASH, .NET, CFM, JSP we support them all! [ PRIORITY SUPPORT ]: 24 hours a day, 7 days a week! [ FREE UPDATES ]: Send us your comments, we love it! Get free updates based on your feedback. Check out our FREE ONLINE DEMO now!
Reviews1
PriceUSD 39.00
Views4628
VB.NET 2005 Tutorials: Complex Data Binding
posted byJohn_JacobinTutorials & Tips
In this tutorial you will learn about Complex Data Binding, Binding to a ComboBox or ListBox, Binding to a DataGrid. Complex data binding is the ability of a control to bind to more than one data element, typically more than one record in a database, or to more than one of any other type of bindable data elements.
Reviews0
PriceFree
Views2658
DNNAdmin
posted bydanlichinContent Management
An open source Dot Net Nuke (DNN) administration application that provides an explorer like interface for administering DNN sites.
DNNAdmin is truly interactive AJAX application that provides a much more productive MMC like administrative backend for DNN.
DNNAdmin is offered as open source via SourceForge and is completely customizable. It was developed using Visual WebGui which is a platform for developing AJAX applications using WinForms.
Reviews1
PriceFree
Views3216
AspLib - HiddenField
posted byalexds2inForm Processors
This component is AspLib component library part. This is a hidden field, more elegant than one built-in in Visual Studio.
Reviews0
PriceUSD 79.00
Views1786
Generating Serial Code For Your Applications
posted bywebmasterinTutorials & Tips
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.
Reviews0
PriceFree
Views1403
RotateIT
posted byhaosmaninContent Management
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....
Reviews0
PriceFree
Views2301
How to Generate Random Numbers in ASP.NET and .NET Framework
posted byhandy01inTutorials & Tips
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.
Reviews0
PriceFree
Views1179
Error Handling techniques in ASP.NET 2.0
posted byhandy01inTutorials & Tips
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.
Reviews0
PriceFree
Views1460
Float, Double and Decimal: do you know the differences?
posted byPHeaveninTutorials & Tips
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.
Reviews0
PriceFree
Views1086
Web, Networking and E-mail Development
posted bymailbeeinWeb Developers
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.
Reviews0
PriceFree
Views1394
WebClientPrint for ASP.NET
posted byneodynamicinWeb Developers
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.
Reviews0
PriceUSD 149.00
Views698