G
Guest
Hi,
I have a asp.net application in which there is a listbox and a button. When
the user selects an item and presses a button, I want to get the
selectedindex of the item. This application works fine when built and run on
localhost.
I copy the same project on a remote machine, open the project remotely from
my local machine, build it from my local machine to the bin folder on the
remote machine. When I run the same code on the remote machine, listbox
selectedindexchanged event does not fire, and the selectedindex is always -1,
moreover the items in the listbox are lost.
It has been days and I cannot resolve this issue, I'll appreciate any help.
Thanks in advance,
Bilge Gul
I have a asp.net application in which there is a listbox and a button. When
the user selects an item and presses a button, I want to get the
selectedindex of the item. This application works fine when built and run on
localhost.
I copy the same project on a remote machine, open the project remotely from
my local machine, build it from my local machine to the bin folder on the
remote machine. When I run the same code on the remote machine, listbox
selectedindexchanged event does not fire, and the selectedindex is always -1,
moreover the items in the listbox are lost.
It has been days and I cannot resolve this issue, I'll appreciate any help.
Thanks in advance,
Bilge Gul