Hi, i really need your help..
Can u help me to get selected value from listview? So that i can read one record..
thanks before..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
kieky bouvierPosted Aug 10, 2011, 10:26 AM
not listview in listbox.. but listview to display data like gridview, repeater, etc..
in gridview, i can get selected value with :
string id = GridView_Main.SelectedValue.ToString();
but i want to get id like my code above with listview...
Dan SullivanPosted Aug 10, 2011, 10:07 AM
~Dan