How can I change the name outputted by a DropDownList within a repeater
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Can anyone tell me how to either suppress the name output by asp.net or change it from thc _ctl1:repeatername:controlname syntax. I have to do this because we have some javascript that looks at the array of dropdownlists within the repeater. And they should all have the same to do that. I haven't found anyway to change this property.