Mapping ?

  • Thread starter Thread starter WJ
  • Start date Start date
W

WJ

I have an Asp.Net form with a DBGrid on it. Each time I click a row on the
Grid, I would like to map (copy) its fields on the selected row to the form
fields (also on the same Asp.Net page). I also like to map the form fields
back to the same selected row on the Grid if the user makes changes to any
fields on the form.
Thanks for your help,

John
 
This must be done at client, not server. I guess Java Script is playing the
role here

Thanks
John
 
Back
Top