Browse by Tags
All Tags »
ASP.NET (RSS)
This tutorial will show you how to share code between pages using ASP.NET 2.0 and VB.NET. Although you can place code inside each page within your site (using the inline or code-behind separation models described in the previous section), there are times
Read More...
This tutorial will show you how to cut string using ASP.NET 2.0 and VB.NET 2005. The tutorial use default namespace. The sampe will show you how to intercept the character string and restrict the character length. Moreover, it will automatically turn
Read More...
This tutorial will show you how to use SiteMapPath with the Menu control to build up site navigation menu by using ASP.NET 2.0 and VB.NET. The controls of Menu, SiteMapPath and SiteMapDataSource can generate navigation UI based on navigation data. This
Read More...
This tutorial will show you how to use URL mapping technology in ASP.NET 2.0 and VB.NET. The URL mapping feature uses configuration information stored in web.config to remap incoming requests to a different URL. The remapping occurs prior to any other
Read More...
This tutorial will show you how to navigate XML information items in ASP.NET 2.0 using C#. First, import the namespace of System.XML and System.XML.XPath The System.Xml.XPath namespace contains the classes that define a cursor model for navigating and
Read More...
RSS Feed is very popular in Internet. This tutorial will show you how to create a RSS Reader using ASP.NET 2.0 and VB.NET. At first, import the namespace of System.Net, System.IO, and System.Xml Imports System.Net Imports System.IO Imports System.Xml
Read More...
This tutorial will show you how to calculate average of data from XML using ASP.NET 2.0 and VB. This tutorial will show you how to calculate average of data from XML using ASP.NET 2.0 and C#. The System.Xml.XPath namespace contains the classes that define
Read More...
Filed under: ASP.NET, VB.NET, XPath, XML information items, XML, XPathExpression, XPathDocument, XML items, XPathNodeIterator, SUM, XPathNavigator, Div
Microsoft .NET introduces a new suite of XML APIs built on industry standards such as DOM, XPath, XSD, and XSLT. The .NET Framework XML classes also offer convenience, better performance, and a more familiar programming model, tightly coupled with the
Read More...
Filed under: SQL Transaction, ASP.NET, SQL commit, Transact-SQL, SQL, Transaction, VB.NET, C#.NET, Image, save image, image database
This tutorial will show you how to save image to a SQL database using ASP.NET and C#. This tutorial need the sample database provided by MS SQL. Database:Northwind Table:Categories Please modify the connectionstring based on the environment of your computer.
Read More...
Filed under: SQL Transaction, ASP.NET, SQL commit, Transact-SQL, SQL, Transaction, VB.NET, C#.NET, Image, save image, image database
In this tutorial, we will show you how to make a Transact-SQL transaction in a SQL Server database. We will use ASP.NET 2.0 and VB.NET in the sample. First, import the namespace of System.Data.SqlClient . The System.Data.SqlClient namespace is the.NET
Read More...
Filed under: Connecting Using OLE DB Providers, Database connection, Connecting Using ODBC, MDAC, Connecting to SQL Server, ADO.Net, .Net 1.1, SQL Transaction, ASP.NET, SQL commit, Transact-SQL, SQL, Transaction, VB.NET