Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create a data entry form using asp.net??? 1

Status
Not open for further replies.

qajussi

Programmer
Mar 22, 2004
236
US
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..
 
Thanks Ca8msm.

That article also describes the datagrid format(displaying the result in table format and let you edit).

I am interested in the form style like the form in the access database.

THe form showing one record at a time.
Any idea how I should start ???
Thanks again for your input.
 
You should have a look into "paging" for the datagrid. This is where you can show a certain number of records per page (in your case just the one). Here's a link to get you started...


----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top