I have list view with multiple rows selection allowed. I want itemid for selected rows in one string how i can achieve this?
For example :- I have 3 rows selected with item id =1, 2, 3 so when i click on button available on view i want result as 1,2,3 so i can pass it to sql query to delete it.