I have two form. FormAsset and FormLoan. In formAsset i have AssetId,AssetItem(DropDownList),Model, Description,Quantity and Status. In formLoan i have AssetId,AssetItem(textbox),Name,StaffId,DateLoan and Period.
In formLoan how i want to display automatic AssetItem(textbox) when i keyin the AssetId same with what i already keyin first in formAsset ? Tq.