I created a master page and take the menu on the master page.
<li>
<a href="#">Edit</a>
<ul>
<li>
<a href="#" id="A2" runat="server" onclick="fnEditState()">Edit State</a>
</li>
</ul>
</li>
Now I want that Each form open in new tab with closing button. Main purpose is that I could multiple form open on the same time and same window. Please help me