the web application created should be same on all the monitors

IncheZ

New Member
I have created a web application in asp.net. Then i copied it to another pc. In that some of the labels and buttons are hidden in some pages. what is the reason and how can i resolve it??? can any help me out???? This the source coding:::\[code\]<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <link href="http://stackoverflow.com/questions/_assets/css/meiii.css" rel="stylesheet" type="text/css" /><script type="text/javascript">function check_uncheck(Val){ var ValChecked = Val.checked; var ValId = Val.id; var frm = document.forms[0]; for (i = 0; i < frm.length; i++) { if (this != null) { if (ValId.indexOf('CheckAll') != - 1) { if (ValChecked) frm.elements.checked = true; else frm.elements.checked = false; } else if (ValId.indexOf('deleteRec') != - 1) { if (frm.elements.checked == false) frm.elements[1].checked = false; } } } } function confirmMsg(frm){ // loop through all elements for (i = 0; i < frm.length; i++) { // Look for our checkboxes only if (frm.elements.name.indexOf("deleteRec") != - 1) { // If any are checked then confirm alert, otherwise nothing happens if (frm.elements.checked) return confirm('Are you sure you want to delete your selection(s)?') } }}</script><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Welcome to HRMS</title> <link href="http://stackoverflow.com/questions/Css/Cand_BaseStyle.css" rel="stylesheet" type="text/css" /> <style type="text/css">.menuItem{background-image : url(../Images/header1.gif);background-repeat:repeat-x;cursor : hand;FONT-FAMILY:"Bell MT";Font-Size:"Small";}.menuItem1{background-image : url(../Images/header1.gif);background-repeat:repeat-x; cursor : hand;} .style1 { height: 60px; } .style2 { height: 150px; } .style3 { height: 35px; } .style4 { width: 100%; height: 160px; } </style></head><body bgcolor="gainsboro"><form id="form1" runat="server"><asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </asp:ToolkitScriptManager> <asp:SiteMapDataSource ID="SiteMapDataSource1" SiteMapProvider="Menu1Sitemap" runat="server" /> <asp:SiteMapDataSource ID="SiteMapDataSource2" SiteMapProvider="Menu2Sitemap" runat="server" /> <asp:DropDownList ID="DropDownList3" runat="server" Visible="False"> </asp:DropDownList> <table width="100%" cellpadding="0" cellspacing="0" style="height: 100%"> <tr> <td bgcolor="White" class="style1"> <table class="style4" style="height: 100%"> <tr> <td width="33%"> <img alt="Hesperus Infosys" longdesc="Hesperus Infosys - Logo" src="http://stackoverflow.com/questions/Images/hesperus-trans.jpg" style="height: 60px; width: 140px"/> </td> <td width="33%" align="center"> <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="Bell MT" Text="Quick Links"></asp:Label>&nbsp;&nbsp; <asp:DropDownList ID="DropDownList1" runat="server" Height="16px" Width="200px"> </asp:DropDownList> </td> <td align="right"> <img alt="Quick Links" src="http://stackoverflow.com/questions/Images/sub-menu-white.gif" style="width: 276px; height: 60px; margin-left: 0px;" text-decoration:none;" usemap="#links" border="0" </td> <map style="text-decoration:none;" name="links"> <area shape="rect" coords="44, 22, 97, 38" alt="Home" href="http://stackoverflow.com/questions/13853587/" /> <area shape="rect" coords="113, 22, 174, 36" alt="Home" href="" /> <area shape="rect" coords="190, 21, 267, 36" alt="Home" href="" /> </map> </tr> </table> </td> </tr> <tr> <td align="center" class="style2"> <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/buildingbanner.jpg" /> </td> </tr> <tr> <td class="style3"> <asp:Menu CssClass="menuItem" Orientation="Horizontal" StaticSubMenuIndent="0" StaticDisplayLevels="2" ForeColor="White" MaximumDynamicDisplayLevels="2" ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" DynamicPopOutImageUrl="~/Images/arr_collapsed1.gif" StaticPopOutImageUrl="~/Images/arr_expanded.gif" Width="100%" Height="31px"> <DynamicHoverStyle CssClass="menuItem1" Font-Underline="true" ForeColor="white" Font-Bold="false" /> <DynamicMenuItemStyle BackColor="#DCDCDC" ForeColor="#43375B" HorizontalPadding="2px" VerticalPadding="2px" Font-Bold="false" /> <StaticHoverStyle CssClass="menuItem1" Font-Bold="false"/> <StaticMenuItemStyle HorizontalPadding="2px" VerticalPadding="2px" Font-Bold="false" /> </asp:Menu> </td> </tr> <tr> <td colspan="2"> <table width = "100%"> <tr> <td rowspan="2" width="75%"> <asp:RoundedCornersExtender ID="RoundedCornersExtender1" Corners="Left" Radius="5" TargetControlID="panel1" runat="server"> </asp:RoundedCornersExtender> <asp:Panel ID="Panel1" runat="server" Height="356px" BackColor="White"> </asp:Panel> </td> <td width="25%"> <asp:RoundedCornersExtender ID="RoundedCornersExtender2" TargetControlID="panel2" Corners="TopRight" Radius="5" runat="server"> </asp:RoundedCornersExtender> <asp:Panel ID="Panel2" runat="server" BackColor="White" Height="100%"> <table class="style4" style="height: 160px"> <tr> <td align="center"> <asp:Label ID="Label2" runat="server" Font-Bold="True" Font-Names="Calibri" Text="News & Events"></asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_ne1" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">News/Events1</asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_ne2" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">News/Events2</asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_ne3" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">News/Events3</asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_ne4" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">News/Events4</asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_ne5" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">News/Events5</asp:Label> </td> </tr> </table> </asp:Panel> </td> </tr> <tr> <td width="25%"> <asp:RoundedCornersExtender ID="RoundedCornersExtender3" TargetControlID="panel3" Corners="BottomRight" Radius="5" runat="server"> </asp:RoundedCornersExtender> <asp:Panel ID="Panel3" runat="server" BackColor="White" Height="100%"> <table class="style4"> <tr> <td align="center"> <asp:Label ID="Label8" runat="server" Font-Bold="True" Font-Names="Calibri" Text="Notifications"></asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_no1" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">Notification1</asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_no2" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">Notification2</asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_no3" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">Notification3</asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_no4" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">Notification4</asp:Label> </td> </tr> <tr> <td> <asp:Label ID="lbl_no5" runat="server" Font-Names="Calibri" Font-Underline="True" ForeColor="#003399">Notification5</asp:Label> </td> </tr> </table> </asp:Panel> </td> </tr> </table> </td> </tr> <tr> <td style="background-color: #202020; color: #FFFFFF;" height="35px"> ? 2011 hesperusinfo.com - All rights reserved. </td> </tr></table></form></body></html>\[/code\]
 
Back
Top