How to display value in another textbox after selecting from dropdownlist menu..
For E.g
If i select Ecode(Employee Code) from drop down list it should automatically diplay his Firstname/LastName/Age etc to the textbox specified.
You will need to use SelectedIndexChanged event of DropDownList and also set AutoPostBack = true
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.