Posted on: 8/12/2014 9:17:31 AM | Views : 414

Hi,
I have a following code
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="ERPN.master.cs" Inherits="MasterPage_ERPN" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <meta charset="utf-8"> <title></title> <link rel="stylesheet" href="../Styles/Main.css" type="text/css" media="screen" />
<asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder>
</head> <body> <form id="form1" runat="server"> <ajax:ToolkitScriptManager ID="ScriptManager1" runat="server"></ajax:ToolkitScriptManager> <div id="container"> <div id="topba ...

Go to the complete details ...