G
Guest
I am having the .aspx page with c# as a coding language in the HTML side i am
requesting the variable if its true the seelct loop will execute else not.
But i am getting the error message . what is the proper way different from
ASP page i will code this.
<%if(Request(err)=='true')%>
<select name="vsspath">
<OPTION value="75" selected>Sales </OPTION>
<OPTION value="62" selected>Manage</OPTION>
<OPTION value="72">Service Delivery</OPTION>
</select>
<%end if%>
Thnaks
requesting the variable if its true the seelct loop will execute else not.
But i am getting the error message . what is the proper way different from
ASP page i will code this.
<%if(Request(err)=='true')%>
<select name="vsspath">
<OPTION value="75" selected>Sales </OPTION>
<OPTION value="62" selected>Manage</OPTION>
<OPTION value="72">Service Delivery</OPTION>
</select>
<%end if%>
Thnaks