Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-17-2008, 08:31 PM   PM User | #1
pansylea
New to the CF scene

 
Join Date: Oct 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
pansylea is an unknown quantity at this point
How do you get data from one form to a label in another form?

I am just wondering how you get data from one form into a label in another form??
pansylea is offline   Reply With Quote
Old 10-17-2008, 08:55 PM   PM User | #2
AlexV
Regular Coder

 
AlexV's Avatar
 
Join Date: Oct 2008
Location: Near Montreal, Quebec - Canada.
Posts: 214
Thanks: 5
Thanked 22 Times in 22 Posts
AlexV is an unknown quantity at this point
Can you be more specific?

I'm guessing you are speaking in an HTML document?

I'll put something like:
Quote:
var myInput = document.getElementById('some_input_id');
var myDestination = document.getElementById('destination_id');
myDestination.innerHTML = myInput.value;
in some event (like "onblur").

Yeah, innerHTML is not best way to do it, but let's keep it simple since i'm not even sure you want to do this in JavaScript
AlexV is offline   Reply With Quote
Old 10-17-2008, 08:59 PM   PM User | #3
pansylea
New to the CF scene

 
Join Date: Oct 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
pansylea is an unknown quantity at this point
Is in Mircosoft Visual Studio in c# (cSharp)
pansylea is offline   Reply With Quote
Old 10-18-2008, 12:50 PM   PM User | #4
pansylea
New to the CF scene

 
Join Date: Oct 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
pansylea is an unknown quantity at this point
In my program i wish to enter information on the first coulple of forms and then display the data in labels on the last form for confirmation.

In other words i want to retrieve multiple data from multiple forms to the last form but dont know how.

HELP PLEASE!
pansylea is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:27 PM.


Advertisement
Log in to turn off these ads.