Combobox - Bind both Value and Text to the combo box and get value

Hi,

I need code to bind both value and text to excel combobox and get the value instead of index when selected a item.

I need to code in ASP.Net with VB

Thanks,

DurgaRao

Hi,


Well, Aspose.Cells is a library to manage Excel spreadsheets which does not have any relevant interface to do this, also it does support to create/manipulate or even run macros. I think you may try to find and use some Office automation APIs to do this.

Thank you.