Hello,
I'm creating a list of buttons in web custom control. When I'm creating them
I'm giving the name of each button as this.UniqueId. But this is aslways
giving me the "WebCustomContr ol1" as the UniqueId. So for each button the
UniqueId is "WebCustomContr ol". Is there anyway I can declare the UniqueID
to be the 'Integer x', which will increment in a loop starting from 1. So
Button1 will get UniqueID as 1,...
How can I do this?
Please help
Thanks
Steven
I'm creating a list of buttons in web custom control. When I'm creating them
I'm giving the name of each button as this.UniqueId. But this is aslways
giving me the "WebCustomContr ol1" as the UniqueId. So for each button the
UniqueId is "WebCustomContr ol". Is there anyway I can declare the UniqueID
to be the 'Integer x', which will increment in a loop starting from 1. So
Button1 will get UniqueID as 1,...
How can I do this?
Please help
Thanks
Steven