|
-
May 12th, 2005, 03:35 AM
#1
Thread Starter
Lively Member
ASP.NET VB in HTML body
Hi, I'm writing a .aspx in asp.net vb codes, i have
a datatable, however i can't seem to display
the individual field data of each records as i'm not
sure if i'm coding it correctly, please correct me!
help appreciated!
<BODY>
<% Dim i As Integer %>
<% For i = 0 to DataTable.Rows.Count - 1 %>
<% DataRow = DataTable.Rows(i) %>
<% DataRow.Item("ID") %> , <% DataRow.Item("Name") %> , <% DataRow.Item("Age") %>
<% Next %>
</BODY>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|