I have a web service with a method, for example, GetCities, returns an array of cities. I want to bind it to a grid-like structure, the first column being the city name and the second a delete button. Then I want to implement the delete button that deletes
the city and refreshes the list. All that within an .ascx control - I want to be able to place multiple of these on the same page.
I struggled with this with Atlas - it doesn't seem like a listview is the right way to go for this and I am not sure how to get the delete button to invoke some method to delete a row.
Anyone has a working example of something like this end-to-end?
dblock
Member
367 Points
96 Posts
Questions about bindings, tables, listviews...
Dec 11, 2005 01:51 AM|LINK
I have a web service with a method, for example, GetCities, returns an array of cities. I want to bind it to a grid-like structure, the first column being the city name and the second a delete button. Then I want to implement the delete button that deletes the city and refreshes the list. All that within an .ascx control - I want to be able to place multiple of these on the same page.
I struggled with this with Atlas - it doesn't seem like a listview is the right way to go for this and I am not sure how to get the delete button to invoke some method to delete a row.
Anyone has a working example of something like this end-to-end?
Thx
dB.
bleroy
All-Star
15617 Points
2302 Posts
Re: Questions about bindings, tables, listviews...
Dec 21, 2005 08:00 PM|LINK
----
This posting is provided "AS IS" with no warranties, and confers no rights.