Click here to Skip to main content
16,018,949 members

Comments by gopal2007 (Top 7 by date)

gopal2007 22-Oct-10 2:25am View    
Even after adding scriptmanager, still the problem remains same.
gopal2007 22-Oct-10 1:59am View    
Master Page Code:
<pre lang="xml"><%@ Master Language="VB" AutoEventWireup="false" CodeBehind="Main.master.vb" Inherits="AliaForms.Main" %>
<%@ Register TagPrefix="uc1" TagName="AliaFormsLeftMenu" Src="~/Controls/AliaFormsLeftMenu.ascx" %>
<%@ Register TagPrefix="uc1" TagName="AliaFormsTopPanel" Src="~/Controls/TopPanel.ascx" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
<script src="/js/ValidateInput.js" type="text/javascript"></script>

</head>
<body>
<form id="form1" runat="server">
<div id="mainwrapper">
<uc1:AliaFormsTopPanel id="urctheader" runat="server" ></uc1:AliaFormsTopPanel>
<uc1:AliaFormsLeftMenu id="urctlAliaFormsLeftMenu" runat="server"></uc1:AliaFormsLeftMenu>
<div id="content_wrapper">
<asp:ContentPlaceHolder ID="cphMain" runat="server">
</asp:ContentPlaceHolder>
</div>
</div>
</form>
</body>
</html></pre>

Child Page Code:
<pre lang="xml"><%--<%@ Page Language="vb" MasterPageFile="~/Main.Master" AutoEventWireup="false" CodeBehind="PreEstimate.aspx.vb" Inherits="AliaForms.PreEstimate" Theme="Alia" StylesheetTheme="Alia" Title="Estimates" %>
--%>
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="PreEstimate.aspx.vb" Inherits="AliaForms.PreEstimate" MasterPageFile="~/Main.Master" Theme="Alia" StylesheetTheme="Alia" Title="Estimates" %>
<%@ Register Assembly="EuoControl" Namespace="EuoControl" TagPrefix="acc" %>
<asp:Content ID="cphCl" ContentPlaceHolderID="cphMain" runat="server" >

<h2>Estimate</h2>
<div id="table_border">
<div class="row tar">
<div class="fr" style="padding-left:10px"> <span class="btn"><a href="PreEstimateAdd.aspx?EstId=-1" runat="server" id="btnAdd"><img src="../images/btn_create.jpg" border="0" title="Add" /></a></span></div>
<div class="fr" style="padding-left:10px" > <asp:ImageButton runat="server" ID="btnExcel" ImageUrl="~/Images/btn_Excel.jpg" /></div>
<div class="fr" style="padding-left:10px" > <asp:ImageButton runat="server" ID="btnCatalogue" ImageUrl="~/Images/btn_Catalogue.jpg" /></div>
</div>
<asp:UpdatePanel runat="server" ID="upSearch" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<div>
<div class="fl">Client :<br/><asp:dropdownlist id="dropdownlistClient" CssClass="dropdown" runat="server" Width="160px" AutoPostBack="True" ></asp:dropdownlist></div>
<div class="fl" style="padding-left:5px">
Brand :<br/><asp:dropdownlist id="dropdownlistbrands" runat="server" Width="160px" AutoPostBack="True" ></asp:dropdownlist></div>
<div class="fl" style="padding-left:5px"&g
gopal2007 13-Oct-10 5:34am View    
Ya i have gone through it.
but m calling this function in SP.

how u can call SP in other SP..!!
gopal2007 1-Sep-10 8:42am View    
now problem is
I have a floating DIV


This DIV is made visible when i click on a button.(display="")
Then this Div will be popped up in the browser.
My problem is that, if there is another fixed DIV in the same page, the contents of this DIV's like text fields will overlap...in my floating DIV.
In other words, i want to make my floating DIV "not" transparent
Can anybody help.
gopal2007 1-Sep-10 8:41am View    
Deleted
I have a floating DIV


This DIV is made visible when i click on a button.(display="")
Then this Div will be popped up in the browser.
My problem is that, if there is another fixed DIV in the same page, the contents of this DIV's like text fields will overlap...in my floating DIV.