Saturday, 10 May 2008
Top 1-50 ASP.NET scripts

Scripts are listed after popularity.       To display the scripts in alphabetical order please click here




1)   Sending Emails Through Outlook using C# and VB.NET
This tutorial clearly states the method of appending your email in Microsoft outlook express. Using VB.net or C#, the webmasters could write functions, which is given as example.

2)   C# DateTime Structure
This is the tutorial for the users to show how C# Datetime Structure works. This gives you the age when you feed your date of birth. It's nothing new, but the speciality lies on that it would give your age very accurately.

3)   How to create dynamic arrays?
This easy tutorial teaches the method for creating a dynamic array for storing values into the array list objects using ToArray method. The author explains about dynamic arrays of custom type in the array list.

4)   Close Browser Window From Button Web Control
This useful tutorial teaches the method of creating click event on the server side for closing the browser window of the users. The author defines the method of creating the web form, inorder to put a button control for handling the button click.

5)   ASP.NET Pop-Up Date Picker Control
This script helps users to create a popup date picker on their websites. This program is compatible on both internet explorer and netscape browsers. Using this script you can select the date and time.

6)   How to avoid error "Object reference not set to an instance of an object"?
This is an article explaining about the errors and how to avoid it. The author describes about each components to build a web application. Through this article the users could get more knowledge about the proper usage of cookies.

7)   Multiselect from a listbox in .NET
This ASP.NET tutorial provides an easy way to display multiple items that are to be selected in a listbox control. This tutorial also helps you to know about how to add the data from the database in the listbox control.

8)   "Could not access 'CDO.Message' Object
In a .NET page, when the users try to send email, "Could not access 'CDO.Message' Object" apperars sometimes. Through this article the author gives a solution for this issue by opening SMTP server for relaying.

9)   Obtaining Active Directory User Information Using System.DirectoryServices
Obtaining Active Directory User Information Using System.DirectoryServices is an article which explains the users about getting information on an active directory user account in an active directory domain.

10)   Setting Default Value in a Drop Down list for a Datagrid
This is a web based article which provides you the solution for setting default values in the dropdownlist box that has been placed in the datagrid control.

11)   Uploading and retrieving images from SQL Server
This is an article that deals with uploading and retrieving images from SQL server. The author discusses this concept in detail by providing examples.

12)   Read POP3 Email with ASP.NET
This tutorial describes how to read a POP3 Email with the help of ASP.NET. The author also describes how could the webmasters delete and send emails.

13)   Creating Databound DropDown Lists in ASP.NET
Creating Databound DropDown Lists in ASP.NET is a tutorial useful for the web developers. This tutorial helps you to know about creating the drop down list box control on the html page and add the list items in it.

14)   Passing Values between ASP.NET Web Forms
This tutorial teaches the way to pass value between the web forms with the help of query string, server transfer and session variables in the ASP.NET application.

15)   Creating a Custom .NET Web Control With Events
Creating a Custom .NET Web Control With Events is an article in which the author explains you how to add a dropdown list web control in a web form and how to handle SelectedIndexChanged event of the dropdown control.

16)   ASP.NET Bar Chart Graph
This is an article that deals with creating bar graphical charts on ASP.NET websites. Here the author guides users by providing code snippets.

17)   ASP .NET - The ArrayList Object
This is an userfriendly tutorial in which author demonstrates the array creation through array list objects, which is a cluster of items stored in a single data value.

18)   Handling optional parameters in C#
This is an article in which you can get the solution for how to manage the optional parameters in the functions of the C# language. In this tutorial the author explains it with two methods.

19)   Detecting a Client's screen resolution in ASP.NET
In this tutorial the author discusses about how to detect client side screen resolution in ASP.NET. In this tutorial author makes it possible with the help of a simple javascript trick.

20)   How To Copy DataRows Between DataTables by Using Visual C# .NET
It is an article in which the programmers can learn about the process of copying a specified data row in a datatable with the help of Visual C#.NET in a .NET framework.

