
August 31st, 2003, 08:08 PM
|
|
Contributing User
|
|
Join Date: Aug 2003
Posts: 75
Time spent in forums: < 1 sec
Reputation Power: 6
|
|
|
Passing Mutidimensional Values to Forms
hi ..
Is it possible to pass a multidimensional array values[retrieve form the database] back to a form and only display the first record. When a user click a button[left , right] , i will move through the array and display the values on texboxes using the button onclick event.
===============
Problem ..
===============
When a user enter "Ap" in a textbox, i will goto the database and retrieve a whole list of values[industry, address, postalcode, country .. etc] with Company name that begin with "Ap". I will store all the values in an multidimensional array and when user click a left/right button, i will move through he array and retrieve the values and display in textboxes.
|