Hi,
I have Dropdownlist and Button on form.
My code workes like if select item from dropdownlist...it loads data from sqldb to gridview on form, til here its fine
problem is , I want to write code like when I select item from Dropdownlist and click button then selected item data should be loaded to new page in gridview.