21)   Binding a two dimensional ArrayList to a ListBox Control
Binding a two dimensional ArrayList to a ListBox Control is a web based tutorial which explains you about how to add the values of the two dimensional array list to a dropdown list box control. This tutorial is simple and easy to learn for the readers.

22)   DataBound Dynamic Menu using a DataList and DataGrid
DataBound Dynamic Menu using a DataList and DataGrid is a program that enables webmasters to display dynamic navigation menus on their websites. Using this program they can create any number of menus with submenus.

23)   Remove White Space from Text
This is a tutorial that can be used by the users to learn about removing white spaces from the string. Here the author discusses about a code which was used to strip out the HTML and thereby to change entire white spaces into single spaces.

24)   Retrieving Images Stored in SQL Server
This is an article for retrieving stored images from database to display them. Here the author demonstrates this process by retrieving images from SQL server database.

25)   How to empty controls? (working like a "reset" button)
This tutorial concentrates on methods involved to clear the content in the form. The author explains about the codes with description for easy understanding.

26)   How to Send Email from ASP .NET ?
This tutorial explain in detail how to send email from ASP.NET. This article covers the area about what is needed and how to send emails. New concepts in sending mails along with attachment is the additional reference in this site.

27)   Creating a custom DataGrid delete button
This is an useful tutorial which shows you how to perform deletion in datagrid control by creating a delete button in the html form. This tutorial does not use the delete command of the datagrid control in ASP.NET.

28)   Simple Text File Operations in C#
This is a simple tutorial in which author discusses about manipulating text files in C#, reading the content of the text file and adding the content of the text file etc.

29)   Building a Custom Validator Control - Part 1
This is an ASP.NET article through which you can know about creating your own validator control in ASP.NET. The author gives you the complete sample program which carries out this operation.

30)   Calendar of Events in C#
This is an article which helps the webmasters to built a web based event calendar. Through this the author describes about how to recall the event by giving the specific date of the event occured.

31)   Add MouseOver and OnClick events to a Datagrid
This script is an ASP.NET based grid control which helps the user to add the events in a real time. This is a basic utility for the beginners.

32)   C# Simulating the DateDiff
C# Simulating the DateDiff article displays the method to create Datediff function in VBScript.

33)   CheckBoxList Web Server Control
In this web based tutorial the author explains you about various operations performed on the ASP.NET CheckBoxList Web Server Control. The sample code given in this tutorial shows you how to display the selected items in a checkboxlist control and assign values to the individual checkbox item.

34)   Generating thumbnail images on the fly using ASP.NET and GDI+
This is an online tutorial that can be used by the readers to learn about creating thumbnails dynamically using .NET framework. Here the author demonstrates by using VB.NET in thumbnail generation.

35)   Ask the DotNetJunkies: DataList Paging
This is an ASP.NET article which provides you the solution for accomplishing the paging behavior in the datalist control. The author shows you the sample code for both datagrid and datalist control.

36)   Working with Dates And Times
Working with Dates and Times is very easy through this tutorial. Dates and Times could be manipulated and displayed using .NET. You can get the present Time and Date after setting a new System.DateTime in your system.

37)   Displaying the Files in a Directory using a DataGrid
This is an ASP.NET article that explains you how to list all the files of a directory in a datagrid control. This article shows how DirectoryInfo class and Directory class is used to get all the file names in a directory.

38)   Multiple file upload in ASP.NET
This is a web based tutorial in which author discusses about uploading umpteen files with ASP.NET. The author also discusses about uploading all files in HtmlInputFile control.

39)   How to assign a value to password textbox?
It is an article which tells the users about assigning a value to the password field instead of showing the text box without any characters.

40)   Web Calendar Control
This is a web based online calendar which shows the calendar data in a different way. This script is used to generate the professional calendar applications.

41)   Using NameValueCollection in C#
This tutorial deals with NameValueCollection, which is a sorted collection of string keys and string values that can be accessed through hash code of the key and through index.

42)   A DropDownList for U.S. States and Canadian Provinces and Countries
A DropDownList for U.S. States/Canadian Provinces and Countries is an interesting article that discusses about the dropdownlist box that is preloaded with U.S. States and Canadian Provinces. This tutorial also shows you the sample code for creating the dropdown list box with this list.

