I'm using Visual Studio 2015 with SQL Server 2014, VB.
I have multiple update panels each with their own control button. Is there a way I can execute each of them sequentially with one button click? In other words, run the first, when it is finished automatically run the second, etc.
I'm hoping someone can point me in the right direction if this is possible. Thanks in advance!