I want to add HTML structure and control like this from code behind into a panel
-
2020-12-17 09:55
- Take one local string variable TEMP.
- Create same html as you want to display on screen and store it in variable TEMP.
- You can take html creation of control in separate function based on requirement.
- Place that created html as innerHTML to your panel/div.
That's it...