Hi!
I have been looking for an example for a while but can't find any.
What I want to create IS a form like forms in the MS Access database which let you access the record one at a time in the form.
Asp.net shows you all the records in the Datagrid(table format).
Can someone help me to create a form which shows me one record at a time and let me navigate with previous or next record button and maybe add a new record button?
And Can I also enter a new record after I moved the last record like (MS access form)??
Here is an example.
tblName
ID
LastName
FirstName
I want a form with
*******************************
*** ID : ** 11 ***
*******************************
***Last Name : ** Smith ***
*******************************
***First Name: ** Joe ***
*******************************
** Previous ** Next ** Add ***
*******************************
I am trying to create data entry forms in asp.net like forms in the MS access.
I don't know how to accomplish but if I can create this one table into the form, I think I can figure it out.
Please help.
Thanks millions in advance.
I have been looking for an example for a while but can't find any.
What I want to create IS a form like forms in the MS Access database which let you access the record one at a time in the form.
Asp.net shows you all the records in the Datagrid(table format).
Can someone help me to create a form which shows me one record at a time and let me navigate with previous or next record button and maybe add a new record button?
And Can I also enter a new record after I moved the last record like (MS access form)??
Here is an example.
tblName
ID
LastName
FirstName
I want a form with
*******************************
*** ID : ** 11 ***
*******************************
***Last Name : ** Smith ***
*******************************
***First Name: ** Joe ***
*******************************
** Previous ** Next ** Add ***
*******************************
I am trying to create data entry forms in asp.net like forms in the MS access.
I don't know how to accomplish but if I can create this one table into the form, I think I can figure it out.
Please help.
Thanks millions in advance.