hi all :)
I have a list view, and I want to set some parameters to some controls
i have this function
and when I write this line at page_load, I got his error:
http://msasoftware.net//Hamza/Pics/Programmingproblems/problem874564.png
how can I fix it ?
I have a list view, and I want to set some parameters to some controls
i have this function
void RadListBox1_SelectedIndexChanged(object sender, EventArgs e) { Literal1.Text = YouTubeScript.Get(RadListView1.SelectedItems[0].GetDataKeyValue("Video_Path").ToString(), auto, _W, _H); Label1.Text = RadListView1.SelectedItems[0].GetDataKeyValue("Video_Path").ToString(); }and when I write this line at page_load, I got his error:
http://msasoftware.net//Hamza/Pics/Programmingproblems/problem874564.png
how can I fix it ?