I don't know if this can be done using ASP.
1. I need a page that comes up with a control box or text area that is pre-populated with information from a data base. For example:
------------------------------
field1 field2 field3 field4
...
...
...
field1 field2 field3 field4
<submit button>
This to be repeated until all information is gathered.
2. I need to be able to highlight one of those rows and press a button. Once the button is pressed those field items will then be populated in an update page, where the values can be changed.
Does anyone know if this can be done using ASP? or do I need to use some sort of activeX control??
1. I need a page that comes up with a control box or text area that is pre-populated with information from a data base. For example:
------------------------------
field1 field2 field3 field4
...
...
...
field1 field2 field3 field4
<submit button>
This to be repeated until all information is gathered.
2. I need to be able to highlight one of those rows and press a button. Once the button is pressed those field items will then be populated in an update page, where the values can be changed.
Does anyone know if this can be done using ASP? or do I need to use some sort of activeX control??