- Total Newbie to asp asp & HTML
- Posted by Betty on September 19th, 2006
I have a Fault Form that im in the process of creating but i need a
little help on...
What i want this form to be able to do is to reduce the time it takes
to fill out the form.
I have a txt box that the user will need to fill out with a user name,
and i have created a button next to the txt box.
What i want to do it be able to get the user to input the user name and
then click this button to populate the mobile phone details for that
user.
I have a database with two tables that hold some of this data.
The first table is called MobileProfile and holds the empname
(Employees Name) and the second table is called MobileInformation and
holds the MobileNo.
I have a test page that i have been working on if anyone would like any
further information or to have a look at this and tell me what im doing
wrong.
- Posted by Duane Arnold on September 19th, 2006
Betty wrote:
No, I am not interested in looking at your page. What is the problem?
Duane
- Posted by Logan Shaw on September 20th, 2006
Betty wrote:
So create an event handler, register it to respond to a click of that
button (which require a form submission, i.e. web page load), and when
the button is pressed, do a SQL call, grab the data out of the database,
and put it into the fields by setting the appropriate properties.
You might also want to be smart and not unconditionally populate the
fields: if the user has typed something in there, probably best to
leave it alone.
- Logan
- total newbie question on power (Computer Hardware) by rb
- How to Open Port (Total Newbie Question) (Routers) by Mjbr
- total newbie: MODAL DIALOG BOX help!! (Development Resources) by nowinter
- Advice on which router/PIX (total newbie) (Routers) by no one
- Total newbie; what do I use? (Audio, MP3 & Music) by Stefan Ahlgren

