Hi
I want textbox & + sign . I want if user clicked + sign then another textbox should get created below it.
Thanks
Hi
I want textbox & + sign . I want if user clicked + sign then another textbox should get created below it.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Dec 5, 2022, 4:22 AM
Check the below link
https://www.aspsnippets.com/Articles/Get-Value-Text-of-dynamically-created-TextBox-in-ASPNet-using-C-and-VBNet.aspx
Aravind GovindarajPosted Dec 4, 2022, 6:06 PM
Please see if this helps you
https://stackoverflow.com/questions/42291418/dynamically-adding-and-re-positioning-the-textbox
Vishal JoshiPosted Dec 4, 2022, 7:51 AM
Hello,
It would help if you tried dynamic controls to achieve the requirement. Please check the below link for reference:
https://www.c-sharpcorner.com/UploadFile/c4cfca/how-to-add-textbox-dynamically-using-javascript-in-Asp-Net/
Thank You