| |
|
Top 51-100 ASP.NET scripts |
Scripts are listed after popularity. To display the scripts in alphabetical order please click here
51)
Handling Concurrency Issues in .NET
This article gives details about data concurrency, which occur when an application with single data source is accessed by mulitple users. The author offers solution for data concurrency problem.
52)
DataGrid Code Samples for Beginners
DataGrid Code Samples for Beginners
is an useful tutorial for the novice to get detailed information about the datagrid control. This tutorial provides you the sample code.
53)
Greyscale an image
Greyscale an image is an article that guides users in converting an image into a greyscale image. This is an easy to understand and useful tutorial.
54)
How to bind multiple resultsets into a DataGrid control
This is an ASP.NET tutorial which briefly describes about how to fill the datagrid control with multiple results of the database table. You can use either dataset or datareader object to get the result of the SQL query.
55)
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.
56)
Uploading Files with ASP.NET
It is an useful tutorial in which author describes the method of uploading the files to the users website with the help of HtmlInputFile control using ASP.NET application.
57)
ASP.NET-CMS Project
ASP.NET-CMS Project is a program that can be used by the website administrators to manage Content Management System.
58)
Retrieving Records without a Dataset
This simple tutorial gives details about the procedure for retrieving recordes from database by using select query instead of datset. Here the author uses OledbReader object which is used as an alternative to dataset to dispaly the content from the database in the web page.
59)
DbNetGrid
This tool is a HTML based data grid component that helps the web developers to use on their database tables. It offers several components that navigates the users to sort, store, search etc.,
60)
Using the WebClient Class to grab data from other sites
This article explains about using the webclient class, how to collect data from other websites and how to return those data into their own webpage.
61)
NavMenu
NavMenu is an ASP.NET server control which can generate small client side code. It can support browsers like IE, Mozilla, Netscape etc.
62)
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.
63)
Professional ASP.NET Web Services : Asynchronous Programming
This tutorial briefly explains about asynchronous programming on ASP.NET web services. It also shows the comparision between synchronous and asynchronous processing.
64)
Popup Calendar/DatePicker (ASP.NET)
This script is an ASP.NET based online calendar which is used to select the date from the calendar. This script is simple and easy to use.
65)
File Uploading in ASP.NET Using C#
It is an article in which author describes about the process of uploading the files with C# using PostedFile and HttpPostedFile properties. The author explains the process of file uploading in the absence of COM objects.
66)
InOutZoom
InOutZoom is a program that shows the provided images and photos with simultaneous zoom in and out effects. It is easy to use this program on ASP.NET websites.
67)
Getting Started with ADO.NET
This simple Asp.net tutorial helps you to establish database connection and perform various database operation using the objects of ADO.NET. In this tutorial the author gives you an explanation about various ADO.NET objects such as OleDbConnection, SqlDbCommand
OleDbDataSet, SqlConnection etc.,
68)
How To Create a Pop-Up Calendar User Web Control
This is a tutorial through which you can know about how to create a pop-up calender web control in aspx page. You can place this calender control within the panel control.
69)
DNN Menu Suite TabStrip + Treeview
DNN Menu Suite TabStrip + Treeview is a program that has the ability to build navigation menus on the websites. Webmasters can create tree and tab strip menus by using this program with ease.
70)
An ASP.NET thumbnail solution
This is an online tutorial that covers on utilizing ASP.NET tools for creating tumbnails and thumbnail views. The author uses C# HTTP handler and C# class for dynamic thumbnail generation.
71)
Creating a .NET Web Service
This guidance article gives complete information about web services and what are the procedures that the users have to follow to create web services based on .NET.
72)
ASP.NET ExpertMenu
ASP.NET ExpertMenu is an effective program that can be used by the users to create menus for ASP.NET applications. This program is built with CSS and XML.
73)
How to Read a text file in ASP .NET ?
This is an useful tutorial for the programmers to learn about reading the content of text files. The author explains about stream reader objects which helps in reading the text files.
74)
True Image Resizing
Users can find information about determining the image size (height and width) with the help of System.Drawing namespace. This will be useful for the users to learn about building a simple image gallery with thumbnails.
75)
Data Transfer between two ASP.NET ListBox Controls
Data Transfer between two ASP.NET ListBox Controls is an article in which the author explains the procedure for displaying the items selected in a list box in another list box. A sample screen is shown in this article to explain this task.
76)
How to avoid double-click-button problem
This tutorial offers solution for double clicking button problem. Using the code that the author mentioned in this article user can solve the above said problem.
77)
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.
78)
Design a Custom Paging Solution
In this tutorial the author explains you the solution for performing custom paging in the datagrid control.
79)
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.
80)
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.
81)
bmImageGallery
bmImageGallery is a program built for .NET framework with users can construct and maintain an image gallery on their websites.
82)
Web Services Security - HTTP Digest Authentication without Active Directory
This tutorial is helpful for the programmers and for novice who learns web service security under .NET application. It provides HTTP digest authentication method without active directory.
83)
ASP.NET DataGrid Column Sorting
ASP.NET DataGrid Column Sorting is an easy to learn tutorial which helps novice to learn about sorting the data of the datagrid control based on a particular column.
84)
Web Application Error Handling in ASP.NET
Web Application Error Handling is one of the important measure to be noticed in ASP.NET. The author explains about the new ways to handle errors in ASP.NET.
85)
Preventing Multiple Logins in ASP.NET
This is a tutorial in which the author elaborately discusses about how to stop several users from logging into the website simultaneously.
86)
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.
87)
Building a .NET E-mail Application - Part 1
Building a .NET E-mail Application is tutorial that tells the readers how to build the outlook express like email client using ASP.NET.
88)
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.
89)
Transferring the Datagrid Data Between Web Forms
This is a simple ASP.NET article that shows you how to transfer data of the datagrid control between the web pages. This article provides two method for doing this.
90)
Authenticate Web Service Client - An ASP.NET Web Application
This tutorial educates the beginners about how to access authenticate web service client for securing web service from spammers. Screenshot and sample codes for easy reference has been given.
91)
Inserting Images to SqlServer in ASP .NET
This is an article that will be useful for the users in storing images in the database. In this tutorial the author illustrates about saving images in SQL server database in ASP.NET.
92)
Create a Dynamic Database Web Site With ASP.NET
This tutorial is helpful for the web developers to create database websites easily in ASP.NET. You can display the images from the database table on your web pages. This tutorial shows you a sample aspx web page and also provides you a sample source code.
93)
ADO.NET Series - Connecting with a Database
This is an useful ASP.NET article which helps you to know how to create SQL- Server database connection in ASP.NET applications. You can copy the sample source code given in this tutorial for your .NET applications.
94)
Email Tracking: Tracking Email Reads using ASP.NET
Email Tracking is a very new concept in ASP.NET. In this article the author explains how to track the read emails. The author used three simple and common techniques to find out.
95)
nTierGen.NET Code Generator
nTierGen.NET Code Generator is a software for .NET that helps users to generate N tier solutions and to create C# codes for SQL server database automatically.
96)
How to store multiple database tables in a DataSet
This is an easy to learn tutorial in which the author gives details about the method of storing datas of multiple data table in a single dataset. The author gives source code which executes the above said process.
97)
Using Dropdowns in the DataGrid
It is an useful tutorial through which you can learn how to integrate the dropdownlist box in the datagrid control. This tutorial shows you the sample code which will be helpful for your web applications.
98)
Hierarchical Data Binding in ASP.NET
This is a simple ASP.NET tutorial which helps you in getting information about the databinding technique and hierarchical data. In this tutorial the author shows you about using hierarchial data in different datagrid web server controls with an example.
99)
DNN Classifieds
Using DNN Classifieds website administrators can display any number of products under any number of categories. It is also possible to upload images of the products.
100)
DataGrid Edit and ListBoxes: Filling from SQL, and Matching Values
This is an ASP.NET tutorial which guides you in making changes in the datagrid data. This tutorial also shows how to integrate listbox control with datagrid control.
Browse Pages: |< << [1] 2 [3] [4] [5] [6] >> >|
|
|
|
|
|