lcscne
01-24-2005, 08:24 AM
is it possible to set a web control's "ID" property programatically?
for instance?
Dim myControlId As String
myControlId = "idWhatever"
.
.
.
.
<asp:button id='<%# myControlId%>' ....
by the way this code does not work.
for instance?
Dim myControlId As String
myControlId = "idWhatever"
.
.
.
.
<asp:button id='<%# myControlId%>' ....
by the way this code does not work.