Pupulating datagrid based on selected items
Hi,
I want to populate the datagrid based on the selected items in datagrid. I have displayed three deopdownlist on the form. after selecting the items from dropdown list user should click on button and then the grid will be populated depending on the selection.
How do i get the these selected values so as to populate the grid. I don't want to use autopostback=true. The grid will be populated only after the users clicks button.
Please help
|