Create a <table> of <textarea>s
From: ASP Yaboh (ASPYaboh_at_discussions.microsoft.com)
Date: 09/09/04
- Next message: Lateralus [MCAD]: "Re: Create a <table> of <textarea>s"
- Previous message: Curt_C [MVP]: "Re: Moving ASP.Net programs to production"
- Next in thread: Lateralus [MCAD]: "Re: Create a <table> of <textarea>s"
- Reply: Lateralus [MCAD]: "Re: Create a <table> of <textarea>s"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 9 Sep 2004 12:37:06 -0700
I have an ArrayList of data gathered from a database. I want to create a web
page from this data by creating a <table>, each cell in each row displays the
appropriate data. One of those cells in each row needs a <textarea> control.
The background supporting classes are completed, the only task left now is
to create the web page. I am at a loss on how to create the table in the page
populated by the data. Previously, I would have just iterated through the
data placing the data in the cells on the HTML page by <%= %>.
Any help would be appreciated.
Thank you.
- Next message: Lateralus [MCAD]: "Re: Create a <table> of <textarea>s"
- Previous message: Curt_C [MVP]: "Re: Moving ASP.Net programs to production"
- Next in thread: Lateralus [MCAD]: "Re: Create a <table> of <textarea>s"
- Reply: Lateralus [MCAD]: "Re: Create a <table> of <textarea>s"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|