Hello - I am new to ASP.NET and need help with the following
I have a grid with 3 columns and a 4th column that has a Linkbutton.
I have a dropdown that will update the 3rd column with one county. (It updates all of the counties in a state with one sales rep)
After the dropdown update, the user can click the edit linkbutton within the grid and update a single record in the 3rd column. I also want the 3rd column to have the same selection as the dropdown that is not in the grid. (this is to let the user pick certain countise for another sales rep)
How can I get the dropdown to appear in the grid after the user selects the Edit LinkButton
Thanks
Dave
I have a grid with 3 columns and a 4th column that has a Linkbutton.
I have a dropdown that will update the 3rd column with one county. (It updates all of the counties in a state with one sales rep)
After the dropdown update, the user can click the edit linkbutton within the grid and update a single record in the 3rd column. I also want the 3rd column to have the same selection as the dropdown that is not in the grid. (this is to let the user pick certain countise for another sales rep)
How can I get the dropdown to appear in the grid after the user selects the Edit LinkButton
Thanks
Dave