Hi,
I'm working on a project whereby I have a dropdown control and a formview control. The formview is linked to a datasource and the dropdown is supposed to utilize a stored procedure to update the row that the formview is displaying.
Now the problem here is
1- is it possible for me to change some of the controls in the formview to the drop down so that it (dropdown) updates the formview? If so how?
2-How can i get the particular fields that the formview is currently displaying so i can pass them on to the stored procedure that the dropdown calls up?