Hi,
How do I remove the img tags with regex in datalist.
komut.CommandText = "Select * From Table";
DataList1.DataSource = komut.ExecuteReader();
DataList1.DataBind();
komut.Dispose();
con.Close();
Hi,
How do I remove the img tags with regex in datalist.
komut.CommandText = "Select * From Table";
DataList1.DataSource = komut.ExecuteReader();
DataList1.DataBind();
komut.Dispose();
con.Close();