ASP.NET ComboBox - Get Values from Multiple Columns



In order to be able to access the data from the template at runtime,
you need to use Literal controls to hold the data that needs to be accessed.
In the ComboBox1_SelectedIndexChanged event handler, you'll be able
to access the data stored in the Literal controls.



« Back to examples