Search
 
Saturday, 19 May 2012
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
 
Partners
  Clean Softs
  Free Downloads
  Internet Articles
  Song Lyrics
  Free Drivers
  Articles
  Red Softs
  Get Free Softs
  Free Downloads
  Adware Info
  Gold Softs
  Daily Articles
  MySpace Generators
  Software Download
  Download Programs
  Hotel Reservations
  Programs DataBase
  Mobile Phones
  Pimp MySpace

Check PageRank
 
Top 51-100 ASP.NET scripts

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

51)   Customizing Pagination
This is an useful ASP.NET article in which the author explians about the paging functionality of the datagrid control. This article is easy to learn for the users.

52)   ASP.NET Global Exception Handling
ASP.NET Global Exception Handling is an article in which the author discussed the various techniques to show the webmasters an attractive error page. Through this article the webmasters could show their clients their custom error page.

53)   How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET
This is a tutorial about how to make use of Forms-Based Authentication in ASP.NET Application by using C# .NET. The main task of this function is to save the information of the users into a database.

54)   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.

55)   Create Dynamic ASP.NET Excel Workbooks In C#
This tutorial deals with creating a Excel spread sheet and loading the report in it with the help of two methods that is specified in this article.

56)   Microsoft Jet SQL Functions
This site helps the new learners to learn and know about the functions of SQL. It has different functions with examples to guide the learners in an easy way.

57)   ASP.NET Menu
ASP.NET Menu is a program that can be used by the webmasters to build site navigation menus on their websites. This component is built on XML and CSS and it is easy to generate any number of menus and customize them.

58)   Submitting Web Form data from one ASP.NET page to another
This tutorial teaches the method of transferring data from one form to another form in ASP.NET applications. In this article author explains about HTTPContext objects which helps to transfer data.

59)   Handling Exceptions in C#
This tutorial instructs the process of error handling by using Exception base class in C#. The author gives details about creating a own Exception class to handle the error during run-time of the programme.

60)   Using Nested DataGrids in ASP.NET
Using Nested DataGrids in ASP.NET is an article which will be more useful for the .NET application developers. In this article the author discusses about the usage of nested datagrids.

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

62)   Detecting File Encodings in .NET
It is a tutorial in which author describes about file encoding and the method of detecting the file encoding in an ASP.NET application and to read the srings used in the encoded files.

63)   ASP.NET images: Thumbnails
ASP.NET images: Thumbnails is an online tutorial; users can utilize this to learn about resizing images to generate thumbnails in ASP.NET.

64)   Marquee Webcontrol
Marquee Webcontrol is a tool for displaying a rectangular region of moving text with different movement behaviour. This webcontrol can be used in the area of real time data displaying solutions like news, weather ticker, stocks etc.

65)   How To Dynamically Include Files in ASP.NET
This is a web based article through which you can learn about how to dynamically include HTML and client-side scripts in .aspx pages. You can see the sample code to perform this operation in this article.

66)   Discussion Forum in ASP.NET
This tutorial is very simple form of creating a discussing forum in ASP.NET. This ASP.NET forum board accepts the HTML tags also. This is scripted in C# with ADO.NET for creating a ASP.NET web application.

67)   .NET Assemblies & Manifests
This online tutorial is all about the .NET assemblies and manifests which is described. The author tells about the guidelines to be followed while generating a .NET component. The article states about the .NET assemblies and atlast merging with the features of manifests.

68)   ASP.NET Forums
This tool is used for making a discussion board on the website to allow users to communicate with others and to share ideas and suggestions that arises regarding to the site.

69)   Dropdown list Population
Dropdown list Population is an ASP.NET tutorial through which you can know to populate selection from other dropdown list. This tutorial clearly explains the procedure with an example.

70)   File Merger and Splitter in C#
This tutorial concentrates on the method of splitting large files into small files and merging them back into a single file. Author offers programme which is written in C# for executing the above said process.

71)   ASP.NET Web Counter
This is a simple counter script based on .NET which is used on the website to count number of hits made by the visitor on the website and on each page. The main highlight is it utilizes less memory from the server.

72)   POP3 EMail
POP3 EMail is the article giving the full details about checking the mails from the web browser. The author has touched the very important part about the capability to retrieve POP3 Mails.

73)   Creating Graphics On-The-Fly with ASP.NET
This is an article that contributes to users on generating images dynamically by using .NET framework for the websites. This tutorial illustrates this process by generating simple bar chart.

