Hi,
I have tried the below code in the design page, but i am getting the error "BC30574: Option Strict On disallows late binding" at run time
<select name="webmenu3" id="webmenu3" onchange="showValue(this.value)" >
<option value="1">select page with issue</option>
<%
For Each row In Priority.ListPriority.Rows%>
<option value="2" title="../images/screenshot/1.png"><% =row("FileName")%></option>
<% Next
%>
</select>
Please help me to solve this issue.
Blessy Baby
Digitalmesh Softech pvt Ltd
https://blessybaby.wordpress.com/