472,145 Members | 1,511 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

Dynamically create gridview with textboxes

6
Hi

I am having trouble with creating a gridview dynamically. Any help would be much appreciated.

The Problem:

I have a range of dates that changes, i want those dates to be the column headers and thus cannot create the columns in the asp page. Also under each column must be a textbox, or at the very least an editable label.

How do i go about creating this gridview, or if anyone has any ideas as to how to do this another way i would be very grateful.

Thanks in advance
Dec 31 '09 #1
1 1949
Delerna
1,134 Expert 1GB
An ordinary HTML table may be of use. Since you are using asp it would be very easy to document.write("<td>" & DateValue & "</td>) for as many dates as you need.
Jan 11 '10 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by Briand | last post: by
1 post views Thread by tfsmag | last post: by
9 posts views Thread by netasp | last post: by
9 posts views Thread by Chris | last post: by
4 posts views Thread by Craig Buchanan | last post: by
reply views Thread by Saiars | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.