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
 

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

Back
Top