In C#, how do i create a new webpage that I can either use form view or data grid view, (or create a new database connection)? so that I can have a web page that will allow the user to navigate through about 50 records (one record at a time). ie;
I am using an Access file (.mdb); which I am willing to convert if necessary.
John Smith
ID: 1
Phone: 440-202-2239
(click navigation)
(next page)
Sally Jones
ID : 2
Phone : 440-242-2992
(click navigation)
(next page)
etc.
THE KEY WORD TO ACCOMPLISH THIS TASK IS CALLED “PARAMETRIZED QUERIES”. *
ok, I’m a bit rusty, but I hope the following will lead you down the right path.
Take the following markup as an example…
In your loading event do something like this (note: you need to set/declare that ‘data’ object):
In the PageIndexChanging event do something like this: