Hi, I'm creating a Html Table dynamically and adding it to a panel and then to a session. While reloading the page I am adding the session variable as table to the panel. Its adding but the problem is it is giving me an error of
Sys.WebForms.PageRequestManagerServerErrorException . I have googled the error but is of no useful. I cannot create the table once again since the table is having so much data, and it will take a lot of time to load.
panel pnlView=new panel();
HtmlTableGo to the complete details ...