Remove field from Add but label still shows...

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
jcrick
User
Posts: 15

Remove field from Add but label still shows...

Post by jcrick »

Hi

I have a table with the primary key as auto increment so there is no need to add a value in this field when adding a new record. So, I removed the field from the Add section. When the page shows, the field is not shown, but the label is still there. How do I remove the label?

Thanks, Jerry


jcrick
User
Posts: 15

Post by jcrick »

Fixed

The field was set to auto increment but somehow the seed got out of sync - probably user error - me!

Jerry


Post Reply