dynamically created textbox

W

webdeveloper

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

Stefan B Rusynko

W

webdeveloper

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???
 
S

Stefan B Rusynko

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???
|
 
Top