New Scripts | ASP.NET
WebSplitter
posted bygetcomponentinWeb Fetching
The WebSplitter is an ASP.NET splitter control allowing you to subdivide sections of the Web page so that your users can resize or even collapse them. Simulating the intuitive splitter of user interface is found in many modern rich client applications, it gives your users greater splitter control over the layout of their workspace. This splitter control also helps to avoid HTML frames usage for information splitting in your applications for delivering compartmentalized sections of information. WebSplitter for ASP.NET is a split container control which allows creating interface layouts with resizable panels. It adds flexible layouts to ASP.NET applications including horizontal/vertical splits, resizable scrollable, collapsible and even ASP.NET AJAX panels, client-side interactivity, and much more.
Main features:
1. Orientation - Orient your splitter bar horizontally or vertically.
2. Resizing Behavior - You can make the content pane resize in real time.
3. Content Panes.
Reviews0
PriceUSD 199.00
Views1654
Numeric Currency to Word Currency USING ASP.NET
posted bymenononnetinMiscellaneous
Menon On .Net Numeric Currency to Word Currency is a simple currency converter Using Asp.Net and its Free!!!.
You can convert Numeric Currency to word Format
All you Need to do is Just Mention Which Currency Unit and Sub Currency Unit You want to use for the currency.
For example here I used Currency Unit as �Dollar� and Sub Currency As �Cents� IF you want to Convert Your Numeric Currency to Indian Word Currency Just mention Currency Unit as �Rupee� and Sub Currency As �Paise� you can use this Numeric Currency to Word Currency Component For any currency types and its Free!!!
Reviews0
PriceFree
Views1620
Synchronize your online orders with QuickBooks!
posted byalbertkahn1inMiscellaneous
If you have an online store and use QuickBooks for accounting, you�re probably spending a number of hours in manually rentering all your online orders into QuickBooks�. Once the order is in QuickBooks�, the task is only half complete. You now manually update your inventory, re-key information (or copy and paste) to create the shipping label and process the payment. This entire process can take hours if you have several orders a day.
eCommerceConnector for QuickBooks� is developed to cut down your order processing time from hours to minutes. eCC seamlessly connects your Online Store with QuickBooks�.
eCC can be easily installed on your desktop and comes with a simple module for your online store (X-cart, Pinnacle Cart, osCommerce or ZenCart). Once installed, eCC automatically downloads your online orders onto your desktop and you can synchronize this data with your QuickBooks at the click of a button.
Reviews0
PriceUSD 299.00
Views1252
Introduction To Server Controls In ASP.NET
posted byBeansoftwareinTutorials & Tips
This beginner tutorial will give you a small summary of the most important ASP.NET server controls. ASP.NET server controls are objects and have their own properties, methods and event handlers.
Reviews0
PriceFree
Views839
ASP.NET Code Debugging
posted byBeansoftwareinTutorials & Tips
This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly suited for this task. Together with Tracing and Exception Handling you're armed and ready.
Reviews0
PriceFree
Views897
Adding Some Style To ASP.NET
posted byBeansoftwareinTutorials & Tips
These days layout is very important. ASP.NET supports CSS and adds its own Themes and Skins which provide control based style elements. Uniform layout on your whole site can be guaranteed by using Master Pages.
Reviews0
PriceFree
Views1496
Using ADO.NET to Develop Data Access Logic (DAL)
posted byBeansoftwareinTutorials & Tips
Dynamic Web sites usually use one or more data sources like a database or xml files. This tutorial explains how to use ADO.NET to easily communicate with data sources through a recommended 3 tier architecture.
Reviews0
PriceFree
Views1188
ADO.NET - Working with Disconnected Data
posted byBeansoftwareinTutorials & Tips
Explains how to use ADO.NET to manipulate data without database connection. Disconnected data can be used to communicate between distributed applications or web services. Like connected data, disconnected data supports multiple tables and data binding.
Reviews0
PriceFree
Views1206
Importance of Coding Standards for .NET Development
posted bytipsntracksinTutorials & Tips
A coding standard is a set of guidelines, rules and regulations on how to write code which will help programmers/developer quickly read and understand source code conforming to the style as well as helping to avoid introducing faults and misunderstanding.
Coding standards are important because they provide greater consistency and uniformity in writing code between programmers. This ultimately leads to the code that is easier to understand and maintain which reduces the overall cost of the project.
Reviews0
PriceFree
Views971
Save & Read Image From Database
posted byBeansoftwareinTutorials & Tips
Explains how to upload and save image to database, and then read and show image on web page.
ASP.NET provides a simple mechanism to upload image files to a database, like SQL Server. The images can be stored in a database table attribute that is of image data-type.
Reviews0
PriceFree
Views2202
Implementing Code Behind in ASP.NET
posted byBeansoftwareinTutorials & Tips
Introduces Object Oriented Programming (OOP) and how to link interface and code behind in ASP.NET web application.
OOP (Object Oriented Programming) uses 'objects' to design applications. This object is a particular instance of a class. The class defines all the possible characteristics and behaviors for his objects.
Reviews0
PriceFree
Views1342
How To Get Web Site Thumbnail Image In ASP.NET
posted byBeansoftwareinTutorials & Tips
Explains how to get web site thumbnail image using ASP.NET. One very common requirement of many web applications is to display a thumbnail image of a web site. A typical example is to provide a link to a dynamic website displaying its current thumbnail image, or displaying images of websites with their links as a result of search, like in Google search.
Reviews0
PriceFree
Views2049
How to integrate AJAX Control Toolkit controls in ASP.NET
posted byBeansoftwareinTutorials & Tips
An easy intro to AJAX in ASP.NET with examples in both C# and VB.NET. Before reading this tutorial you should be familiar with ASP.NET and C# or VB.NET (examples are provided in both C# and VB.NET).
Reviews0
PriceFree
Views1345
Interpreting Data from Amazon's Web service
posted byBeansoftwareinTutorials & Tips
Explains how to fetch and read data from web services in ASP.NET, with example of Amazon's web service. I will take the example of AMAZON's web service, which is used by many retail sellers to get the updated information about product's (price, ASIN, SKU part # etc).
Reviews0
PriceFree
Views1384
Select and Display database records in ASP.NET
posted bygoogleme.com.auinTutorials & Tips
How to connect to a database and access records is a piece of functionality that most web developers (be it Classic ASP, PHP, PERL, ASP.NET) have to contend with a on a regular basis. Actually, any developer who has ever built a dynamic site (and we're talking multi-millions here) has found themselves working with data stored in a database. "But I just want to know how to do it with ASP.NET" I heard you say... Good, because I'm about to show you how in simple, common sense terms. In fact, this article is specifically written from a Classic ASP developer's perspective....that is, developers who are not familiar with ASP.NET and its alien concepts of objects, classes, controls and what-not. So let's get stuck into it shall we...
Reviews0
PriceFree
Views1365
Mainpulating Files and Directories in ASP.NET
posted byBeansoftwareinTutorials & Tips
Explains different ways to manipulate files and directories on web server by using ASP.NET.
For example, applications could require to create a new file, delete an existing file, modify the contents of an existing file, and check whether a file with given name exists or not etc.
Reviews0
PriceFree
Views1215
Dangerous paths - URI Design
posted byBeansoftwareinTutorials & Tips
ASP.NET is essentially an advanced request-processing framework. Naturally, the URI is the most important part of any request (or should be). This tutorial explains how to avoid common mistakes in URIs design.
Reviews0
PriceFree
Views919
Dynamic Calendar Web Application in ASP.NET
posted byBeansoftwareinTutorials & Tips
This tutorial explains how to make database driven project to manage events, holidays, birthdays and other specific dates.
Linking a database of events and the dates to our page, we can dynamically generate a calendar which will show the required information on specific dates.
Reviews0
PriceFree
Views1914
ASP.NET Page Life Cycle
posted byBeansoftwareinTutorials & Tips
A page in an ASP.NET application consists of several server controls. These are the fundamental building blocks of an ASP.NET application. This tutorial explains life cycle of an ASP.NET page whether the page is requested for the first time or it is a postback.
Reviews0
PriceFree
Views1551
Tracking Your Website's Visitors and Statistic in ASP.NET
posted byBeansoftwareinTutorials & Tips
This tutorial lays down the basic architecture of a tracking website and highlights the technical aspects while implementing it using ASP.NET with C#. Tracking websites can record the visitor activity on any site (by pasting their tracking snippet). The recorded data can be used to generate various useful reports.
Reviews0
PriceFree
Views1500
