Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> ASP.NET code

XML in Datagrid: edit, delete, pagingVersion: ASP.NET 1.0
Author: Xun DingSubmitted: 8/5/2003Downloads: 12108
Display XML data in datagrid and apply common functions such as delete, edit and paging to the datagrid. Though there are a lot of similarities between a database-rendered datagrid and xml-rendered datagrid, different methods are used for updating or dele ...more>>

Creating an XML Web Service in ASP.NETVersion: ASP.NET 1.0
Author: Peter RileySubmitted: 7/26/2003Views: 18233
Create a simple XML web service that returns an employee name based on the employee ID provided by the consumer. Searches an Access database of employee records.

The following code demonstrates how to use the .NE...Version: ASP.NET 1.0
Author: A1VBCodeSubmitted: 4/2/2003Views: 16250
The following code demonstrates how to use the .NET ArrayList Class to populate a drop down list control in ASP.NET.

The following code demonstrates how to use the .NE...Version: ASP.NET 1.0
Author: A1VBCodeSubmitted: 4/2/2003Views: 15788
The following code demonstrates how to use the .NET Hashtable Class to populate a drop down list control in ASP.NET. The Hashtable object is very similar to the ArrayList, except that you don't have to use a numerical index. In this example, we use state ...more>>

This is a asp.net login with sql script to create ...Version: ASP.NET 1.0
Author: Chevol A. DavisSubmitted: 9/16/2002Downloads: 18275
This is a asp.net login with sql script to create a databese named weblogin on your server to store username and password, as well as give the users an optional 7-day cookie to avoid havung to retype their login and password.(Ihate having to do that) You ...more>>

<< Previous  Page 11 of  11

Go to page: 11