Retaining the values selected in dynamically added dropdownlists
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I have a dropdown list which is dynamically added at runtime. Iam not able retain value selected before post back. The property enableviewstate is set to true. Padvit
Hi Padvit. The secret to understanding this problem is to understand the Control Execution Lifecycle[^]. At runtime, at what point in the lifecycle are you adding your drop-down list?
-
Hi Padvit. The secret to understanding this problem is to understand the Control Execution Lifecycle[^]. At runtime, at what point in the lifecycle are you adding your drop-down list?