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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top