hi friends..
in my page the form contains 10 textboxes. the user has to fill these textfields.
if the user made any mistake in entering value in any textbox, in the button click, a message is displayed to intimate the user like ' u wrongly enter the value'.. in button click all the textbox values are erased. so can anybody tell me how to retain the value of textbox(without GET method because it is an unsecured one.. since all the values are displayed in address bar)
and i need to retain in the same page, without moving to some other page... can anybody help me plz.....
in my page the form contains 10 textboxes. the user has to fill these textfields.
if the user made any mistake in entering value in any textbox, in the button click, a message is displayed to intimate the user like ' u wrongly enter the value'.. in button click all the textbox values are erased. so can anybody tell me how to retain the value of textbox(without GET method because it is an unsecured one.. since all the values are displayed in address bar)
and i need to retain in the same page, without moving to some other page... can anybody help me plz.....
Comment