Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | ASP.NET | Tutorials & Tips

Results 141-160 of 654
Get a Movie’s Details From IMDb
A while back when I was developing MoviePlay (a movies database) I wanted to allow the user to get the movie’s details from IMDb (The Internet Movie Database) instead of having him/her enter it manually. IMDb does not provide a way for developers to use their data, so I wrote the code below to screen scrape or web scrape the details from the movie’s page. It gets the title, director, genre, release year and tag line of the movie as well as the thumbnail.
(6 ratings)
Reviews0
PriceFree
Views944
Sending Email with ASP.NET 2.0 (VB.NET/C#)
Sending email in ASP.NET 2.0 it's still very easy, but a bit more complicated than in ASP.NET 1.1. To start sending emails you need to use System.Net.Mail namespace. This is new namespace in .NET 2.0 Framework. System.Net.Mail can only send emails.... a lot of examples VB.NET/C#
(12 ratings)
Reviews0
PriceFree
Views6038
What is .NET metadata?
In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even easier by allowing compilers to emit additional declarative information into all modules and assemblies. This information, called metadata, helps components to seamlessly interact.
(12 ratings)
Reviews0
PriceFree
Views832
ASP.NET 2.0 Free Tutorials : The GridView Control
ASP.NET 2.0 Free Tutorials : The GridView Control - In this tutorial you will learn about GridView Control, features of the GridView control, GridView supported field types and Creating a GridView control on a Page. The GridView control is the official successor to the DataGrid control of yesteryears. It is no longer listed in the toolbox, even though it is supported by ASP.NET 2.0.
(69 ratings)
Reviews0
PriceFree
Views8817
Adding Sorting and Paging in GridView
ASP.NET 2.0 Free Training : Adding Sorting and Paging in GridView - In this tutorial you will learn adding sorting and paging in a GridView Control, Implement Two Column Sorting, Create Code for Custom Sorting, Editing the GridView control data, Deleting Displayed Records, Inserting Records and Using Templates.
(36 ratings)
Reviews0
PriceFree
Views7728
Web Pages and Layout in ASP.NET 2.0
ASP.NET 2.0 Free Training : Web Pages and Layout - In this tutorial you will learn how to Enable Users to Edit Pages and Change Layout, To create a user control that enables changing page layout, To enable users to change the layout and To test layout changes.
(12 ratings)
Reviews0
PriceFree
Views3886
What is .NET Framework
What is .NET Framework? The .NET Framework Includes the Common Language Runtime (CLR) and the .NET Framework class library. The CLR is a standard foundation for building a range of new applications, while the .NET Framework class library provides standard implementations of many new services for CLR-based applications. Among the technologies in the library are ASP.NET, which is the next generation of Active Server Pages;
(12 ratings)
Reviews0
PriceFree
Views894
Changing Master Pages Dynamically
ASP.NET 2.0 Free Training : Changing Master Pages Dynamically - In this tutorial you will learn how to make a copy of the master page, To add buttons for selecting an alternate master page, To write code to dynamically select the master page and test the dynamic master pages.
(9 ratings)
Reviews0
PriceFree
Views2674
ASP.NET: Using the DataList and Repeater, Datagrid Controls
In this tutorial of Week 6 we will be learning about Overview of List-Bound Controls, Creating a Repeater Control, Creating a DataList Control, Introduction to the DataGrid, Setting Up the DataGrid , Using Advanced DataGrid Features and Adding Advanced Features.
(9 ratings)
Reviews0
PriceFree
Views2490
VB.NET 2005 Tutorials: Creating Multiple-Document Interface (MDI) Applicati
VB.NET 2005 Tutorials: Creating Multiple-Document Interface (MDI) Applications In this tutorial you will learn about Creating Multiple Document Interface (MDI) Applications. In most real time applications we often find that multiple windows open within another window. This kind of need is satisfied by implementing Multiple Document Interface (MDI) Applications. You can create a class and designate it as a MDI window by setting its IsMDIContainer Property as true. Set the value for WindowState as maximized.
(7 ratings)
Reviews1
PriceFree
Views4112
2 Ways of Displaying Data from an SQL Server Database using ADO.NET.
A step-by-step tutorial which explains 2 ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page. Every step has been explained in detail. Online demo and source code available for download.
(6 ratings)
Reviews0
PriceFree
Views2776
VB.NET 2005 Tutorials: SQL Server data - Using Stored Procedures
VB.NET 2005 Tutorials: Access and Manipulate SQL Server data - Using Stored Procedures - In this tutorial you will learn further more about Access and Manipulate SQL Server data - Using Stored Procedures, Creating a Stored Procedure, Running Stored Procedures from .NET, Using Parameters in Stored Procedures, The @@IDENTITY Variable
(6 ratings)
Reviews0
PriceFree
Views2503
Creating an ASP.NET Newsletter Application
A tutorial to create a newsletter application for your website. It allows users to subscribe and unsubscribe from the newsletter. A simple online administration interface (an ASP.NET page) allows the admin to create and send newsletters/emails.
(6 ratings)
Reviews0
PriceFree
Views1574
Simple Data Access Using C# And ASP.NET
Accessing and manipulating data using ASP.NET is very easy and flexible. This article takes a look at some of the new .NET data access classes and methods, including the OleDB and SqlClient namespaces, as well as the DataReader, DataSet and DataSetCommand classes. The author tops this article off by creating a simple ASP.NET data access page with C# that retrieves data from a local Microsoft Access database.
(3 ratings)
Reviews0
PriceFree
Views1848
Creating Dropdown list control from Datasource
We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also displays us ASP.NET is easier than classical ASP to generate custom controls.
(3 ratings)
Reviews0
PriceFree
Views3501
Using and consuming Web Services with ASP .NET / C#
Shows and explains you how to make an ASP .NET Web Service, an ASP .NET Web Application and how to consume the Web Service with the ASP .NET Web Application.
(3 ratings)
Reviews0
PriceFree
Views1487
Creating your first ASP.Net project
In this article we will show you how to create your first project or web application, we will take you through the steps involved and point out the differences you may come across according to your set up and the development tools you have chosen.
(3 ratings)
Reviews0
PriceFree
Views2039
VB.NET 2005 Tutorials: DomainUpDown and NumericUpDown
VB.NET 2005 Tutorials: DomainUpDown and NumericUpDown - The windows Forms System.Windows.DomainUpDo wn control looks like a combination of a text box and a pair of buttons for moving up or down through a list. This control displays and sets a text string from a list of choices.
(3 ratings)
Reviews0
PriceFree
Views1654
VB.NET 2005 Tutorials: Using the Data Form Wizard
VB.NET 2005 Tutorials: Using the Data Form Wizard - In this tutorial you will learn about Using the Data Form Wizard - Building a Single-Table Data Form, Transform and Filter Data, Using Server Explorer, Drag-and-Drop From Server Explorer, What the user Can and Cannot Drag from Server Explorer, Filtering Data, Filtering With DataViews, Filtering At the Server, Transforming Data with Lookups and Master Detail.
(3 ratings)
Reviews0
PriceFree
Views2724
Referencing Master Page Members in ASP.NET 2.0
ASP.NET 2.0 Training : Referencing Master Page Members - In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties.
(3 ratings)
Reviews0
PriceFree
Views1996
Results 141-160 of 654