我正在使用 asp c#,我尝试使用表单名称作为 id getter
Response.Write("<td><form runnat=\"server\" name=\"formCon" + mb.IdMbl + "\" action=\"../General/CurrentBlog.aspx\">");
Response.Write("<input type=\"submit\" value=\"consultar\">");
Response.Write("</form></td>");
在下一页中,我想使用 Request.Form 获取表单名称,但我不知道如何