hi. i have datatable with which contains all theses columns
columns as ID, NAME,PATH
i am binding the datatable to ID, Name in dropdown control. once the user selects a value of "name" in the dropdown . i'll get the ID of it . basesd on that then i need to get the corresponding path value in a string
thank you