I'm Storing the data into data base through text box,while storing the data it won't accept
, / .Am storing like
, / .Am storing like
.vffsdfhdv
.gvdsvsfv
.ghdvfdsg
It will store into the database like .vffsdfhdv . gvdsvsfv .ghdvfdsg
When am trying to get the data from database I'll get like .vffsdfhdv . gvdsvsfv .ghdvfdsg but I wan't to get the database data like
.vffsdfhdv
.gvdsvsfv
.ghdvfdsg
so any one can tell me how to do this??
Manish Kumar ChoudharyPosted Mar 11, 2015, 7:06 AM
in your textbox and then save the data
Usha RajPosted Mar 11, 2015, 7:05 AM
Manish Kumar ChoudharyPosted Mar 11, 2015, 6:51 AM
Manually write
in textbox and save it. Then it will work