Posted on: 9/27/2014 10:39:17 AM | Views : 395

Hi,
Apologies if this posts twice, I think I got timed out the last time I tried.
I am struggling to get the values back from dynamically applied dropdownlists on webpages after POST.
I read some articles, I know POST destroys dynamic controls and you need to fish about in the viewstate to get them back.
The issue I am having is errors relating to two controls on the page with the same name.
Please can anyone tell me why the below isn't working.
I've tried the code in the ispostback before and after the dynamic application of the controls
Any help appreciated
Thanks
Mike


<%@ Page Language="VB" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<script runat="server">
 
    P ...

Go to the complete details ...