____________________________________________________
Frame1.Visible = ListView1.SelectedItem.Text = "General"
Frame2.Visible = ListView1.SelectedItem.Text = "Security"
Frame3.Visible = ListView1.SelectedItem.Text = "Backup"
_____________________________________________________


that have same problme again, One frame (General) overlay the other frame (Security), thired frame overlay the other frame (backup), so when user selected options (general) is works fine then i click "options" for security is not working, and if i click backup is works fine with frame.

so what went wrong with that!