I have used the following asp.net code snippets in code behind in my asp.net web forms project tagettting .net
framework version=4.5:--------
GrdGRn.DataSource = DtAll;
GrdGRn.DataBind();
GrdGRn.DataBind();
where DtAll is the data table which is being succesfully populated when observed via debugger but unfortunately
the grid is not being binded and is not shown even after setting GrdGRn.Visible=true;
I need help in this regard.
Saurav BhattacharjeePosted Sep 20, 2019, 10:30 AM
SCRIPT5007: SCRIPT5007: Unable to get property 'elements' of undefined or null reference
SCRIPT5007: SCRIPT5007: Unable to get property 'value' of undefined or null reference
Salman BegPosted Sep 19, 2019, 10:59 AM