Scripts are listed after popularity. To display the scripts in alphabetical order please click here
101)
"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.
102)
Forms-Based Authentication
Forms-Based Authentication is a tutorial which describes about the task of ASP.NET authentication. Form based authentication allows the applications to give the logon UI and finish their own document verification.
103)
Storing Passwords - done right!
This is a tutorial about creating and storing passwords in ASP.NET. Using salted hashes, the author renews the method of storing the password in a different way.
104)
Date Validator Custom Web Control
Any user's date could be validated, this is the speciality of this tutorial Date Validator Custom Web Control. DateValidator controls the missing user inserted dates. The necessary JavaScript code to perform client-side navigation is built using
ClientScript function.
105)
Read files from a directory
In this tutorial you can find the way for acquiring the name of the files in a directory using the Directory object. You can copy the sample source code given in this tutorial.
106)
DBNavigator
DBNavigator provides a navigating menu resembling VCR controls. Users will find it very easy to use this tool.
107)
Date Time Picker ASP.NET Web Control
This script is a web based tool which helps users to select date, time or date and time values. The date is displayed in the month, date, year format. This program runs on any browser and is simple to install and use.
108)
Using Server.Transfer and EnableViewStateMac to Preserve Form State
This is an useful ASP.NET tutorial in which the author gives you two methods for transferring the control from one form to another in ASP.NET. The author shows you the syntax for the two methods and gives you the source code also.
109)
Learn to read and write XML with .NET's XML classes
It is an article which deals with the process of writing and reading XML files in .NET, with the help of XML database. The author gives details about XmlReader and XmlWriter classes which perform the above said process.
110)
Logging Unhandled Page Exceptions To The System Event Log
Error handling is the basic objective of this tutorial. The author describes about a new method to catch Page-Level exceptions by creating the HandleError Method. Atlast through this the clients were redirected to a error page created by the webmasters.
111)
Display the character count from a Textbox Control
Using this program webmasters can display the number of characters used in a textbox of the web forms. This is an easy to use program built with ASP.NET.
112)
obout Calendar
obout Calendar is an ASP.NET based program that can be used by the users to create calendars. This program supports all languages.
113)
Introduction to Flash Remoting with .NET
This is an online tutorial, which is an introduction to using Flash Remoting with .NET. The author says that this tutorial will guide readers to start generating ASP.NET Rich Internet Applications.
114)
Create ASP.NET pages from XML data
This tutorial gives information about the procedure for constructing ASP.NET pages by using XML data. The author gives information about XSLT transformation, which helps in manipulating and transforming the XML data.
115)
C# Error Handling
Error Handling is a common task for the webmasters. In this article the author explained about error handling through C# in ASP.NET. Error occurs anywhere in the site, but the duty of the user is to rectify it atonce. This article helps the users to reach their easy ways in error handling.
116)
Parse XML Documents Efficiently
This tutorial concentrates on Xpath navigator, which helps in navigating through XML documents. The author gives details about API used by XPathNavigator to move through XML documents.
117)
ASP.NET images: Manipulation
ASP.NET images: Manipulation is a tutorial that explains about rotating, flipping, cropping and copying the images in ASP.NET. This article illustrates this process by using three commands.
118)
Custom Data Paging in ASP.NET
Custom Data Paging in ASP.NET is an article in which the author gives you a brief explanation about how to perform your own paging functionality in the repeater control. The complete sample source code is available in this article.
119)
squishyFORUMS
squishyFORUMS is a very good quality forum software that comes totally for free under the LGPL licence.
120)
Custom Error Pages and logging errors
Custom Error Pages and logging errors
are the main highlight of this tutorial. The author tells about how to handle custom errors. The author here places some sample codes for the users to create their custom error pages while building their website.
121)
Sending Mail with CDOSYS
This is cool tutorial that clearly tells the reader about the new CDOSYS that is available with Microsoft IIS.
122)
Transforming datagrid content to Excel file
It is a web based tutorial in which the author describes the method of exporting datagrid content to Excel file. This tutorial gives information about StringWriter, HtmlTextWriter, Reponse and HtmlTextWriter objects, which helps in executing the above said process.
123)
Event Handling Between Dynamically Loaded User Controls
This useful tutorial teaches the method of providing the user control for event handling. The author gives step by step procedure for setting up the control.
124)
BugTracker.NET
BugTracker.NET is a powerful error handling tool in which you can enter all the bugs of your application. You can generate various reports using pie and bar charts from the error informations. This tool is written in C# and ASP.NET.
125)
Processing XML Documents in C#
This is an easy to understyand tutorial in which author describes the procedure for writing an XML document from a database query and process of reading the data from the database content.
126)
How to set focus to a MS ASP.NET TreeView on form load
This is a simple ASP.NET tutorial which helps you to know about the tree view control of ASP.NET. In this tutorial the author gives you the solution for the problem of setting focus to the treeview control.
127)
Enhancing Inserting Data through the DataGrid Footer
This simple article is easily understandable even by the novice. In this article the author shows how to insert the data in the datagrid control by placing a dropdown list on the footer and typing data in it.
128)
ASP.NET: Dynamically set Text and Value fields for a DropDownList
The author of this article shows a sample code, from which you can learn how to set value and text fields for a DropDownList using ASP.NET.
129)
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.
130)
Introducing ASP.NET 2.0 Master Pages
It is an article that helps you to learn about the master pages architecuture. In this tutorial the author shows how to create master and content pages in the web applications. The master attribute of the Page directive in the content pages is used to configure the master page.
131)
Send HTML Email using ASP.NET and Visual Basic.NET
This is an online tutorial that elaborates in sending HTML Email using ASP.NET and Visual Basic.NET. It is very simple and easy which is now proved by the author through this article. Now you could use ASP.NET for sending your HTML Emails.
132)
Installing an Assembly in GAC
The art of installing an assembly in GAC is the main output of this online tutorial. The author explains briefly about the GAC. The difference between GAC and the group directories are explained in this article. The complete process of adding an assembly is shown.
133)
Cryptography
This useful tutorial teaches about basic concepts of Cryptography, which performs both the process of encryption and decryption. The users can collect details about cryptographic algorithm.
134)
Email Form Processor Pro
It is an ASP based .NET application through which any forms can be generated in the users website. This tool provide full control over full layout of the forms created.
135)
Creating a simple, threaded forum
This tutorial brings out the author's idea in building a threaded forum in ASP.NET which is easy to understand. The author describes each and every task in detail while creating this threaded forum.
136)
Calendar of Events Web Control
Calendar of Events Web Control is a web based tool which helps the users to drag and drop the controls to have calendar with events on their websites. Web applications can be adjusted by this control. This script is simple and easy to use.
137)
Dynamically access a database through a Web Application
This is a tutorial useful for the novice to get the database records using a web page. In this tutorial the author shows you a sample web page designed for this purpose. You can also get the sample code from this tutorial.
138)
EasyPictureGallery
EasyPictureGallery is an effective tool which helps you to create image galleries. You can customize the images in the gallery easily. This tool supports all types of browsers and it is written in ASP.NET.
139)
WebSchedule
Web Schedule is a calendar program which is helpful for the webmasters to create their website with event calendar to allow their site visitors to enter their events. It displays in monthly view, weekly, daily and time modes.
140)
In a Class of its own - the .NET Zip Library
It is a tutorial in which author details about .NET Zip library and about the method of zipping and unzipping the files in the zip archieves using ASP.NET.
141)
Simple ASP.NET Email
Simple ASP.NET Email is the articles very much useful for the beginners sending emails in ASP.NET. A set of questions asked by the users are given along with the solutions by the author.
142)
Sorting Template Columns of ASP.NET DataGrid
In this web based tutorial you can get the solution for sorting the template columns of the datagrid control. You have to set the CommandName to true to accomplish sorting in the template columns. This tutorial defines a stored procedure which helps you to implement custom paging behaviour.
143)
Dirty Forms and The UserData Persistence Behavior with XMLDocument Property
This is an ASP.NET article through which programmers can learn about the method of combining form checking 'isDirty' and 'onBeforeUnload' events for providing already unfilled form to the users while they return back to the website.
144)
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.
145)
Windows Calculator in C#
This simple online tutorial is windows calculator. Now the webmasters could also create a calculator application. The author gives the sample source code in this article.
146)
BitWise Operations in C#
This web based tutorial guides you details in knowing about bitwise manipulations in C#. This tutorial explains you the C# bitwise operators with its truth table and an example code.
147)
Display hierarchical data with TreeView
This article tells us how to display hierarchial data with treeview on ASP.NET applications, this article is easy to understand for everybody.
148)
Create a Site Search Engine in ASP.NET
This is a tutorial about performing site search with the help of ASP.NET. From this article users can search for their sepecific keywords. The author also suggests this will count the number of times the keyword is fetched.
149)
Building Dynamic SOAP Requests with ASP.NET [C#]
This is an online web service tutorial which instructs and guides the learners how to create dynamic SOAP calls based on ASP.NET and C sharp.
150)
Efficiently Searching a Sorted Array
It is a tutorial in which author describes about sorting array using Array.BinarySearch method, which searches a sorted array using binary search algorithm.
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] |