Display Name instead of id in listview

I was created custom dropdown in subject module then i was created another module like groupings i want to display subject module’s dropdown value’s id and name in groupings module’s ListView. I was fetch the the ID’s because in grouping module’s tables it was storing id now how can i fetch the name along with Ids

can any one knows? please let me know

Thank You in Advance

How are doing the changes to the Listview? From Studio or from PHP code?

If from Studio, you should be able to just add the fields you want…

If from code, share that code with us please

it’s done using code!!
In that just populate drop downs from another module’s database using AJAX .drop down contains subject category names and back-end contains it’s id that’s why in listview id was display now i want to save id in database and category name in listview.

Ah, ok. Then I can say that it doesn’t work because there is a problem in your code.