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

Top Rated Scripts | ASP.NET

Results 981-1000 of 1000
ASP.NET Auto DB (form-to-database control)
ASP.NET Auto DB is an advanced form-to-database control for ASP.NET that �doesn't require any programming� and includes over 2-dozen sophisticated capabilities that make database form development a breeze. Video tutorials make learning fast and easy. Auto DB is compatible with ASP.NET 1.1 and the upcoming ASP.NET 2.0. Popular features include: Automatic detection of form fields, Dynamically uploads files, Writes to OLEDB compatible databases, Built-in auto responder, Caching for enhanced performance, CSV file creation for importing data into Excel and other popular applications, Ability to compress uploaded files, redirects users to a confirmation page, Built-in SMTP with authentication capability for sending auto responses, Recognizes ASP.NET validators and doesn�t process until form is error-free, Ability to personalize auto responses, Useful debug feature, Complete documentation, Video Tutorials�and No programming required!
(0 ratings)
Reviews0
PriceUSD 132.00
Views2087
Sending emails with ASP .NET
In this article, you'll see how sending email with ASP.NET is possible and then we'll go deeper to see how you can use HTML emails or include attachments.
(0 ratings)
Reviews0
PriceFree
Views1506
Working with GDI+ in ASP.NET
GDI+ (Graphics Device Interface) is the new interface for drawing Windows graphics. It is used frequently in Windows Applications but the nice thing is that they are also available in ASP.NET Web Applications.
(0 ratings)
Reviews0
PriceFree
Views1201
ASP.NET Mobile Barcode Professional by Neodynamic
Barcode Professional Mobile WebControl generates on-fly barcode images for ASP.NET Mobile Web Applications. It can generate the most popular Linear and 2D Barcode Symbologies. After specifying a Value to encode, choosing a Barcode Symbology, and setting its properties, Barcode Professional will render the barcode image for each mobile device in the preferred image format by each of them.
(0 ratings)
Reviews0
PriceUSD 59.90
Views1226
AspLib - TabControl
TabControl is a flexible component for building tabbed interfaces in ASP.NET applications. Each tab represents a separate page which can be displayed in IFrame or DIV Panel. Tab design setting are available. A tab can be text and (or) a picture. TabControl can contain several rows. Selected tab can be changed through PostBack. Control tabs' orientation can be top, bottom, left and right. The control features integrated server-side & client side API.
(0 ratings)
Reviews0
PriceUSD 299.00
Views1229
VB.NET 2005 Training : The .NET Framework Architecture Part 2
VB.NET 2005 Free Training : The .NET Framework Architecture Part 2. In this tutorial of The .NET Framework Architecture Part 2 we will learn about Just-In-Time (JIT) compilation, Assemblies, native assemblies, Global Assembly Cache (GAC) and Comparison of VB.NET, C#, and J#.
(0 ratings)
Reviews0
PriceFree
Views1144
VB.NET 2005 Free Training: Implementing Class Library Object in VB.NET 2005
Implementing Class Library Object in VB.NET 2005 Class: Classical Object Oriented Concepts explain a class as a cookie cutter. A class allows you to create objects of the class. As a programmer you define a class with data fields, properties, methods and events. Then you can create objects based on that class that have state (fields, properties) and behavior (methods, events). A class can be considered as a specification of how the object of the class should look like and behave.
(0 ratings)
Reviews0
PriceFree
Views1545
VB.NET 2005 Free Training: Introduction and Implementing Inheritance in VB
VB.NET 2005 Free Training : Visual Studio.NET Namespaces The .NET Framework class library has thousands of classes which are needed for developing and deploying solutions. In order to organize all those classes for ease of use .NET Framework uses namespaces. This Gives the Classes their own space and prevents conflicts between the various names in these classes. For instance if two classes contain a method Paint(), then to avoid conflicts in names we can place these classes in two different namespaces. Thus namespaces allow classes to be grouped in a consistent, hierarchical manner.
(0 ratings)
Reviews0
PriceFree
Views1479
VB.NET 2005 Free Training: Windows Forms Designer Window
VB.NET 2005 Free Training: Windows Forms Designer Window - Using The System.Windows.Forms.Form class System.Windows .Forms.Form class is the foundation class for all forms to be created. All the forms that are created in VB .NET are also inheriting from this base class. This class provides for all the facilities needed for the form. Additional functionality can be added by separate codes.
(0 ratings)
Reviews0
PriceFree
Views1443
VB.NET 2005 Free Training: Using Application Class and Message Class
VB.NET 2005 Free Training: Using Application Class and Message Class - Visual Basic 2005 introduces a speedy way to access many important classes relating to the Computer on which the application is running, the user running it, the application itself, its forms and any associated web services. The best part of it all is that you can access it all using the new My object. The new My object has added features that help the programmer to gain access to some functionality that was really hard to achieve.
(0 ratings)
Reviews0
PriceFree
Views1379
VB.NET 2005 Free Training: Setting and Adding Properties to a Windows Form
VB.NET 2005 Free Training: Setting and Adding Properties to a Windows Form - In this tutorial we wil leran about Setting and Adding Properties to a Windows Form, Using the Visual Designer to set Windows Form Properties, Setting Windows Forms Properties programatically and Using Visual Inheritance along with the sample project and screen shots.
(0 ratings)
Reviews0
PriceFree
Views1204
VB.NET 2005 Tutorials : Common Windows Forms Controls Section 1
VB.NET 2005 Tutorials : Common Windows Forms Controls Section 1 - In this tutorial we will learn about Common Windows Forms Controls in Visual Basic .NET 2005. IN this part 1 of this article, We will be learning the controls like Control Hierarchy, Label, LinkLabel, TextBox, RichTextBox, PictureBox, GroupBox, Panel, Button, CheckBox , RadioButton, ListBox, CheckedListBox and ComboBox.
(0 ratings)
Reviews0
PriceFree
Views1777
VB.NET 2005 Tutorials: Common Windows Form Controls Section:2
VB.NET 2005 Tutorials: Common Windows Form Controls Section:2 - In this tutorial we will learn about Common Windows Forms Controls in Visual Basic .NET 2005. In this part 2 of this article, We will be learning the controls like Control MonthCalendar and DateTimePicker, TreeView and ListView, Timer, TrackBar and ProgressBar, HScrollBar and VScrollBar.
(0 ratings)
Reviews0
PriceFree
Views1659
VB.NET 2005 Tutorials: Exceptions
VB.NET 2005 Tutorials: Exceptions - In this tutorial you will learn about Exceptions, Common Exceptions, Handling Exceptions - Try Block, Catch Block, Throw Statement, Finally Block, Salient points about error handling Custom Exceptions - Managing Unhandled Exception
(0 ratings)
Reviews0
PriceFree
Views1742
VB.NET 2005 Tutorials: Creating and Managing Components Section 1
VB.NET 2005 Tutorials: Creating and Managing Components Section 1 - In this tutorial you will learn about Components, Best practices in using Components, Creating Components by extending the UserControl Class, Testing the Control, Creating and implementing Events, Extending a control through Visual Inheritance and Inheriting from a UserControl.
(0 ratings)
Reviews0
PriceFree
Views1202
VB.NET 2005 Tutorials: Creating and Managing .NET Assemblies
VB.NET 2005 Tutorials: Creating and Managing .NET Assemblies Single-file and multi-file assemblies, Combining modules written in different languages, Creating a multi-file assembly, End Namespace, Static and dynamic assemblies, Private and shared assemblies, Sharing an assembly, Satellite and Resource-only assemblies, Compiling Satellite Assemblies, Compiling Satellite Assemblies With Strong Names, Obtaining the Public Key, Delay Signing an Assembly, Re-signing an Assembly, Installing a Satellite Assembly in the Global Assembly Cache, Resources in Applications, Creating and Localizing Resources and Packaging and Deploying Resources.
(0 ratings)
Reviews0
PriceFree
Views1672
VB.NET 2005 Tutorials: Access and Manipulate Data - Working with Disk Files
VB.NET 2005 Tutorials: Access and Manipulate Data - Working with Disk Files - In this tutorial you will learn about Access and Manipulate Data, Working with Disk Files, Browsing for Files, Streams and Backing Stores, Using the FileStream Class, Using the StreamReader and StreamWriter Classes, Using the BinaryReader and BinaryWriter Classes.
(0 ratings)
Reviews0
PriceFree
Views1453
Highlighter Component
Highlighter is .NET component that changes format of wanted words and phrases, to make them more notable in text on web page (e.g. for search results). You can change anything you can imagine, including font size, color, bold, italic, underline, background color etc., or simply use css styling. Features & Benefits: Developers: Add highlighting features to your ASP or ASP.NET application in no time with this easy to use component. Just add your terms and choose the look that best suite to your existing design. You can format all words to the same format or specify different formats if you need it. Your business: Improve your web site and make it more intuitive for your customers. If your web page has a lot of text, it could be confusing for your vistiors to find what they want. That can be crucial in making decision of purchasing, enroll or next visit to your site.
(0 ratings)
Reviews0
PriceUSD 49.00
Views1713
Lu - Guestbook
A free asp.net web control for online guestbook (inherited from Datagrid). It stores data in a MS ACCESS file, allows other people to reply the post, supports the fully flexible design of layout and appearance by using template, and includes other features such as user input validation by Javascript, three modes of displaying Email address, administration functions.
(0 ratings)
Reviews0
PriceFree
Views5531
brightProtect
brightProtect is a web application module intended to ensure the security of your website. With brightProtect you can equip your site with robust security and user management capabilities without a single change in your code. Upon installation of brightProtect, your website gains the ability to authenticate and register users and assign them to different roles with various access level.
(0 ratings)
Reviews0
PriceUSD 49.99
Views865
Results 981-1000 of 1000