data bind a group

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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?
 
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?
 
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
 
Back
Top