codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Cell  sardinka at 13:59 on Wednesday, April 21, 2004
 

In the following code I am creating my table dynamicly, however everytime I am adding a new cel I am declaring a new cell. Is it some how I can get it dynamicly?
Dim aRow = New TableRow
Dim aCell = New TableCell
aCell.text = "Student ID: " & schoolTable.Rows(0).Item("StudentID")
aRow.cells.add(aCell)
Dim bCell = New TableCell
bCell.text = "First Name: " & schoolTable.Rows(0).Item("FirstName")
aRow.cells.add(bCell)
Dim bRow = New TableRow








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  How to dynamically create a calendar when I click a button?
•  c++ tutorials
•  Update a second table
•  Trackin Site behaviour
•  variable scope problem
•  dynamic crystal report generation
•  execute an Excel macro when the sheet is changed from ASP.NET
•  Re: form
•  form


Recent Articles
Communicating with the Database (Using ADO)
MagicGrid
Simple Thumbnail Browsing Solution
Type Anywhere
A Better Moustrap: FmtDate to replace FormatDateTime
ASP.NET Forum Source Code
Internal Search Engine
Javascript Growing Window
Simple date validation
Search engine friendly URLs using ASP.NET (C#.NET)


Site Survey
Help us serve you better. Take a five minute survey. Click here!

© Copyright codetoad.com 2001-2005