74)   Adding events capabilities to the Calendar App.
The author brings out the idea of creating a new model of calendar for adding event. This is more easy in ASP.NET using the calendar built-in control. The sample code is given along with live demo.

75)   Creating DataGrid Programmatically
This is an ASP.NET tutorial which shows step-by-step process of creating the datagrid control using code in ASP.NET. This tutorial defines a sub-routines which helps you to create a datagrid control on the web forms.

76)   Creating Dynamic Web Quizzes using C# and ASP.NET
This tutorial is quite a simple one describing methods to create web quizzes using C# and ASP.NET. This article explains about generating a web quiz using a database.

77)   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.

78)   Client Side Scripting using ASP.NET
Client Side Scripting using ASP.NET is a simple tutorial in which the author talks about the use of client side script in ASP.NET pages. This tutorial explains how to include a client side script with a sample program.

79)   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.

80)   Slide menu control
Slide menu control is a simple program that creates menus for site navigation purpose. This program can be used to create slide menus using four buttons and the built menus will appear like outlook bar.

81)   Active Date Time
Using this script you can select the date and time. It does not depend on any third party control. It is browser independent. In addition to this it can be completely modified to users need.

82)   Creating Bar and Pie Charts in ASP.NET
This is an online tutorial that covers on creating pie chart and bar chart in .NET through computers using the classes from .NET framework.

83)   Text Reader and Text Writer in C#
This simple tutorial gives you the solution for reading and writing (Unicode) character based data through the derived classes of TextReader and TextWriter class. The text information is treated as textual information as a stream of in-memory characters by these classes.

84)   Integrating Macromedia Flash MX and Microsoft ASP.NET
This is an article for letting Microsoft ASP.NET and Macromedia Flash MX to get integrated. Here the author explains about two methods of data transfer between these two.

85)   Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid (i.e. HotMail & Yahoo)
This is an ASp.NET tutorial which will be useful for the novice programmers. This tutorial helps you to learn about how to delete multiple checkbox item after getting confirmation from the users. This tutorial gives you the complete sample code.

86)   Password Hashing using C#
This is an article for generating hashed value of the password to store it in a database. This article will be useful for the users to gather knowledge about an effective way to protect the user password.

87)   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.

88)   Loading a DataSet with Data from Multiple Tables
This simple tutorial instructs the process of loading dataset with the data of multiple tables. Here the programmers can learn about the method of utilizing ADO.NET objects to perform data access mechanism.

89)   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.

90)   Using MD5 to Encrypt Passwords in a Database
This tutorial discusses about MD5 encryption, which helps in encrypting password in a database. The author gives details about encryption methods.

91)   Understanding Include Statements
This is a tutorial which helps you to know about the include files. Include directive is used to add a file to the ASP.NET page. You have to specify the file name with its path in the include statement.

92)   AspMap
AspMap is an effective tool which helps users to create map images easily. Using this tool you can zoom the pictures. This tool is easily customizable and it does not require any third party component to install.

93)   Viewing and editing file and directory attributes in ASP.NET
It is a tutorial in which users can get details about System.IO.FileAttributes class, which has several attributes and the author explains each attribute with brief description. Through this attributes users can view and modify the file or directory.

94)   TimeZoneConverter
This script is generally represented by number of hours. Classes are secured and are able to generate reference of time zones and it can convert to present time zone from any time zone.

95)   Building a Basic ASP.NET Web Form
This tutorial teaches the procedure for constructing ASP.NET web forms, which help in getting the information of the visitors.

96)   .netCHARTING
.netCHARTING is a simple and flexible chart tool to create different types of charts. This tool combines data aggregation, database access, date handling with chart representation. It supports automatic drill down feature.

97)   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.

98)   Simple .Net Chat Application
Simple.Net Chat Application is a chat tool which helps you to communciate with the people in your chat list. This tool remove all the old messages and it monitors all the users activity.

99)   Build CAB Files In .NET
This is an article in which author explains about the methods to be followed for generating the CAB files using Cab objects with the help of ASP.NET application. And also the author describes about the procedure for adding the files in the CAB file.

100)   WebServices and passing a user-defined Object
This tutorial helps the users to send an object through web services by following two different steps discussed in this tutorial.



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]
 
 Seitenanfang  Home   • Submit   •  Most Popular   • New   • Privacy Policy   • Bookmark