What I am trying:
Adding panel as dynamic and assigning asp:panel id name as dynamic name value.
Eg : id name as panel_1, panel_2, panel_3...
I am using for loop in aspx page.
So I trying to add id name as dynamic but I getting error like
Parse Error
Description - "An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately".
Parser error message - Panel_ is not a valid identifier.
Version : Microsoft dot net version 4.0.303, Asp.net version 4.8.9220.
How to fix this.

Источник: https://stackoverflow.com/questions/781 ... o-asppanel