Привет!
В этом коде i - переменная.
Хочется сложить строку и получить в el_str следующее значение, при i=1: '<%=fileinput1.ClientID %>'
var el_str = ("'<%=fileinput" + i + ".ClientID %>'");
Во время компиляции выдает ошибку
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1026: ) expected
В чем может быть дело, подскажите, пожалуйста