Listboxs in c# asp.net
When i click any item in Listbox1 corresponding values appear in ListBox2 this is fine but when i select again any item from Listbox1 its taking time to clear the Listbox2 items(which contains still the previous values)..how to solve this?
Joginder BangerPosted Dec 18, 2014, 4:42 AM
if(!ispostback)
{
bind list here//
}
Munesh SharmaPosted Dec 18, 2014, 4:31 AM
deepa ashwiPosted Dec 18, 2014, 4:02 AM
Joginder BangerPosted Dec 18, 2014, 2:10 AM