Click here to Skip to main content
15,914,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Dropdown list and below that there is a GridView . When user select an Item from the Dropdown list add corresponding row to the gridview.I am using Dot net framework 2.0


Here I am fetching all Items from the database into a data-table and put the data-table in view-state. When user select an Item from the dropdownlist it will get the corresponding row from the view-state-data-table and populate the gridview.

I wish to make it client side. How can I achieve this using javascript?.
Is there any javascript object similar to datatable?. if so how to populate it from database?.
Posted
Updated 23-Jul-11 20:37pm
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900