Thursday, December 29, 2005
Q: How to set selected items in a listbox?
I had a hardest time solving it. finally, I found this article.
What you have to do is in Edit_Command of the grid, you do a FindControl for the listbox, then populate the items by hand. Voila!
I had a hardest time solving it. finally, I found this article.
What you have to do is in Edit_Command of the grid, you do a FindControl for the listbox, then populate the items by hand. Voila!
Comments:
Post a Comment