New Scripts | ASP.NET
PDF Focus .Net
posted bymsautininMiscellaneous
PDF Focus .Net is .Net component for developers which enables any .Net app convert PDF to Word RTF, DOC, Text documents and PDF to HTML, XML, Excel, Images Jpeg, Png, Bmp, Tiff and Multipage-TIFF. The component is absolutely standalone and does not require Adobe Acrobat or Microsoft Office. The component is completely created in 100% managed C# code. Does not require installed Microsoft Office or Adobe Acrobat.
Reviews0
PriceUSD 578.00
Views949
Silverlight Charts
posted byteamvisifireinGraphs & Charts
Visifire is a set of open source data visualization components - powered by Microsoft� Silverlight�. With Visifire you can create and embed visually stunning animated Silverlight Charts within minutes. Visifire is easy to use and independent of the server side technology. It can be used with ASP, ASP.Net, PHP, JSP, ColdFusion, Ruby on Rails or just simple HTML.
Reviews0
PriceFree
Views2867
UPS Automatic Shipping Label Generator for .NET programs
posted byecommercemaxinUtilities
Enables .NET developers to:
* Programmatically create UPS shipping transactions and UPS Shipping labels directly within your own custom desktop programs or website.
* Create GIF, PNG, EPL, EPL2, SPL & HTML image labels
* Optionally request "UPS Negotiated Rates" if your UPS account is qualified for such program.
* Void shipping transactions on shipment level or package level.
* Create outgoing or return labels.
* Create domestic and international shipping labels.
* Create shipping labels for multiple packages simultaneously.
* Create shipping label for packages with Insurance or Declared Value with a automatic generation of corresponding printable High Value Report.
Reviews0
PriceUSD 159.95
Views1694
ASP.NET Keyboard Shortcut Controls
posted byBeansoftwareinSite Navigation
ASP.NET Keyboard Shortcut Controls are ASP.NET Controls that enable keyboard shortcuts in your web application, just like is usual in Windows desktop applications.
You can implement them in no time and you don't need to learn or code anything! All you need is to set values of CTRL, ALT, SHIFT and Character properties according to your wishes in design time or in server side code. Shortcut Controls will do the rest!
Complete source code is included.
Reviews0
PriceUSD 749.00
Views1658
State Management in ASP.Net
posted byBeansoftwareinTutorials & Tips
Web Pages developed in ASP.Net are HTTP based and HTTP protocol is a stateless protocol. It means that web server does not have any idea about the requests from where they coming i.e from same client or new clients. On each request web pages are created and destroyed.
This tutorial explains how to remember site visitor's informations between requests.
Reviews0
PriceFree
Views1372
Three Tier Architecture in ASP.NET
posted byBeansoftwareinTutorials & Tips
This tutorial explains how to organize project into recommended three tier architecture.
3-tier application is a program which is organized into three major disjunctive tiers on layers. You will see how these layers increase the reusability of codes.
Reviews0
PriceFree
Views2533
Web Forms in ASP.NET
posted byBeansoftwareinTutorials & Tips
This tutorial is an easy introduction to ASP.NET web forms. It explains how to write a correct form tag, how to use common web controls, how to maintain ViewState etc.
Reviews0
PriceFree
Views1446
ASP.Net 2.0 Improvements
posted byBeansoftwareinTutorials & Tips
In this article we discuss the several new features that are introduced in ASP.NET and see how it has improved by doing so.
The need for improvement lead to ASP.NET 2.0, which was designed keeping in mind the factor that web development requires to be made simpler and faster.
Reviews0
PriceFree
Views924
Classic ASP vs. ASP.NET
posted byBeansoftwareinTutorials & Tips
This tutorial explains the differences between the Classic ASP and ASP.Net and also focuses on the new features in ASP.NET.
ASP.Net opens up a whole new programming model with the blend and combination of Web forms, server-side controls, data binding, and Web services.
Reviews0
PriceFree
Views1587
Using Forms Authentication with Active Directory
posted byBeansoftwareinTutorials & Tips
Forms Authentication is a system in which unauthenticated requests are redirected to a Web form where users are required to provide their credentials. Active Directory is an essential and inseparable element of the Windows 2000 network architecture that lets organizations efficiently share and manage information about network resources and users.
This tutorial explains how to implement form authentication using Active Directory warehouse credentials.
Reviews0
PriceFree
Views1841
Web Parts in ASP.NET
posted byBeansoftwareinTutorials & Tips
Many websites often organize their content into modules that allows for personalization. In ASP.NET 1.1, you needed to build your own personalization framework.
This article discuss how you can do it with Web Parts, new feature introduced in ASP.NET 2.0.
Reviews0
PriceFree
Views1589
ControlState Property Demystified
posted byBeansoftwareinTutorials & Tips
ASP.NET web applications are based on stateless HTTP protocol. New instance of the web page class is created each time the page is requested from the server. This tutorial explains how to create controls which can remember data across web page postbacks.
Reviews0
PriceFree
Views1087
Validation in ASP.NET
posted byBeansoftwareinTutorials & Tips
Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you apply to the data you collect.
Reviews0
PriceFree
Views1418
Keyboard Shortcut in ASP.NET
posted byBeansoftwareinTutorials & Tips
Keyboard shortcuts are well known facility in Windows desktop applications. Shortcuts can increase efficiency and usability of your user interface. This tutorial explains how to enable keyboard shortcuts in ASP.NET web application.
Reviews0
PriceFree
Views1410
Absolute Podcasting .NET
posted byxigla_softwareinBlog
Give your Site its own Voice : Absolute Podcasting is a Complete Podcasting and Audio Blogging tool in ASP.NET,with a Web 2.0 look and AJAX based features. Complete Out-of-The Box podcasting site or use it as an extension to your web site. Unlimited mp3 and audio files, categories and users. RSS and Widget syndication, archives, banner ad support, social bookmarks and more
Reviews0
PriceUSD 149.00
Views2000
Programmatically setting the focus on asp.net control
posted bycodehatinTutorials & Tips
Using asp.net Code Behind (aka asp.net code, regardless of where it is situated) you can write your pages to display the blinking cursor (focus) on a particular web control. This improves the usability of your forms for end users. Copy the code example shown in Code Field 1 and paste this data into your Page_Load subroutine...
Reviews0
PriceFree
Views1263
ASP.NET StoreFront
posted byapsysteminShopping Carts
Powerful featured e-commerce store application (ASP.NET vb script) including extensive and flexible product management - Unlimited attributes, prices and photos.
All parameters, including design, are being controlled from the control panel. Unlimited directory style categories and departments. Multiple Payment Options and design templates. Unlimited Shipping & Tax Rules by customer location and product weight.
Reviews0
PriceUSD 95.00
Views2160
What is REST, anyway?
posted byPHeaveninTutorials & Tips
In this article, we explain REST (Representational State Transfer). It�s an approach to building distributed systems, though less commonly used than Remote Procedure Calls. We look at what it is, how it differs from RPC, when it might be suitable to use it and what lessons we can learn from it.
Reviews0
PriceFree
Views1208
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
Views1598
Beginning ASP.NET the Easy Way
posted bysuper3boyinTutorials & Tips
ASP.NET is Microsoft�s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial.
You don�t necessarily need a compiler to build an ASP.NET script. Any text editor will work. Let�s start by building or first aspx file. Create a new text document in your favorite text editor. Call it default.aspx. Now lets jump in, shall we?
Reviews0
PriceFree
Views1143
