我在表单上有Img标签,我想把它的id发送到aspx.cs。我使用post方法并使用Request.Form["id"]检索这个id,但是我没有在aspx.cs文件上获得id。.click(function () {
var id = $(this).attr("id");// Here I am getting id How can i send this id to aspx.cs
我是C#的新手。只需遵循YouTube的简单示例,并尝试简单地连接到SQL数据库。但是GridView1给了我一个错误。这是我的WebForm1.aspx.csusing System.Web;using System.Web.UI.WebControls;using System.Data.OleDb;
{
public partial class We