Adding Data in the DataGrid

  • Thread starter Thread starter Carl
  • Start date Start date
C

Carl

What does it error mean?

error BC30456: 'btnInsert_Click' is not a member of 'ASP.DataGridAdd_aspx'.

thanks in advance.
 
It would seem to mean that you are trying to reference btnInsert_Click()
when this button is not an element of your datagrid. What are you trying to
do?
 
It looks like your HTML probably got misaligned. Are you getting this when
the page loads?
 
Back
Top