Write a message with ASP.NET

xiaoxiao2021-03-06  123

1. Construction of a database data.mdb with Access, establish a table guest, the structure is as follows: ID Auto number title string signature string text Remarks.

2, guest naspx <% @ Import namespace = "system.data"%> <% @ import namespace = "system.data.oledb"%>