how can i get list box value using IPostBackDataHandler interface
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, i have two list box when i move list item from one list to another list using javascript i don't get destination list box item in server side. so i have using IPostBackDataHandler interface that have one method LoadPostData method which return postcollection of item. so can you please let me know how it possible that method return destination list item array Thanks in Advance
Anish Patel