Dataview Row selection & Real Player playlist
-
Hi all, I have a datagrid with Song title's and i have a checkbox in each row ,which all are the checkboxes checked by the user he/she want to add those songs to the realplayer playing list and start playing the first song How can i achevie the same... Now i have done the same with single selection Thank You
-
Hi all, I have a datagrid with Song title's and i have a checkbox in each row ,which all are the checkboxes checked by the user he/she want to add those songs to the realplayer playing list and start playing the first song How can i achevie the same... Now i have done the same with single selection Thank You
reogeo2008 wrote:
Now i have done the same with single selection
You want to handle multiple records checked in the checkboxes, if so then what you can do is to iterate through the datagrid items and find the checkbox which are checked and then take the actions what you want.
Apurva Kaushal
-
reogeo2008 wrote:
Now i have done the same with single selection
You want to handle multiple records checked in the checkboxes, if so then what you can do is to iterate through the datagrid items and find the checkbox which are checked and then take the actions what you want.
Apurva Kaushal
I just wanted to get the checked items added to the realpayer playlist. Addint to the player list is pbm for me
-
I just wanted to get the checked items added to the realpayer playlist. Addint to the player list is pbm for me