Hi!
I am trying to create a data entry forms using the ASP.Net.
I will have a Access database to store the records.
Can You help me or guide me to the site I can get some tutorial help?? I do have two ASP.Net books but I don't see any example for the data entry form.
I am trying to make forms like forms in the access database which you can enter values(edit values from the forms) and navigate to other records using the command buttons.
Here is an example.
I want to make a simple form for the address book as a sample page.
Table address
NumID
LastName
FirstName
PhoneNumber
I can create a form to insert the values and display them in the DataGrid.
I see a lot of DataGrid examples.
Can you help me or show me some code what I have to do?
I want a form to enter data and see the data at the same time....like forms in the access database using save, next, delete buttons at the bottom??
Thank you very much in advance..
I am trying to create a data entry forms using the ASP.Net.
I will have a Access database to store the records.
Can You help me or guide me to the site I can get some tutorial help?? I do have two ASP.Net books but I don't see any example for the data entry form.
I am trying to make forms like forms in the access database which you can enter values(edit values from the forms) and navigate to other records using the command buttons.
Here is an example.
I want to make a simple form for the address book as a sample page.
Table address
NumID
LastName
FirstName
PhoneNumber
I can create a form to insert the values and display them in the DataGrid.
I see a lot of DataGrid examples.
Can you help me or show me some code what I have to do?
I want a form to enter data and see the data at the same time....like forms in the access database using save, next, delete buttons at the bottom??
Thank you very much in advance..