dynamically created textbox

  • Thread starter Thread starter webdeveloper
  • Start date Start date
W

webdeveloper

how to add records from dynamically created textbox in ASP using ACCESS
database
 
Thanks Stefan

But this this script simply pulls the ID's and names of some imaginary
employees from a sales DB and places them into a pull down box.


Actually i want to add records in textbox which is dynamically created
just like click on AddNew button and display new textbox after that
when i click on Submit Button the data of
that field goes into access database. i am using ASP with Access
database.


Is anyone there to solve this problem???
 
Look at the other samples like
http://www.asp101.com/samples/form_dynamic.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thanks Stefan
|
| But this this script simply pulls the ID's and names of some imaginary
| employees from a sales DB and places them into a pull down box.
|
|
| Actually i want to add records in textbox which is dynamically created
| just like click on AddNew button and display new textbox after that
| when i click on Submit Button the data of
| that field goes into access database. i am using ASP with Access
| database.
|
|
| Is anyone there to solve this problem???
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top