asked on
<td align="right" nowrap>when would you like us to call you? </td>
<td align="left"> <select class="inputfield" name="TimeRequired">
<!--<option value="0" <%if Cstr(callerRequestTime) = "0" then response.write("selected")%>>Immediately!</option>-->
<option value="15" <%if Cstr(callerRequestTime) = "15" then response.write("selected")%>>in
15 minutes</option>
<option value="30" <%if Cstr(callerRequestTime) = "30" then response.write("selected")%>>in
30 minutes</option>
<option value="60" <%if Cstr(callerRequestTime) = "60" then response.write("selected")%>>in
one hour</option>
</select> </td>
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY