Gridview binding data from database without doing postback on the select of item in dropdown.
i know it is possible through ajax update panel but for some specific reason it can't use it.
And i think that gridview is a server-side control and if i implement it by using table structure , jquery ajax and web service then it will loose all gridview properties of edit, update and paging etc.
So please help on this matter.
googling from 2-3 days but unable to find the solution,
a little help will be appreciated.
thanks in advance.