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
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