I have a Combobox in an Application based on Windows Forms.
But though I change the index of items from the UI, the combobox internally doesn't fire the SelectedIndexCh anged() event.
Does anybody has any solution ???
I used window.open() on LinkButtonClick to open the PDF in new window.
But though I change the index of items from the UI, the combobox internally doesn't fire the SelectedIndexCh anged() event.
Does anybody has any solution ???
I used window.open() on LinkButtonClick to open the PDF in new window.
Comment