New Scripts | ASP.NET
HTMLItemComboBox
posted byGeeksLtdinHTML Manipulation
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.
Reviews0
PriceFree
Views880
Mediachase ASP.NET eCommerce Framework (ECF™) G5
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.
Reviews0
PriceFree
Views1252
MVC Architecture Model In ASP.NET
posted byBeansoftwareinTutorials & Tips
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.
Reviews0
PriceFree
Views908
How To Add CheckBox And Image Button Columns In GridView
posted byBeansoftwareinTutorials & Tips
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.
Reviews0
PriceFree
Views1244
Accessibility In ASP.NET Web Site
posted byBeansoftwareinTutorials & Tips
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.
Reviews0
PriceFree
Views690
GamblingBackend
posted byp2psysinMiscellaneous
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.
Reviews0
PriceUSD 19,250.00
Views1168
Google Map Module for DNN
posted bydnncoveredinSoftware
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.
Reviews0
PriceUSD 18.99
Views1202
DNN Skin Complete web design Packages.
posted bydnncoveredinWeb Sites
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
Reviews0
PriceUSD 79.99
Views968
Differences between .Net Framework 2.0 and 3.5
posted byBeansoftwareinTutorials & Tips
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.
Reviews0
PriceFree
Views1106
Custom Error Pages In ASP.NET
posted byBeansoftwareinTutorials & Tips
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.
Reviews0
PriceFree
Views1040
Application Level Error Handling in ASP.NET
posted byBeansoftwareinTutorials & Tips
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.
Reviews0
PriceFree
Views837
Stimulsoft Reporting as a universal data converter
posted byBeansoftwareinTutorials & Tips
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
Reviews0
PriceFree
Views946
Errors And Exceptions In ASP.NET
posted byBeansoftwareinTutorials & Tips
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.
Reviews0
PriceFree
Views638
How To Play Flash Video Files In ASP.NET
posted byBeansoftwareinTutorials & Tips
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.
Reviews0
PriceFree
Views1596
Aivea Commerce Server
posted byaiveainShopping Carts
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).
Reviews0
PriceFree
Views2036
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.
Reviews0
PriceFree
Views2171
ListTransfer
posted byGeeksLtdinGroupware Tools
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.
Reviews0
PriceFree
Views1145
Price comparison website script based on Shopzilla API
posted byinfoinSearch Engines
We offer you a complete and fully functional price comparison website based on Shopzilla Publisher API.
Simple to install - requires changes to only a few lines of code
You get web solution with 44,753,870 of products and offers from 119,005 of merchants
Pay Per Click Model.
You keep 100% of any commission
Search Engine Friendly, fully customizable.
You can create own skin using our template
No database required
You can use it to promote a third party such as Adsense, eBay Partner Network .
US,UK,DE,FR version available.
Reviews0
PriceUSD 250.00
Views3835
GetQuiz
posted byElearningforceinWeb Developers
GetQuiz asp.NET quiz component is a quiz maker which allows you to easily create and manage quizzes. Select from 9 types of questions, use Question Pool feature to store questions, view detailed statistics on students’ answers with Quiz Reports feature and create and manage Quiz Certificates.
Reviews0
PriceUSD 199.00
Views2086
Kentico E-commerce for ASP.NET (v5.5)
posted bykenticoinWeb Developers
Kentico E-commerce for ASP.NET allows you to easily build on-line stores without complex programming. It comes with a starter site and a step-by-step guide that helps you customize the store with your design and categories. It supports product and inventory management, product options, PayPal and Authorize.NET gateways, wish list, customizable taxes, discounts and shipping. You can also download a Free Edition for small stores.
Reviews0
PriceUSD 3,498.00
Views1097