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 701-720 of 1000
ASPNetToolTip: Balloon-Help, Dynamic Tool-Tip Control for ASP.NET
The ASPNetToolTip WebControl allows you to create beautiful dynamic, animated ToolTip content appear when the mouse rolls over any kind of HTML element(s). Choose from among 15 opacity fade animations for your mouseover and mouseout events. Assign Tool Tip to any ASP.NET WebControl, or declare your tooltipped content using a template. Your ToolTip and Rollover content can be anything from raw text to Flash animations and Image Buttons.
(3 ratings)
Reviews0
PriceFree
Views2233
Generating Excel Report in ASP.NET 2.0
Explains how ASP.NET web application can interact with Excel files, both reading and writing. Excel is such a powerful tool that many companies make extensive use of it for analyzing data.
(9 ratings)
Reviews0
PriceFree
Views2058
ASPNetAudio: The MP3 Sound Effect and Music Player for ASP.NET
http://www.aspnetaudio.co m The unique ASP.Net Audio Component allows you to add sound to ASP.Net websites. It allows you to deliver background music, broadcasts & sound effects with ease. ASP.Net Audio works with regular MP3 and WAV files. The output is 100% xhtml compliant.
(0 ratings)
Reviews0
PriceFree
Views2241
ASPNetFlashVideo: The FLV Player WebControl for ASP.NET
The ASP.Net FlashVideo Component allows you to add YouTube style Flash Videos (.flv files) to ASP.Net websites. ASPNetFlashVideo requires no Flash programming. ASPNetFlashVideo a completely skinnable Flash Video player for ASP.Net. Your users will never have to see the annoying "Click to activate and use this control" message. Flash Videos are embedded as Search-Engine-Optimized, WAI-Accessible, XHTML-Compliant Controls. www.aspnetflashvideo.com
(6 ratings)
Reviews0
PriceFree
Views3807
Introduction to AJAX and Microsoft ASP.NET AJAX Framework
Explains how to use AJAX to make more dynamic and responsive ASP.NET Web applications, which ultimately results in rich user experience. AJAX, an acronym for Asynchronous JavaScript And XML is a group of technologies like Java Script, XML, CSS, DOM, HTML and DHTML.
(0 ratings)
Reviews0
PriceFree
Views1055
Web Site Navigation in ASP.NET 2.0
Explains how to give consistent ways for the users to navigate the website. Web applications that you develop will have multiple pages interconnected with each other in some fashion. You need to have a navigation system in place which can help the end user to successfully work through your application.
(0 ratings)
Reviews0
PriceFree
Views859
Creating Line, Bar, and Area Charts with ASP.NET
Part 3 of a Multipart Series - In this tutorial we will learn how to create line, bar, and area PNG charts on the fly and incorporate them in our website statistics application. Specifically, we will create area charts of daily visits and page views for the last 12 months, and display them in the reports section of our application. Again, all code has been explained in detail, and is available for download.
(3 ratings)
Reviews0
PriceFree
Views1079
Creating Windows Services in .NET
This article will guide you on creating a simple WindowsService. WindowsServices are applications that can be automatically started when the operating system boots. They can run without having an interactive user logged on the system. You can configure a Windows Service to be run from a specially configured user account or from the system user account.
(0 ratings)
Reviews0
PriceFree
Views681
Improve your ASP.NET Site performance with Caching
Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A Proper use and fine tune of caching approach of caching will result on better performance and scalability of your site. However improper use of caching will actually slow down and consume lots of your server performance and memory usage. Good candidate to use caching is if you have infrequent chance of data or static content of web page.
(0 ratings)
Reviews0
PriceFree
Views655
Delegates and Events in C#
What makes them special is that unlike the C function pointer, the .NET delegate is type safe. Delegates exists for situations in which you want to pass methods arounds to other methods. Using a delegate allows the programmer to encapsulate a reference to a method inside a delegate object. As a .NET developer you will be using delegates and events extensively, especially when developing the Windows Forms applications.
(0 ratings)
Reviews0
PriceFree
Views826
Xml helper
Class to read values from XmlNodes using a single statement and convert the value to a any .Net type. Requires .Net 2.0 written in C#.
(0 ratings)
Reviews0
PriceFree
Views1012
Security Features in ASP.NET 2.0
Tutorial covers number of new features and tools to secure ASP.NET applications. The authentication and authorization of users and resistance against the malicious attacks are important tasks in web applications.
(0 ratings)
Reviews0
PriceFree
Views1005
Visitor Informations From Request.ServerVariables Collection
Tutorial explains few methods to know more informations about your web site visitors. The ServerVariables collection retrieves the values of predetermined environment variables and request header information. If you've ever wondered how to get your website visitor's name, or their IP address, or the referrer address, then look no more. Request.ServerVariables is almost all you need.
(0 ratings)
Reviews0
PriceFree
Views972
Aspose.Pdf for Reporting Services
Aspose.Pdf for Reporting Services makes it possible generating PDF reports in Microsoft SQL Server 2000 and 2005 Reporting Services. All RDL report features including sections, images, textboxes, charts, lists, tables, matrices, styles, rectangles, lines, headers and footers are converted with the highest degree of precision to PDF. Aspose.Pdf for Reporting Services creates Pdf documents on the server without using Adobe PDF Library SDK.
(0 ratings)
Reviews0
PriceUSD 799.00
Views1913
AfterLogic WebMail Pro .NET
Webmail front-end for your existing mail server, written in ASP.NET. Provides fast and clean AJAX interface and PDA version, supports POP3/IMAP/SMTP/SSL, folders, private/shared/public calendar with iCal and Outlook sync, rich-text editor, address book (contacts and groups), message preview pane, many accounts per user, filters, IMAP quotas, multiple domains, web admin, non-English languages, skins, UTF-8, MS Access/MS SQL/MySQL. Source code.
(3 ratings)
Reviews0
PriceUSD 149.00
Views2588
Basics of .NET remoting
This article will explores about .NET remoting. .NET remoting is a technology that allows you to invoke or accessing objects on remote server. For those who are familiar with Java technology, it is called RMI (Remote Method Invocation) in java world. .NET remoting supports accessing your objects by using HTTP,TCP and IPC channels. Similar with Web Services, .NET remoting also support calling your objects via HTTP protocol. However Web Services provide platform independence and you also get loose coupling between your client server objects which means that easier to deal with versioning issues. Unlike Web Services, .NET remoting requires both of your client and server objects running on the same .NET Framework version. and it has a tight coupling between client and server because the same object types are shared.
(3 ratings)
Reviews0
PriceFree
Views888
CAPTCHA - prevent bots and automatic submissions in ASP.NET
In this article I will explain the use of CAPTCHA and provide a sample class that you can use in your projects. So, what is CAPTCHA? Standing for "Completely Automated Public Turing test to tell Computers and Humans Apart", A CAPTCHA is a program that can generate and grade tests that most humans can pass, but current computer programs can't pass.
(0 ratings)
Reviews0
PriceFree
Views1292
How to use TreeView control in ASP.NET 2.0
ASP.Net 2.0 introduces many new controls including a TreeView Control, which can be used to consume information from hierarchical data sources like an XML file and then display that information. In this tutorial, I am going to statically data bind the TreeView control with the contents of an XML file.
(6 ratings)
Reviews0
PriceFree
Views1869
File Upload & Compression in ASP.Net
This article will show you how to upload a file to the web server and compress it using the compression methods provided in .Net. I will use the open source compression method to compress to a .gz file. The method is available in System.IO.Compression.
(0 ratings)
Reviews0
PriceFree
Views1546
E-Mail in ASP.NET
In this article we will explore three different and important e-mailing techniques; to send a simple text e-mail, to send HTML content via e-mail, and to send attachments in ASP.NET Web Application.
(3 ratings)
Reviews0
PriceFree
Views1112
Results 701-720 of 1000