I have a UpdatePanel control in which there is a ListView that would read some data from a SQL Server.I want to use a Timer to periodic update this ListView every 1 or 2 minutes.
What should I do in the Tick Event to do the partial refresh in the UpdatePanel?
I have a UpdatePanel control in which there is a ListView that would read
Share
Just update the control inside the update panel that needs to be refreshed. Take a look at this example.