Discussions

Tag Filter:
I need to autofill the textbox based on dropdownlist selection I have fields in Table m_VendorType VendorTypeID, VendorTypeName,VendorTypeFee I have one dropdownlist with DataTextField="VendorTypeName" DataValueField="VendorTypeID" Now I want to have vendor Fee autofilled on the textbox below, how to do that? Here is my code, but its not working: <ControlDataSource Id="dsVendorType" CommandText="S
Is there a simple way to fill text boxes with default values? Use case: I want a custom signup form filled with user data when the user is already logged in. Upon submit some custom table is filled with this data. If the user is not logged in, he/she needs to enter these values.