|
-
Jan 25th, 2004, 10:23 PM
#1
Thread Starter
Junior Member
Capture values of textboxes after hitting a button
I would love to know if there is a way around this situation
I have two texboxes create programmaticly. I want to capture these values and update it somewhere else in my form. Eventhough I have included this to my code
TextBox tb1 = new TextBox()
frombox.TextChanged += new System.EventHandler(this.Textbox_TextChanged);
and the submit button is also added this code
submitbt.Click += new System.EventHandler(Submit_Clicked);
I don't know why it does not trigger any of these.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|