Hi, My 1st attempt at trying to populate a dropdown list from a view in the database. The view has handled the where statement so its just returning fields categoryID & Name 1st question is should I use a Feed or a <ControlDatasource>? Ive tried using both but can't seem to get it to work although thanks to various articles here, I have got closer to getting it right. I can't seem to find an artic
I have a contact form where the user enters their child's birth date. For this I am using 3 dropdown lists. Two (month and day) are populated in code. The third list is the year, and only shows the last 18 years. Because I don't want to have to remember to update this list every year I am populating it using JQuery where I run a loop taking current year and subtract from it the variable "x" where
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