[
Lists Home |
Date Index |
Thread Index
]
dinesh madrid wrote:
> Now i want to retrive back the records and display it in html forms with
> 10 records in page with previous and next buttons and also want to
> update those records and then submit back to XML.
>
> This all i need to be done within client side
>
> as im a beginer to xml and asp...can anyone provide me the steps to do
I haven't tried this code, but this looks like it might tell you what
you need to know:
http://www.asp101.com/samples/db_add.asp
http://www.asp101.com/samples/db_del.asp
http://www.asp101.com/samples/db_update.asp
There are a bunch of tutorial examples here:
http://www.aspin.com/home/tutorial/database/edit
These tutorials show both the ASP code and the HTML code, but look a bit
old. You may want to simply start at http://msdn.microsoft.com/asp.net/,
download the code, and work your way through the examples.
Jonathan
|