Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Xun Ding"

Nested Datagrid and XMLVersion: ASP.NET 1.0
Author: Xun DingSubmitted: 8/23/2003Downloads: 15074
Written in ASP.NET, this code demonstrates how to use two nested datagrid to display two tables with parent/child relationship in one dataset. It also demonstrates how to write the nested relationship of two tables into an xml file. The default databa ...more>>

Display a SQL row vertically (ASP.NET)Version: ASP.NET 1.0
Author: xun dingSubmitted: 8/11/2003Downloads: 13204
Sometimes when a database table has too many fields, you may wish to display the rows vertically and columns horizontally. This simple asp .net code just does that. Using server-side table control, programming rows and cells on the fly.

Solution to a VB aptitude program testVersion: VB6
Author: xun dingSubmitted: 8/11/2003Downloads: 6600
This is supposed to be a test of one's VB6 aptitude (for recruiting vb programmers). It contains six tasks, 1. decoding comma seperated ascii values in decimal 2. Decoding comma seperated values in hexadecimal; 3. decoding comma seperated EBCDIC values; 4 ...more>>

XML in Datagrid: edit, delete, pagingVersion: ASP.NET 1.0
Author: Xun DingSubmitted: 8/5/2003Downloads: 12114
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>>
Page 1 of  1

Go to page: 1