Home

Submit

Source

Feeds

Home » ASP.NET » Functions ::

ASP.NET Functions
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Related Tutorials
ASP.NET Functions
Generating Random Number Using RND Function And Randomize Statement
ASP.NET / Functions
We will use RDN function to generate a random number.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Executing Transact-SQL DELETE statement using SQLCommand
ASP.NET / .NET and Databases
Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL DELETE statement to show all rows from database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Executing Transact-SQL UPDATE statement using SQLCommand
ASP.NET / .NET and Databases
Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL UPDATE statement to show all rows from database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Executing Transact-SQL SELECT statement using SQLCommand
ASP.NET / .NET and Databases
Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL SELECT statement to show all rows from database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Executing Transact-SQL INSERT statement using SQLCommand
ASP.NET / .NET and Databases
Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL INSERT statement to show all rows from database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET Web Forms
Generating Forms Authentication Compatible Passwords (SHA1)
ASP.NET / Web Forms
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web.

Site: stardeveloper.com Report - View Tutorial

ASP.NET Security and Membership
Generating Forms Authentication Compatible Passwords (SHA1).
ASP.NET / Security and Membership
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Dynamic Images
Generating Text Images on the Fly with ASP.NET
ASP.NET / Dynamic Images
Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of thing which I won't go into, but prior to ASP.NET it was a relatively difficult thing to do.

Site: www.asp101.com Report - View Tutorial

ASP.NET .NET and Databases
Counting Records In ASP.NET
ASP.NET / .NET and Databases
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET .NET and Databases
Counting Records In ASP.NET
ASP.NET / .NET and Databases
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET General Development
Display Number of Users Online
ASP.NET / General Development
The following ASP code will allow you to Count and Display the amount of visitors that are currently on or viewing your website.You will have to save this ASP code into a file called 'global.asa', which must be uploaded to the root of your webserver.

Site: www.bytemycode.com Report - View Tutorial

ASP.NET File Operations
ASP.net Simple File Upload Function
ASP.NET / File Operations
How easy it is to upload a file to your server.

Site: www.blog.0tutor.com Report - View Tutorial

ASP.NET Functions
How to use SCOPE_IDENTITY() in ASP.NET
ASP.NET / Functions
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET Functions
Includelets
ASP.NET / Functions
A common way to build the navigation and layout for an ASP-driven website is to use include files. Most advanced ASP developers know that when you do this, it is best to encapsulate the functionality of the include file in a Sub or Function, and then to call this routine from the page that is including the file.

Site: authors.aspalliance.com Report - View Tutorial

ASP.NET Controls
Databinding
ASP.NET / Controls
This tutorial covers one of ASP.NET's most useful features: databinding. A number of controls within ASP.NET have the capability to understand the form and content of a collection and to render the correct tags to represent such user elements as list boxes, radio button lists, and combo boxes. Here we'll examine how these controls work and how to use them on a Web page.

Site: www.brainbell.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement