% Set rsNavigation = Server.CreateObject("ADODB.Recordset") rsNavigation.ActiveConnection = con_string rsNavigation.Source = "select * from Side_Navigation where hide=false and Navigation_Bar='2' and language_id="&lang_id&" order by view_order asc" rsNavigation.CursorType = 0 rsNavigation.CursorLocation = 2 rsNavigation.LockType = 1 rsNavigation.Open() %>