Hello All,
I am using asp.net 2.0. In my application there is one grid and that grid have one dropdown. On the selection of that dropdown in the grid there are some columns which are populating in the grid itself. I have added that grid into Update panel.
What I want?
I want, when ever user selects item from the dropdown it must show a loading image on to the grid and the grid must get disabled. He/she must not click on the grid while loading the data in the grid.
Can anybody help me with the code for this?