On a web application there is a field and a button. when a userid is entered in the field and Button is clicked I want the user details like name and address to be populated in the other fields. In client I can write a Lookup formula and achieve this. How can I do the same in Web?Thanks,
Subject: RE: what is DBLookup equivalent in web
The same way.
Subject: RE: what is DBLookup equivalent in web
The magic question is:
Are you planning to use Web 2.0 / Ajax functionality?
Or just Web “Classic” when send the information entered back to the server (when the person clicks on the button) and then the browser with display the new results/page?