New Scripts | ASP.NET
Nebula Accounting On-Line for ASP Dot Net
posted bymbshinde78inSoftware
Basic Accounting Features, AR, AP, GL, Reports. Implemented in a simple manor that's easy to understand, and modify if necessary.
Uses all programming features of ASP Dot Net Framework 2.0 including Themes, and XML Based Menus for easy customization!
Easy to program ASP Dot Net Framework 2.0 Environment using Visual Studio 2005!
Complete with SQL Server 2005 Express Database and Stored Procedures.
Complete source code included for all of the aspx pages, JavaScript code-behind, and SQL Server stored procedures
Shares the same SQL Server 2005 Express Database as the VB Dot Net Winforms & Access ADP Accounting Applications, which allows the programs to fully inter-operate.
Also Includes Integrated Shopping Cart! The shopping cart posts a receivable to the AR, posts the order in the order database, debits Inventory and puts customer information into the customer tables. Never Re-Key Data from a shopping cart again!
Reviews0
PriceUSD 999.99
Views1111
Learn to Create, Modify or maintain NAV Applications
posted byshriharshbinProgramming Books
Programming Microsoft� Dynamics� NAV is a new book from Packt that helps users to create, modify, and maintain applications in NAV 5.0, the latest version of the ERP application formerly known as Navision. Written by David Studebaker, Principal of Liberty Grove Software and a certified trainer for Microsoft� Dynamics� NAV, this book takes users through the important topics of Microsoft� Dynamics� NAV with clear explanations and practical example code.
This book will ease users through the complexities of NAV application development. Users will learn the skills and develop the confidence to tackle their own critical NAV applications. This book will act as an experienced NAV programming mentor, helping users to become productive as a NAV developer much more quickly.
Fast-paced and to-the-point, this book takes users through the important topics of Microsoft� Dynamics� NAV with clear explanations and practical example code. The reader does not need previous experience with NAV.
Reviews0
PriceUSD 53.99
Views1446
Using and Understanding Cookies in ASP.NET
posted byhandy01inTutorials & Tips
This article will explain about cookies and how to use Cookies in your ASP.NET applications. As we all know that cookies is very popular and being used by almost all websites in the world to track user information such as logon details, length of visit, number of visits and etc.
A cookie is a small text file that the browser creates and stores on the hard drive of your machine. Cookie is just one or more pieces of information stored as text strings. A Web server sends you a cookie and the browser stores it. The browser then returns the cookie to the server the next time the page is referenced.
Reviews0
PriceFree
Views957
Building ASP.NET UserControls
posted byhandy01inTutorials & Tips
ASP.NET UserControl is the new way of encapsulate all your code reuse in your web applications. Old way of doing this would be via SSI includes which can be very messy and very hard to maintain if your site grow. ASP.NET UserControl is infact the simplest form of ASP.NET control encapsulation. Because they are the simplest, they are also the easiest to create and use. Essentially user control is a grouping of existing server controls into a single container control. This enables you to group all your reusable part of webpage into UserControl. The basic example would be Login Controls, News Controls, Header Controls and etc.
Reviews0
PriceFree
Views884
Learn ASP.NET Tutorial
posted byloopsnlogicinTutorials & Tips
This ASP.NET tutorial covers the basics of Microsoft ASP.NET. The content covered in this ASP.NET tutorial introduces you to the ASP.NET technology, its history, important terminologies, how to set the ASP.NET environment up on your computer and shows you how to configure your ASP.NET environment and create ASP.NET pages.
http://www.visualbuilder. com/aspnet/tutorial/
Reviews0
PriceFree
Views696
nsMailer by NetSnips.com
A robust e-mail handler for .NET applications. This application allows you to use the SMTP Queue in IIS to directly create a drop your e-mails.
This is a critical design for high-volume e-mailing applications as it can speed through the creation of your e-mails at the speed of your machine's I/O process. This means your application will not be taking up valuable resources while IIS processes and sends the e-mails at the rate your bandwidth will allow.
Full .NET source code available (vb.net) .NET v. 1.1 Sample solution to demonstrate usage
(Enterprise Strength E-mail Handling Software. Empower your .NET applications with the ability to send Text or HTML based e-mail. Intelligent service that determines the appropriate level of encoding (MIME / Text) and formats e-mails. It also is equiped to easily setup Name standards. Perfect for Mailing List fulfillment and large volume distributions. Messages are sent to the SMTP Queue but do not rely on the .NET SMPT classes)
Reviews0
PriceUSD 14.99
Views903
Working with Master Pages and Basics of Master Pages
posted byhandy01inTutorials & Tips
Master Pages is great new enhancements in ASP.NET 2.0 and if you haven't heard or use Master Pages, then you might reconsider of using this across all your existing websites. It will save you lots of times in maintaining and editing your websites source code. In old classic ASP, we do not have this features yet. Master Pages are an easy way to provide a template that can be used by any number of ASP.NET pages in your application. In working with Master Pages, you create a master file that is the template referenced by a subpage or content page. Master Pages use .master file extension whereas content pages use .aspx file extension.
With MasterPages you can achieve true separation between the markup to lay out your pages and the actual content-specific markup. This makes it easy to apply a consistent look and feel to all pages in a site and makes it a breeze to update the site-wide style.
Reviews0
PriceFree
Views724
ASPNetVideo
posted byaspnetmediainSoftware
ASP.Net Video - The ASPNetVideo Web Control Suite allows you to add video files and streaming media into your ASP.Net ASPX web forms. The API fully supports VB.Net, C# and all other common language runtime languages. Almost all video formats are suppored, including: QuickTime Player (.mov) , Real-Player (.ram & .rmv) & Windows Media Player (.wmv, .avi). Free download at http://www.aspnet-video.c om
Reviews0
PriceUSD 49.00
Views1218
Tracking and Displaying Real-time Visitor Time Zones in a Chart
posted byfaisalinTutorials & Tips
Part 4 of a Multipart Series - In this tutorial we will learn how to add real-time visitor time zones tracking to our website. We will also create two (2) time zone charts for our website which will allow us to view where all of our visitors have mostly come from, and also to see in real-time, current active users' time zones. Click the link to see the sample charts and images.
Reviews0
PriceFree
Views1098
Data Source Controls in ASP.NET 2.0
posted byBeansoftwareinTutorials & Tips
Tutorial introduces a number of new Web controls designed for accessing and modifying data in ASP.NET 2.0.
You can perform all common database related tasks like displaying, editing and updating the data with minimum effort. ASP.NET 2.0 has got some smart and intelligent new data source controls which can even manipulate specialized data sources like XML files.
Reviews0
PriceFree
Views950
Embedded Sql
posted bycodesellinDatabase Tools
This bit allows you to add .sql files to a ASP.Net website or Visual studio project and use a generated class to execute the procedure.
The .sql file can be edited in any SQL editor, the generated class has strong type properties to set the parameters of the statement. Both stored procedures and direct sql is supported.
Nothing needs to be added to the sql file all it requires is a standard T-Sql procedure declaration.
Reviews1
PriceFree
Views1636
Ajax-Controls.NET
posted byjcodexinDevelopment Tools
Ajax-Controls.NET component is designed to provide developers with an easy-to-use tool to AJAX enable standard ASP.NET controls and 3rd party controls in ASP.NET applications, which allow you to update page content without postback and loss of scroll position. The short response time combined with the smooth interface transitions result in superior user's experience and a level of interactivity, which can only be found in desktop applications. It hides the complex structure of AJAX behind a simple object model that allows creation of complex AJAX Enabled ASP.NET application with few lines of codes and eliminates the need for writing complex JavaScript. Due to the fact that Ajax-Controls.NET can update standard ASP.NET controls without using callback wrappers, development of AJAX enabled ASP.NET application is exactly similar to any standard ASP.NET application. You can also purchase 100% Source code for complete control and flexibility in your application development process.
Reviews0
PriceUSD 89.00
Views1438
Rich Text Editor .NET Content Editor for ASP.NET
posted byjcodexinWYSIWYG Editors
Rich Text Editor .NET is an easy-to-use, professional WYSIWYG (What You See Is What You Get) content editor for ASP.NET. Rich Text Editor .NET provides an intuitive Word-like editor which can replace any TextBox in your ASP.NET application. Even non-technical users can author and manage HTML using this component. Rich Text Editor .NET is designed on strict guidelines of best content editing practices, user interface standards which makes it very easy to use and program. RichTextEditor.NET is 100% managed and doesn't require any third-party DLLs. With intelligent design RichTextEditor.NET is one of the most innovative and powerful content editor for ASP.NET. You can also purchase 100% Source code for complete control and flexibility in your application development process.
Reviews0
PriceUSD 89.00
Views3107
Barcode-Writer.NET ( ASP.NET , Silverlight , WinFrom , WPF , .NET Framework )
posted byjcodexinDevelopment Tools
Barcode-Writer.NET component is designed to provide developers with an easy-to-use tool for creating Barcodes from their Visual Studio .NET applications ( WinForm, ASP.NET, WPF, Silverlight ) Supported Barcodes: Codabar, Code-11, Code-128, Code-39, Code-39 Extended, Code-93, Code-93 Extended, EAN-128, EAN-13, EAN-8, UPC-A, UPC-E, Supplement 2, Supplement 5, Industrial 2 of 5, Interleaved 2 of 5, Matrix 2 of 5, MSI, and PostNet. Can rotate the barcode. Can include Caption Text and Code Text in barcode. Automatically computes the checksum or check digits. Automatically validates the value to encode. Save barcode image to an image file or Stream. Save barcode as BMP, PNG, TIFF, GIF, JPEG, Save bacode as metafile. Directly Generate barcode to System.Drawing.Graphics object. 100% C# Managed Assemblies. Small deployment assembly. You can also purchase 100% Source code for complete control and flexibility in your application development process.
Reviews0
PriceUSD 89.00
Views1412
ASP.NET Ajax Chat with Audio&Video
posted byestreambginCommunication Tools
If you�re looking for an easy to use yet extremely powerful Ajax chat solution, then ASP.NET Ajax Chat may be just what you�re looking for. The software is simple to install, fast and customizable. It uses AJAX to smoothly refresh (no flicker) and supports multiple rooms, private messages, moderation (kick, ban), customized themes based on CSS and much more! Developed using ASP.NET and AJAX technology Our powerful AJAX approach combined with Microsoft's ASP.NET provides a most powerful combination to deliver a reliable and scalable app, which is light weight and extremely simple to use. The latest version supports both ASP.NET 2.0 and the latest ASP.NET 3.5!
Reviews2
PriceFree
Views6379
dotNet Protector
dotNet Protector is a powerful .NET code protection system that prevents your assemblies from being decompiled. Console exe, windows exe and windows services,. You can protect a whole application (main exe, referenced dlls) in a single executable.
Reviews0
PriceUSD 400.00
Views865
Client Side Script Debugging in ASP.NET
posted byBeansoftwareinTutorials & Tips
Tutorial explains how to use Client Side Debugger, to simplify the debugging process of javascript code in ASP.NET web application.
Every one of us is well aware of problems posed when debugging client side script code. This article talks about various new techniques and troubleshooting tips that help debug client side script code efficiently in Visual studio 2005.
Reviews0
PriceFree
Views1010
About GridView Control
posted byBeansoftwareinTutorials & Tips
In ASP.NET 2.0, Microsoft has introduced GridView control which displays tabular data in a grid. With GridView control, you can display, edit, and delete data directly from different kinds of data sources with out writing any single piece of code.
This tutorial explains how GridView makes the life of the developer easier by providing all DataGrid functionalities inbuilt including paging, sorting and selecting.
Reviews0
PriceFree
Views1203
Cross Page posting in ASP.NET 2.0
posted byBeansoftwareinTutorials & Tips
Tutorial explains how to post data between web forms, using new Cross Page posting functionality.
Keeping in view limitations in ASP.NET 1.x, Microsoft has reinstated Cross Page posting feature in ASP.NET 2.0. Many of us might not be aware of Cross Page posting feature in classic ASP.
Reviews0
PriceFree
Views1041
CO2 Emissions Calculator
posted byadibrebaninCalculators
Global warming is linked to the amount of carbon and other greenhouse gases being emitted into the atmosphere. Using our calculator you will be able to calculate online CO2 emissions for more than 9200 cars.
Reviews0
PriceUSD 159.95
Views1376