Rank: Newbie Groups: Member
Joined: 3/15/2009 Posts: 6 Points: 18
|
Hi, I put the control into web user control I have few instance of the web user control on the page Since the AdditionalFields are resolved by ID and not ClientID the web service gets the AdditionalFields of the first control Although it belongs to different instance .
In order to solve that I had to put the exact ClientID into AdditionalFields property and change the "FindControlRecursive" function to check the ClientID instead of ID .
could it be better if you add another property like ClientIDAdditionalFields in order to handle both ways ?
Nir
|
Rank: Administration Groups: Administration
Joined: 11/18/2007 Posts: 73 Points: 131
|
I need to check this. It should use the correct AdditionalFields by the ID of the control.
Thanks
|