rjtvipul333
01-23-2009, 07:48 AM
Hi there.
I have developed a database about movies.
When anyone logs in from the login.asp page they see the list of movies on Main.asp page. On main.asp page i have couple of textboxes and Save button to add/edit a movie to the database.
This is how my Main.asp page looks.
--------------------------------------
<txtMovieName> <cmdSave>
--------------------------------------
Current list of movies
1. Breav Heart
2. Fast and Furious
3. Die Hard
4. Harry Potter
--------------------------------------
What I want to do is when any user clicks on the number beside movie name that movie name should come up in the text box above so user can edit the movie name and save it again.
Any suggestion for me?
Looking forward for a reply.
-Vipul
I have developed a database about movies.
When anyone logs in from the login.asp page they see the list of movies on Main.asp page. On main.asp page i have couple of textboxes and Save button to add/edit a movie to the database.
This is how my Main.asp page looks.
--------------------------------------
<txtMovieName> <cmdSave>
--------------------------------------
Current list of movies
1. Breav Heart
2. Fast and Furious
3. Die Hard
4. Harry Potter
--------------------------------------
What I want to do is when any user clicks on the number beside movie name that movie name should come up in the text box above so user can edit the movie name and save it again.
Any suggestion for me?
Looking forward for a reply.
-Vipul