Hi, i am raj
how to create a textbox dynamically and what ever you enter in that textbox that will apper in lablel dynamically?
how raise text change event at run time?

You can use new keyword to create a textbox dynamically.

Textbox textbox1 = new Textbox();

And you can use TextChanged event. It'll fire whenever the content in the text box is changed.

Regards,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.