The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi
How can i get the last selected value of a combobox item in the SelectedIndexChanged event of combo box.
SelectedValue gives the current value.
is there any other event i can use like SelectedIndexChaingin.
Thanks
Gulshan
ADAdministrator Syncfusion Team June 16, 2005 10:11 PM UTC
Hi Gulshan,
My suggestion would be to use a global variable to store the current value at the end of every call to SelectedIndexChanged. Then you can use the value in that variable in the next SelectedIndexChanged as the previous value.
Regards,
Gregory Austin
Syncfusion Inc.
ADAdministrator Syncfusion Team June 16, 2005 10:48 PM UTC
Thanks Gregory!
yeah that''s the way out.
thanks
Gulshan
>Hi Gulshan,
>
> My suggestion would be to use a global variable to store the current value at the end of every call to SelectedIndexChanged. Then you can use the value in that variable in the next SelectedIndexChanged as the previous value.
>
>Regards,
>Gregory Austin
>Syncfusion Inc.