|
|
| Top 2001-2050 ASP.NET scripts |
Scripts are listed after popularity. To display the scripts in alphabetical order please click here
|
2001)
Executing Transact-SQL UPDATE statement using SQLCommand
This is an user friendly tutorial through which you can know about updating the records of the database table using update statement in the SQL query. From this tutorial you can get the sample code.
2002)
Integrating Amazon Web Services on your site
This article is used for gathering the information about the integration of amazon web services on your web site. This article helps the users to display contents of Amazon on their web site.
2003)
Writer for .NET
Writer is a program that can be used as a WYSIWYG HTML file editor. Using this tool users can edit HTML files by replacing, copying, pasting etc.,
2004)
Monstarillo - The developer's code generator
Monstarillo is a solution that helps programmers to create codes for SQL database applications. It can also generate stored procedures to update, delete codes and data.
2005)
BaseValidator.Display Property
This is a web based tutorial which teaches you about the display property of the validation controls of ASP.NET. This propery can be used to set the display behavior of the error messages in the validation control.
2006)
xSQL Object
This is an ASP.NET database application which is specially designed for MS SQL server. Through which users are allowed to generate scripts, compare the contents of different databases etc.
2007)
Server Control Custom Designer
Server Control Custom Designer is a web based tutorial which shows you how to set various properties of the textbox web server control of ASP.NET. The author also shows you the use of ControlDesigner and GetDesignTimeHtml() methods of the control.
2008)
How to Call a .NET-based Web Service Using the SOAP::Lite Perl Library
This tutorial contributes with the learners for their web service development and mainly this article guides them how to call a .NET based web service by using SOAP protocol.
2009)
Server Side Repeater Control
Server Side Repeater Control is an article in which the author briefly describes about the ASP.NET repeater control and its properties. This tutorial also presents you the syntax for using the properties of the repeater control in aspx pages.
2010)
Hide Hyperlinks From Site Visitors
This is an ASP.NET tutorial useful for the web programmers. In this tutorial the author shows you how to hide the hyperlinks that exist in the web forms with a sample code. You can download the complete sample source code from this tutorial.
2011)
VB.NET: Not Your Father's Visual Basic
This is an useful article for all the VB.NET programmers. This article shows all the key features of VB.NET. This article is informative to the readers.
2012)
Secure Password Programming with .NET
Secure Password Programming with .NET is an online tutorial that deals with protecting passwords. The author covers various issues that affect the security of passwords and guides learners to overcome those issues.
2013)
Create and Consume XML Web Services
This article is helpful for the webmasters which instructs them to generate and consume XML web services. This article gives solution for such enhancements in a simple way.
2014)
Migrating from ASP.NET 1.1 to ASP.NET 2.0
This presentation will cover the following topics: Migrating from ASP.NET 1.X to ASP.NET 2.0 and Visual Studio 2003 to Visual Studio 2005 Conversion. Source code included.
2015)
Dynamically create Web Forms
It is an article in which author discusses about creating web forms, which has collection of server control in it. In this tutorial users can learn about the procedure for manipulating these server control.
2016)
A Fast-Track Guide to ASP.NET
In this ASP.NET tutorial the author discusses about the problem that arise when you convert html controls to the server side. In this tutorial the author shows you the use of various ASP.NET server controls. This tutorial also lists you the four main features of ASP.NET.
2017)
NitroProtect
NitroProtect is a simple security tool to protect the web page contents. This tool simply disables mouse right click on web pages.
2018)
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.
2019)
HtmlForm Control
It is a simple ASP.NET tutorial in which the author explains you about using HtmlForm control. The HtmlForm control is used to create a html form control and you can use it as a containter for all the input controls. The author gives you a sample program which shows you the use of HtmlForm control.
2020)
Aspose.Chart
It is an ASP.NET documentation application specially designed for generating charts in the .NET documents. Through which users can draw 21 chart types in the documents, create chart effects like 3D, anti alias, gradient, etc.
2021)
Consuming a web service with command-line tools
This article briefly demonstrates about web services and gives tips for creating a web services based on .NET framework. The author has given syntax for creating web services.
2022)
A Quick Comparison of ADO and ADO.NET - Part I
In this article the author compares ADO and ADO.NET. The article gives you the sample program for connecting to a database using various clases of ADO and ADO.NET. This article is useful for the .NET programers to know more about ADO.NET.
2023)
Transaction Object in ADO.NET
This is an useful ASP.NET tutorial through which you can learn about how to implement transaction using various methods of the SqlTransaction and OleDbTransaction. You must import the System.Data.SqlClient if you want to use the SqlTransaction class and System.Data.OleDb for OleDbTransaction class.
2024)
Migrating from ASP to ASP.NET
Migrating from ASP to ASP.NET is a document in which developers can learn more about ASP.NET frame work and its functionalities. In this article author discusses about various things regarding to the migration of ASP applications to .NET applications.
2025)
Databinding to Custom Objects
It is a simple tutorial in which the author gives details about method of binding a collection of objects to a data list. Through this tutorial learners can gather information about GetEnumerator method, to perform databinding process.
2026)
Persistent and Bidirectional Sorting In ASP.NET DataGrid
This is a web based tutorial which explains the sorting feature of datagrid control. This is helpful for the .NET programmers to perform sorting in the datagrid control of their applications.
2027)
How to create keys by using Visual Basic .NET for use in Forms authentication
This is an article that can be used by the readers to learn about generating keys with Visual Basic.NET for authenticating users.
2028)
Introducing .NET Remoting
It is an useful tutorial for the programmers can gather information about the basic concepts of .NET remoting, which helps in communicating remote objects between both server and client application.
2029)
Binding XML to a DataList Control
This is an ASP.NET tutorial that helps you to bind the contents of the XML document to the datalist control. In this tutorial you can see how dataset object can be used to integrate the data to the datalist control.
2030)
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.
2031)
Jumping Into ASP.NET Part 1: Application Planning and Design
The webmasters could learn about planning and designing ASP.NET applications at the end of this article. The author describes the aspects of solid application building.
2032)
X-Unity
X-Unity is a development solution that helps users to perform unit testing and continuous integration tasks on their .NET applications.
2033)
.NET Threading Part I - Introduction
This is a simple tutorial in which the programmers can learn about the basic concept of .NET threading in C#. The author gives detail explanation about various classes present in System.Threading namespace.
2034)
Create Localizable Web User Controls
In this tutorial you can get the method for building a date picker control which is useful for your web application to select the date.
This date picker control does not allows you to enter the invalid date values. The author offers you the source code for doing this task.
2035)
Developing a Pocket-PC application that calls a WebService
This tutorial demonstrates about how to call .NET web service through pocket-PC application. Sample code for such function is given in this tutorial.
2036)
Inserting Data to an XML Document
This is an user friendly article which specifically concentrates on the process of inserting data into XML document. In this article author gives details about XmlNode and XmlDocument classes, which helps to execute the insertion process.
2037)
FreeSMTP.Net
This is a web based and object oriented SMTP email component that provide all the functionalities for generating and sending email messages through the users website.
2038)
RapTier - Rapid by Nature
This is an ASP.NET, C#, VB.NET and SQL code generating application for creating various database applications.
2039)
IHttpModule Interface
It is a tutorial which gives you idea about the ASP.NET IHttpModule interface. This tutorial lists you the classes that implement the IHttpModule Interface.
2040)
AxpDatagrid
This is a web control tool that uses several grids for the web users. It has many enhanced features and no scripting is essential to edit the database.
2041)
C# Barcode Generator WebService
This tutorial gives complete instructions in detail about the generation of C sharp barcode on web services. The steps that the user have to follow has been provided.
2042)
C# and it's Features
This is an effective article that describes the features of C# language. C# is a simple and an object oriented language. Developers can build applications on the .NET platform easily and quickly using C# that is derived and combined from c++, Java and Visual Basic.
2043)
Data Binding in WebControls
It is a simple tutorial in which the author gives details about databinding in web control. Here the author offers details about adding data source to the web control.
2044)
Understanding and Using Assemblies and Namespaces in .NET
This article deals with the method of generating namespaces and assemblies in VB.NET. This is explained by the author in this online article, through which the users could understand the usage of namespaces and assemblies.
2045)
Security Hole In ASP.NET Beta 1
This tutorial teaches the procedure to hide the web applications private settings from being exposed by using Beta 1 in .NET framework.
2046)
SMS: Case study of a Web services deployment
This is a simple case study for illustrating how to deploy a web service on online projects. Here in this article the author has related how to construct a SMS gateway on your application.
2047)
W3C unveils outlook on Web services
From this reference 'W3C unveils outlook on Web services' you can refer on the standards and working drafts of web services as coded by the 'World Wide Web Consortium'.
2048)
Event Handling in VB.NET
This article teaches the programmers about how to handle events in Visual Basic.NET and the author says the events in the .NET framework are based on delegate model.
2049)
Sql Pass
This program is used for creating a password for SQL server to prevent unauthorised users from viewing and customizing the database records from the server.
2050)
Proof Web Services to Ensure Success
This tutorial contains the details about web services and its basic functionalities. This article guides the users how to connect datacenters through web services.
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] |
|