how can i use <%=%> code in server control page.
-
A.aspx has below code. public int COMMON_BUTTON_WIDTH { get { return common_button_width; } } and i want to use COMMON_BUTTON_WIDTH in aspx page. such as below but it do not work. /> How can i use COMMON_BUTTON_WIDTH value?
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
-
A.aspx has below code. public int COMMON_BUTTON_WIDTH { get { return common_button_width; } } and i want to use COMMON_BUTTON_WIDTH in aspx page. such as below but it do not work. /> How can i use COMMON_BUTTON_WIDTH value?
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
try keeping <%=************%> code in single quotes. eg. '<%=************%>'
-
A.aspx has below code. public int COMMON_BUTTON_WIDTH { get { return common_button_width; } } and i want to use COMMON_BUTTON_WIDTH in aspx page. such as below but it do not work. /> How can i use COMMON_BUTTON_WIDTH value?
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
@shankysharma86 Correct One.