According to your requirement, I created a simple demo use the code you provided, you could try to use
change event in select element and
keyup event in input.
ASP.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today. Learn more >
Member
309 Points
715 Posts
show data in textbox like my format without postback
Mar 18, 2021 06:56 PM|Gopi.MCA|LINK
Hello
This is my aspx page
On load i will enter data in textbox and select from dropdownlist then it should show data without postabck like this below
Contributor
2400 Points
749 Posts
Re: show data in textbox like my format without postback
Mar 19, 2021 02:55 AM|XuDong Peng|LINK
Hi Gopi.MCA,
According to your requirement, I created a simple demo use the code you provided, you could try to use change event in select element and keyup event in input.
Something like this:
Result:
Best regards,
Xudong Peng