HI,

Just keep a variable "i" or something and initialize it.When you are dynamically adding the controls add this i value with the name.Then increment the i value.

For retrieving request("controlname" & i).

The above statement has to be put in a loop to increment the i values.