Hi,.
I have made some modifications in your code. Make sure that you are adding the control to the column using its UniqueName property(
phonenumber here instead of phonenumberColumn). Since you are setting DataKeyValues as phonenumber which is a DataField in your DataSource, you need to access it using
phonenumber.
aspx:
VB:
Thanks,
Shinu.