If you've created a blog using blogger.com or blogspot.com and you are annoyed by top NavBar from your pages, usually a blue/gray navbar with a search box,
then you can remove/delete/hide it very easy.
So to delete NaveBar you need to enter in your page template this code:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: asp.net
Designer: victorantos
URL: www.victorantos.com
Date: 30 Oct 2008
Updated by: Blogger Team
----------------------------------------------- */
#navbar-iframe { display: none !important;}
............... here is the rest of code from your template .............
So, go to Layout then click edit html not edit NavBar and do a copy/paste of this code #navbar-iframe{display:none !important;}
I hope you'll find the wright location to insert this code in order to delete/hide NavBar from Googles blogger