Is there a way to handle the DropDownSelectedIndexChanged for list item new form.
Let say I have a custom list named Temp having Title, Products (which is a DropDownList) and Color Shade (which is a TextBox). When I create a list item I want to select a product from DropDownList and on the selected index changed I want to write the business logic such as fetching the row from Color Shade list and bind the data to TextBox of Color Shade. Now I can say ok so that a list item will be created. Is it possible using VS 2008 sharepoint object model.