Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 11-29-2005, 04:34 PM passing data
bman's Avatar
Skilled Talker

Posts: 85
Location: USA
Trades: 0
Can someone help me on this, I'm new to ASP.

I'm Using C# to code this?

I have a Label (LableName1)that receives a value, “Name”

And I have a textbox (TextBox1) that I want the value of the label inserted in (“Name”)
Can you please show me, below how I would do this.



Code:
protected void TextBox1(object sender, EventArgs e)
    {
        
    }
Thanks!
bman is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-29-2005, 05:52 PM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
You have to do this on a specific event. So say if it is just on the page load then you could simply assign the value of LabelName1.text to the TextBox1.text property.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Old 11-29-2005, 07:23 PM
bman's Avatar
Skilled Talker

Posts: 85
Location: USA
Trades: 0
That’s the problem I get a error when I write the following code.

Code:
protected void TextBox1(object sender, EventArgs e)
    {
       TextBox1.Text = Lablename1.Text;  
    }
Thanks!
bman is offline
Reply With Quote
View Public Profile
 
Old 11-29-2005, 08:31 PM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
TextBox1 is an object, not an event. Instead, try to place the same code within the form_load event.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to passing data
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12700 seconds with 12 queries