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

New Scripts | ASP.NET

Results 381-400 of 1000
JavaScript Auto filling data for ASP.NET web forms with data lock
When we go for shopping online, we purchase any item say CD, Books and place order. To ship our order company ask for our billing as well as shipping address. If we going to gift that item to anyone then both addresses will be different else will same. For same billing and shipping address shopping cart gives us an option. By clicking (checking/selecting) it our billing address content get fill in shipping address field which save our time to retype same address again. All the process of auto filling data is done by JavaScript. Here we are going to design JavaScript Auto filling data for ASP.NET web forms. Also we are going to lock those fields as we simply coping data from one data field to other.
(0 ratings)
Reviews0
PriceFree
Views1035
Simple easy ASP.NET CAPTCHA Tutorial
I will show you how to create a ASP.NET Captcha control without using any HTTP HANDELRS or what so ever. you can easily plug it into your web pages.All you need to do is Create a ASPX page, that ASPX page will have a content type of image/jpeg, then within the code-behind file of that asp page we will be using system.drawing namespace to create a dynamic image.
(3 ratings)
Reviews0
PriceFree
Views2052
Znode ASP.NET Shopping Cart
Znode™ specializes in flexible, scalable and secure ecommerce solutions. We provide rich, custom-tailored solutions for virtually any real-world requirement. Our extensive expertise with building user-friendly web applications and adherence to a standards based development approach has clearly differentiated us from other competitors in the ASP.NET shopping cart market with a trademark flexibility and ease of use for both the Business Manager and NET Developer.
(0 ratings)
Reviews0
PriceUSD 2,495.00
Views1525
HTMLItemComboBox
HTMLItemComboBox is a custom web control that is similar to ASP ComboBox but instead only having to define the items as text; in the HTMLItemComboBox you can use any HTML item as input. That means for example you could define a ComboBox of images, italic words and any other HTML items you wish. Therefore you can have a ComboBox that contains different type of items. Each item in the ComboBox has a value attribute which is different from what we see in the ComboBox. Therefore for defining every item for the HTMLItemComboBox you should define a pair of value and key, which key is what we see in the combobox and value is a velue behind each item. So it is very important that everytime an item is selected in the HTMLItemComboBox the value is returned.
(0 ratings)
Reviews0
PriceFree
Views1247
Mediachase ASP.NET eCommerce Framework (ECF™) G5
posted byrichlyinSoftware
ECF G5 is the only .NET source code framework on the market today that provides complete control over repeatedly delivering multiple solutions by leveraging re-use, assembly and integration for systems integrators and eCommerce consulting firms around the world who want to improve their efficiencies, capabilities, and differentiation requiring adaptive thinking, technology, and choices.
(0 ratings)
Reviews0
PriceFree
Views1555
MVC Architecture Model In ASP.NET
When developing ASP.NET applications the need of reducing code duplication increases along with their complexity. This is because testing and performing changes become very difficult tasks when having many different sources of code with the same functionality. This tutorial explains Model View Controller (MVC) architecture, which allows us to separate different parts of our applications into tiers to fulfill this need.
(0 ratings)
Reviews0
PriceFree
Views1155
How To Add CheckBox And Image Button Columns In GridView
The GridView is a powerful tool commonly used in web applications. This tutorial explains how to improve GridView control by adding additional functionalities, like CheckBox or Image Button Columns.
(0 ratings)
Reviews0
PriceFree
Views1550
Accessibility In ASP.NET Web Site
An accessible website is one which is accessible by everyone. People with any kind of disabilities also should be able to use a website same like a normal person. This tutorial explains how to make your ASP.NET site accessible for visitors with disabilities.
(0 ratings)
Reviews0
PriceFree
Views960
GamblingBackend
GamblingBackend is used for managing user accounts (registration, password recovery, login, profile management, etc), financial transactions (i.e. cashier), integration with gambling systems (casino, poker, sportsbook, etc), content management, customer relationship management (CRM), affiliate and referral management.
(0 ratings)
Reviews0
PriceUSD 19,250.00
Views1391
Google Map Module for DNN
Now no need for to put the longitude and latitude for Google map, well previously every module provides you the Google map facility but they create the Google map via longitude and latitude option and its hard to find the actual longitude and latitude now the dnn covered resolve this issue and get rid to you from this option. Now just put your actual address in the location and get your exact location map with bubble tip. Dnn Google mapping technology module has the powerful & user friendly options buy now http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=242&PackageID=13382.
(0 ratings)
Reviews0
PriceUSD 18.99
Views1495
DNN Skin Complete web design Packages.
PSD to DNN skin conversion. ====================== Are you looking for to convert your favorite PSD design in to skinning then DNN Covered design to skinning package is the fastest, reliable and most economical solution for you. In PSD to DNN skinning package we deliver you the skin pack with the container sets according to your supplied PSD design . Buy Now.. http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=242&PackageID=13333 Ecnomical Web Packages.: ==================== Great deal for anyone who wants a smart & quick web presence without spending big bucks! We recommend these packages for both smaller or enterprise application web sites. All the web pages will have on highly optimized fast-loading template structure for best search engine performance. Read more, http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=242&PackageID=13334 Or visit our website www.dnncovered.com
(0 ratings)
Reviews0
PriceUSD 79.99
Views1252
Differences between .Net Framework 2.0 and 3.5
This tutorial reviews new features in .Net Framework 2.0, 3.0 and 3.5. Microsoft is always been stepping ahead of its competitors by bringing great new features and products in the market. The new development environment comes with tons of new features and design differences. .Net Framework 3.5 is ready to make futuristic websites with its extremely easy to use interface, rich accessibility features and new design that allows to reduce the time and efforts in website development.
(0 ratings)
Reviews0
PriceFree
Views1399
Custom Error Pages In ASP.NET
This tutorial explains how to use custom errors pages to provide better user experience when error occurs. When error is occurred on ASP.NET web application, user will get default error page (which is not so nice looking, also known as "Yellow screen of death"). This error page confuses average visitor who don't know the meaning of "Runtime Error". Although developers like to know many details about an error, it is better to show more friendly error page to your users.
(0 ratings)
Reviews0
PriceFree
Views1338
Application Level Error Handling in ASP.NET
This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification e-mails to administrator.
(0 ratings)
Reviews0
PriceFree
Views1136
Stimulsoft Reporting as a universal data converter
This tutorial explains how to create data reports with popular Stimulsoft reports, show it on page and then export to many different formats, like Word, Excel, PDF, HTML, XML etc. without using third party or COM components
(0 ratings)
Reviews0
PriceFree
Views1187
Errors And Exceptions In ASP.NET
This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error handling.
(0 ratings)
Reviews0
PriceFree
Views934
How To Play Flash Video Files In ASP.NET
Flash videos are very popular video format on Internet. To play flash video, you must have client side flash player. Using in ASP.NET web application can be automatized if you manipulate flash player with ASP.NET web custom control. Tutorial includes control source code in both C# and VB.NET.
(0 ratings)
Reviews0
PriceFree
Views1918
Aivea Commerce Server
Aivea Commerce Server is a Service Oriented Architecture (SOA) based E-Commerce Software Solution powered by industry leading Microsoft.NET 3.5 framework (C#, ASP.NET 3.5, WCF, WF, LINQ, DLINQ and SQL Server 2008/2005).
(0 ratings)
Reviews0
PriceFree
Views2400
TimePicker
TimePicker is a custom server control tool for showing time in specific ways. It consists of three main DropDownList for showing hour, minute and second. As default it shows the current time. We have the choice of showing time with AM/PM mode or just show it by 24 hour mode. . For example, we could have, 10:20:34 PM or 22:20:34. In the AM/PM mode we also have a DropDownList for selecting AM or PM. It is also possible to hide the second part of the TimePicker. We could also define intervals for minutes and seconds of TimePicker. For example, if we decide that the minutes are shown with the interval of 15 minutes then the minute DropDownList will only contain 0, 15, 30 and 45 values.
(9 ratings)
Reviews0
PriceFree
Views2515
ListTransfer
ListTransfer is a custom web server control which is used for transferring items from one ListBox to another or moving items up and down in one ListBox. By using ListTransfer we could categorize data into different groups according to their criteria. We could move all the items at once into another ListBox or select specific items for transferring.
(0 ratings)
Reviews0
PriceFree
Views1630
Results 381-400 of 1000