Is the datagrid the only control that can be used for modifying data?

E

Eagle

I have a form that has one record with 22 fields. A grid is not the answer,
either several small tables or combinations of textboxes and labels, so the
user can edit all the editable fields then click on Save. I cannot use a
grid because then it scrolls across the screen forever and ever.

So my questions are: How would I use a repeater to allow editable data? or
how can I use textboxes to get data in and out?
 
B

Brock Allen

In v1.1 you typically have to write a page with 22 differtent controls and
then write all the code to go back and forth from your back end data store.
In v2.0 there's a control called a DetailsView that automates this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top