asp 中radio动态取值问题

<inputtype="radio"name="sex"value="男"checked="<%ifrs("sex")="男"thenresponse.write("ch... <input type="radio" name="sex" value="男" checked="<%if rs("sex")="男" then response.write("checked")%>" />

<input type="radio" name="sex" value="女" checked="<%if rs("sex")="女" then response.write("checked")%>" />


数据库是"男",为什么总是显示在"女"上?
展开
 我来答
匿名用户
2013-08-04
展开全部
<input type="radio" name="sex" value="男" <%if rs("sex")="男" then%>checked="<%<response.write("checked")%>" <%end if%> />

<input type="radio" name="sex" value="女" <%if rs("sex")="女" then%>checked="<%<response.write("checked")%>" <%end if%> />


还不行的话,你先调试下,response.write(rs("sex"))看看从数据库拿出来的到底是什么值。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2013-08-04
展开全部
这两行代码没有什么问题,那应该可能是你查询数据库的代码写得不好,以致查出来的结果性别是"女"的哦.你检查一下先..
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式