G
Guest
Hi Al
I am new to asp.net frame work. My requirement is :
1. A textbox with id 'TEXTBOX1' is created on click event of BUTTON1 dynamically.
2. On the click event of another button 'BUTTON2', i am successful in displaying the TEXT of TEXTBOX1 in
let's say some label; but the TEXTBOX1 ( which was created & visible on the page after clicking of BUTTON1) gets disappeared
This is because BUTTON1's click event will not be triggered when i click on BUTTON2
What is the solution for this
I am new to asp.net frame work. My requirement is :
1. A textbox with id 'TEXTBOX1' is created on click event of BUTTON1 dynamically.
2. On the click event of another button 'BUTTON2', i am successful in displaying the TEXT of TEXTBOX1 in
let's say some label; but the TEXTBOX1 ( which was created & visible on the page after clicking of BUTTON1) gets disappeared
This is because BUTTON1's click event will not be triggered when i click on BUTTON2
What is the solution for this