I have Site A with a source of data -- the origin, the site I am building.
Site B has a web form for entering data -- the destination, it is not built by me.
Site A has a DataGrid with rows of data with fields that correspond to text boxes in the web form in site B.
With the web form of site B open, I want to be able to double-click a given row in my DataGrid in site A and populate the text boxes that correspond to the fields of the DataGrid in the web form on site A.
Any suggestions?
Site B has a web form for entering data -- the destination, it is not built by me.
Site A has a DataGrid with rows of data with fields that correspond to text boxes in the web form in site B.
With the web form of site B open, I want to be able to double-click a given row in my DataGrid in site A and populate the text boxes that correspond to the fields of the DataGrid in the web form on site A.
Any suggestions?