Bob,
Instead of using a datagrid try out using a repeater instead.
--
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
" Bob" <> wrote in message
news:%...
> I have a User table that stores user info (such as first name, last name,
> address etc) in columns, that is, one user per row. However, when
> displaying out for editing one user, I'd like it to be displayed in two
> columns, field names as labels in the left column and field values in
> textboxes in the right column. Could anyone suggest how this can be done
> without looping through the field and adding the row in the datagrid one
at
> a time?
>
> Thanks in advance
> Bob
>
>