Link to home
Start Free TrialLog in
Avatar of TonyReba
TonyRebaFlag for United States of America

asked on

Insert data to a database from a disdabled / readonly textbox

Hi,

I am using a web form to insert data in to the database My web form has a couple of disabled textboxes whose value is filled by pressing a button and which  I want to insert into the database.
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

You have to 'enable' them or they won't be submitted.  http://www.w3schools.com/tags/att_input_disabled.asp
Avatar of TonyReba

ASKER

that not goof,,,,,, is there any trick I can do on jquery or other approach?

my web form has several textboes which get populated when the user hits lookout then he fills the rest of fields  and I need all go into a db....
ASKER CERTIFIED SOLUTION
Avatar of GlobaLevel
GlobaLevel
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can use hidden inputs plus display them in a separate <div> or <p> if they need to be seen but not edited.