Posted on: 5/15/2014 7:53:48 PM | Views : 413

Hi everybody,
I searched everywhere for how to recreate dynamically created controls I couldn't find anything that I can implement.
All I need is to dynamically create and recreate literals with imagebutton on the right side of the literal. Therefore I dont need to know value user entered inside control.
Plus I read on msdn that Viewstate is not available on mobile devices(?) and I need the code to work on mobile devices, so I cant use viewstate for recreating controls.
And I need to create and recreate controls this way:
When I click button in contentpage in master page in placeholder literals should appear.
Can somebody please put some code here ???
I tried with cookies but it didn't work out.
Thank you

Go to the complete details ...