Hello All
I am using Asp.net 2.0, C#, VS 2010
Am using Listbox and Simply Populating it on button click. When an Item from the List is selected ..On Autopostback it again makes selectedindex 0
Also the "ListBox_Documents_SelectedIndexChanged" event is not fired.
<asp:ListBox ID="ListBox_Documents" runat="server" Height="367px" Width="233px"
onselectedindexchanged="ListBox_Documents_SelectedIndexChanged" AutoPostBack="True">
</asp:ListBox>
Any suggestions ?
Go to the complete details ...