Hi friends I designed webpage where people can login and after login they will be in profile page and on Profile page where Suppose these information is showing
First Name, Last Name , Email and these information are coming for database according to session
so on profile page there is Edit button when some one click on this so new page will be open where there is Coloumn
First Name:
Last Name:
Email :
and in these coloumn information are showing which is coming from Profile page because on new page I set some coding so it takes information according to session from profile page problem is now suppose on new page when I am changing information and click
on Save button so information is not changing because text box is taking same value which is coming from profile page .
in short when you open page and some value are showing in text box and you can remove that value and fill new value and save on button so new value is ...
Go to the complete details ...