I'm adding the gridview fields via code, but the checkbox does not appear, instead of the checkbox, it appears: "System.Web.UI.WebControls.CheckBox"
Here's how I'm doing:
CheckBox check = new CheckBox();
if (Session["dt1"] != null)
{...
asked by
03.05.2018 / 19:30