data bind a group

G

Guest

I have a datagrid and a side panel i'm using as a drill down to edit users.
I have two record set one contains all the names and the primary key for
users. This is a simple datagrid. the other contains, in this case, a single
datarecord with all fields. I've bound the data set detail to a series of
text boxes for editing.
now the question....

I want to call data bind for the group of text boxes instead of for each
individually.If i call just databind i kill my datagrid and have to reload
it. Isthere a way to call a group or is this the correct way to do this?
thanks
kes
 
G

Guest

no, how how would this help?
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes


W.G. Ryan MVP said:
Do you have a datarelation set between them?
 
W

W.G. Ryan MVP

perhaps I misunderstood the problem. I thougth the grid populated based on
the values in the side panel.
WebBuilder451 said:
no, how how would this help?
 
G

Guest

other way around click on a itemcommand and the pannel populates
i'm using individual databinds for each textbox at this point. it's a little
less code that assigning values manuelly.
thanks
kes
 

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

Top