multiple update panels

  1. R

    Don't understand using UpdatePanel/progress bar with long-running processes

    This code behind emulates a user choosing 3(could be up to 10) reports and hitting submit button on the web interface. I don't know how to complete the code to execute parameterized batch file using an UpdatePanel and/or background-workers. Imports System.IO Partial Class UpdatePanel...
Back
Top