Wednesday, August 18, 2010

How to get the value of Textbox which is created at runtime in asp.net?

In my asp.net page i have created textbox control when i click a button. and then i hve entered some values into that textbox. now i want to get the value of that textbox when i click another one button. Any one pls tell me how to get ?How to get the value of Textbox which is created at runtime in asp.net?
i use another language , but i think


x=form-name(or page-name).object-name(textbox name).text





then use x in ur program

No comments:

Post a Comment