Hi all, I need to have a GridView listing all invoices of an account. Each account can have a PDF generated for that account, which isn't done instantly - so I need a gridview column to update the user of the progress of this conversion - i.e. 'In Progress'.
Then, when the conversion is done the cell's text should change to a hyperlink to the PDF file.
I know it's a very vague question in regards to monitoring the state of the PDF, but I'd just like to know if AJAX would be a solution and what controls I would use.