Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
websyd
Starting Member
16 Posts |
Posted - 2006-07-21 : 13:00:45
|
Hi all. i want to create controls dynamically ie creating a number of textboxes based on the number of records i have in a table. How do i go about this. Thanks in advance |
|
DustinMichaels
Constraint Violating Yak Guru
464 Posts |
Posted - 2006-07-21 : 13:10:21
|
You could try using a Repeater, DataList, or DataGrid control. |
 |
|
websyd
Starting Member
16 Posts |
Posted - 2006-07-21 : 13:19:36
|
Thanks but can i please hav some sample codes |
 |
|
jsmith8858
Dr. Cross Join
7423 Posts |
|
|
|
|