i have loaded a set of array values dynamically in text box from a database like this:
//Response.Write( "<input type=text value="+stredit[i]+">");//
then i have kept a save button:
//Response.Write( "<input type=button value=Save >");//
----------------------------------------------------------------------------------------------------------------
UPTO THIS WORKING WELL.
now i want to alter the data in text and save to database. i just want to know how to get altered text value in a string.
PLZ ANY ONE HELP ME WITH SAMPLE CODE.
//Response.Write( "<input type=text value="+stredit[i]+">");//
then i have kept a save button:
//Response.Write( "<input type=button value=Save >");//
----------------------------------------------------------------------------------------------------------------
UPTO THIS WORKING WELL.
now i want to alter the data in text and save to database. i just want to know how to get altered text value in a string.
PLZ ANY ONE HELP ME WITH SAMPLE CODE.
Comment