43)   Sending E-mail with .Net, the Easy Way
Sending E-mail with .Net, the Easy Way is the article demanding the purpose of sending emails, how to attach files, how to send HTML messages and solutions to overcome the frequent problems while sending emails.

44)   Generating a Strongly-Typed DataSet from a Web Service
This web service article gives introduction on web services and helps the users to build their own .NET based web services. For quick reference this article has provided example and sample code files for every category.

45)   ASP.NET Sort Array of Classes
It is a simple tutorial in which author describes the procedure for sorting the values in array through the QuickSort or BubbleSort algorithm.

46)   Viewing Crystal Reports on the web, using the CrystalReportViewer ASP.NET control
This is an article that discusses about displaying crystal reports on the websites with the help of CrystalReportViewer in ASP.NET.

47)   Web Forms Controls and CSS Styles
It is an easy to learn tutorial through which you can gain knowledge about how to set various style properties to the ASP.NET controls both declaratively and programatically. The author gives you the sample code for carrying out this operation in C# and VB.NET.

48)   File Uploading to Server Hard Disk using ASP.NET
This is a simple article in which the author has explained how to upload your files online from a client browser to the server hard disk using ASP codings.

49)   Creating Custom Controls for the .NET Compact Framework
In this .NET tutorial the author gives you the sample program to create a custom control which provides a custom ListDictionary to contain the elements and makes it available to the client using a property. This article also shows how to add icons to the custom control and test the custom control.

50)   ImageButton Control in ASP.NET
ImageButton Control in ASP.NET is a tutorial in which the author gives you the source code to disable the imagebutton control of ASP.NET. This tutorial will be very useful for the .NET programmers.



Browse Pages: 1 [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]

Search Script
Scripts Categories
  ·  Ad Management
  ·  Affiliate Programs
  ·  Articles
  ·  Assemblies
  ·  Auctions
  ·  Blog
  ·  Browsers
  ·  Calculators
  ·  Calendars
  ·  Chat Scripts
  ·  Classified Ads
  ·  Coders & Programmers
  ·  Collections
  ·  Communication Tools
  ·  Component & Controls
  ·  Components
  ·  Content Management
  ·  Counters
  ·  Customer Support
  ·  Database Tools
  ·  Date and Time
  ·  Development Tools
  ·  Discussion Boards
  ·  Documents
  ·  E-Commerce
  ·  eDocEngine ActiveX
  ·  Education
  ·  Email Systems
  ·  Error Handling
  ·  FAQ and Knowledgebase
  ·  File Manipulation
  ·  Financial Tools
  ·  Flash and ASP.NET
  ·  Form Processing
  ·  Form Processors
  ·  Games and Entertainment
  ·  Graphs and Charts
  ·  Guestbooks
  ·  Image Galleries
  ·  Image Manipulation
  ·  Instant Messaging
  ·  Link Management
  ·  Mailing List Managers
  ·  Mark Anders Answers your ASP.NET
  ·  Migration
  ·  Miscellaneous
  ·  Multimedia
  ·  NET Framework
  ·  Networking Tools
  ·  News Publishing
  ·  Online Communities
  ·  Organizers
  ·  Others
  ·  PDFtoolkit ActiveX
  ·  Polls and Voting
  ·  Portal Systems
  ·  Postcards
  ·  Quote Display
  ·  Randomizing
  ·  References
  ·  Reviews and Ratings
  ·  Scripting Techniques
  ·  Scripts and Components
  ·  Search Engines
  ·  Searching
  ·  Security Systems
  ·  Server Management
  ·  Site Navigation
  ·  Software
  ·  String & Variables
  ·  User Authentication
  ·  User Management
  ·  Vertical Markets
  ·  WAP and WML
  ·  Web Services
  ·  Web Sites
  ·  Web Traffic Analysis
  ·  Website Promotion
  ·  XML & ASP.NET
 
2006-2008 GetFreeSofts.com - Privacy Policy