mvc中怎么带参数跳转页面啊 带了一个id参数
<%=Html.ActionLink("Delete","Delete","BusinessIncome","BusinessIncome",new{ID=item.ID...
<%= Html.ActionLink("Delete", "Delete", "BusinessIncome","BusinessIncome", new { ID = item.ID })%> 这样写有错吗?怎么老是跳转不了啊
问题已解决<%= Html.ActionLink("Delete", "Delete", "BusinessIncome", new { ID = item.ID ,null})%> 展开
问题已解决<%= Html.ActionLink("Delete", "Delete", "BusinessIncome", new { ID = item.ID ,null})%> 展开
展开全部
有很多方法:
1.控制器中跳转:
return RedirectToAction("Testing_view", new { papeid = papelis.Test_paper_id, name = names, idcards = idcard, question_sums = papelis.mutil_questions_sum, limit_time = papelis.Test_paper_spend_time });
2.页面跳转:
<%:Html.ActionLink("详细", "Test_query_view",new {papeid=item.Test_paper_id,name=item.resume_info.Person_name,idcard=item.resume_info.Person_idcard,used_time=item.used_time})%>
还有很多...
1.控制器中跳转:
return RedirectToAction("Testing_view", new { papeid = papelis.Test_paper_id, name = names, idcards = idcard, question_sums = papelis.mutil_questions_sum, limit_time = papelis.Test_paper_spend_time });
2.页面跳转:
<%:Html.ActionLink("详细", "Test_query_view",new {papeid=item.Test_paper_id,name=item.resume_info.Person_name,idcard=item.resume_info.Person_idcard,used_time=item.used_time})%>
还有很多...
展开全部
是的 最简单地方法就是用<a href = 'b.html?id = 1>
还有时jsp <jsp:forward page="/showContact.jsp?stu_id=001"></jsp:forward>,然后再业务层使用request.getParameter接受就可以了
。
还有就是使用面向对象的方法:可以使用标签 也可是使用structs 框架 $(OBJECT.ID)
还有时jsp <jsp:forward page="/showContact.jsp?stu_id=001"></jsp:forward>,然后再业务层使用request.getParameter接受就可以了
。
还有就是使用面向对象的方法:可以使用标签 也可是使用structs 框架 $(OBJECT.ID)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以有很多种方法;
用普通的地址带值 如跳转到b b.hmtl?id=1
也可以用form表单
<form action="b.html" method="post">
<input type="text" value="1" name="id">
</form>
我本军团为你解答
用普通的地址带值 如跳转到b b.hmtl?id=1
也可以用form表单
<form action="b.html" method="post">
<input type="text" value="1" name="id">
</form>
我本军团为你解答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
具体错误信息呢?
检查一下你的URL路由有没有对应的路由表。
检查一下对应的控制器接收参数是否对应。
检查一下你的URL路由有没有对应的路由表。
检查一下对应的控制器接收参数是否对应。
来自:求助得到的回答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询