I am using visual basic 2017 for a web application, I am using a listbox and I write a code for searching data and if I click on another index item (rather than last search)
listbox selectindexchan ge not showing last clicked index. my code are like that pleas tell me where I am wrong
Code:
<asp:TextBox ID="TextBox21" runat="server" Onkeyup ="FilterItems(this.value)"  AutoPostBack ="True"
...