lcscne
01-21-2005, 03:13 PM
is it possible to set a web control's id programatically?
for instance?
Dim myControlId As String
myControlId = "idWhatever"
.
.
.
.
<asp:button id='<%# myControlId%>' ....
for instance?
Dim myControlId As String
myControlId = "idWhatever"
.
.
.
.
<asp:button id='<%# myControlId%>' ....