Dynamic table and postback
Hi,I have an asp Table control in a page and the rows are creating dynamically. I generating pdf file when clicking on button and downloading it(the values are taking from the dynamically created rows.).In postback I should refill the table rows again. otherwise the pdf file will be blank.Please provide me a solution.(ie,Table is losing its rows that was added dynamically, on PostBack )