views:

26

answers:

2

Hello I m new with asp scripts i have not mores ideas as well in asp. i have worked in asp.net. Now I facing a problem to bind data with DropDown and Grid. Please suggest me any ideas to bind data with drop down. And second thing how can i want to bind data with Grid with sorting feature.

Please Suggest me Idea to do this.

+1  A: 

Classic ASP has no support for binding.

You best bet is using some jQuery Table plugin that supports sorting (like DataTables or others), but you will need to do the data population yourself.

Eduardo Molteni