In my ASP.NET form using VB.Net, i have two grids that display information based on selections made in dropdownlists associated with each grid. After making the first selection of values for the first grid, its data is loaded. Then i select the values for the second grid.
Each grid has a search option, which after appearing when the respective grid is loaded, ends up disappearing when i make a new selection in the dropdownlist, and i am unable to make it reappear.
How can i make the search option not disappear after reselecting from the dropdown?
