Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6887605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:54:19+00:00 2026-05-27T05:54:19+00:00

I am facing a critical problem i am using ajaxmodalpopupextender in my page. It’s

  • 0

I am facing a critical problem i am using ajaxmodalpopupextender in my page.
It’s working fine in FireFox with a great view but it’s not working fine that is it displays in a side in IE and background is also not looking as is set.

I tried almost all things like

  1. Using CSS
  2. Having the panel in div and setting

    div style="position:absolute;left:140;top:100;"
    
  3. Doctype of page to xhtml

But there is nothing to get it all. Please help.

The Doctype is as : –

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Any one please help me i am stucked..

Please helpppppppppp.

This edit will be visible only to you until it is peer reviewed.

what version of IE you are trying this?Can you paste ur code snippet here?

GridView Here: –

<GridView id= "Grd" runat="server" AutoGenerateColumns="false" CssClass="GridStyle"    
           HeaderStyle-Font-Size="Small" Width="960" Visible="false">   
          <Columns>             

          'Columns goes here             
          <asp:TemplateField HeaderText="Action" HeaderStyle-Width="310px" ItemStyle-HorizontalAlign="Left">   
          <ItemTemplate>   
              <asp:Button ID="btnDelete" runat="server" Text="Delete" OnClick="btnDelete_Click"    
              CommandArgument='<%#Eval("intHireEnquiryID") %>' />   
              <asp:Button ID="btnPlace" runat="server" Text="Place" OnClick="btnPlace_Click"     
              CommandArgument='<%#Eval("intHireEnquiryID") %>' />   

          </ItemTemplate>   
          </asp:TemplateField>   
          </Columns>             
          </GridView>           

ModalPopup Here: –

<asp:UpdatePanel ID="upPopupPnl" runat="server" UpdateMode="Conditional">  
            <ContentTemplate>              
            <asp:Panel runat="server" ID="pnlPopup" Width="300px" Height="300px" BackColor="Azure"   
            style="overflow:auto;border-color:Black;border-style:solid;border-width:2px;">  
            <table><tr><td colspan="2" style="width:300px;">  
            <asp:RadioButtonList ID="rbl1" runat="server">  
            </asp:RadioButtonList>            
            </td></tr>  
            <tr><td style="text-align:center;">  
            <asp:Button ID="btnPlacePopup" runat="server" Text="Place" Width="100" Height="35" Font-Bold="true"   
            OnClick="btnPlacePopup_Click" />  
            </td>  
            <td style="text-align:center;">  
            <asp:Button ID="btnCancel" runat="server" Text="Cancel" Width="100" Height="35" Font-Bold="true" />  
            </td></tr>  
            </table>  
            </asp:Panel>  
            <asp:Button ID="btnDummy" runat="server" Text="Not Display" style="display:none;"/>  
            <ajaxtk:ModalPopupExtender ID="actPopup1" runat="server" TargetControlID="btnDummy" BackgroundCssClass="modalBackground"    
            PopupControlID="pnlPopup" CancelControlID="btnCancel">  
            </ajaxtk:ModalPopupExtender>   
            </ContentTemplate>  
            </asp:UpdatePanel>  

The Css class is as: –

.modalBackground   
{   
  background-color:#B3B3CC;   
  opacity:0.5;  
} 

Code behind: –

dim intHireEnquiryIDas integer   
Protected Sub btnPlace_Click(ByVal sender As Object, ByVal e As System.EventArgs)  
        intHireEnquiryID = CType(sender, Button).CommandArgument  
        Dim EXP As New Exception  
        Dim params(0) As SqlParameter  
        params(0) = New SqlParameter("@intHireEnquiryID", intHireEnquiryID)  
        Dim DS As New DataSet  
        DS = execQuery("spAgent_Get_Assigned_Workers", executionType.SPExecuteForDS, EXP, params)  
        If DS.Tables(0).Rows.Count > 0 Then  
            rbl1.DataSource = DS  
            rbl1.DataTextField = "WorkerDetail"  
            rbl1.DataValueField = "intWorkerID"  
            rbl1.DataBind()              
        End If  
        upPopupPnl.Update()  
        actPopup1.Show()  
    End Sub  

It’s Working great in FireFox but not rendering the popup in center in IE neither it’s background is rendering as is set. I am totally stucked please help thnx in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T05:54:20+00:00Added an answer on May 27, 2026 at 5:54 am

    I have removed the problem the problem was there were some comments on the page like

    <!--headersonly
    
    
    Page Directives. Please dont go away with DW templates
    
    
    headersonly//-->
    
    <!--<%@ Register Src="~/uc/uc_pager.ascx" TagName="pager" TagPrefix="uc1" %> -->
    

    I removed all that and it working fine in IE also.

    But can any one explain what was the reason?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im facing an issue which I believe to be VAO-dependant, but Im not sure..
I am facing problem in getting Facebook data I am using Facebook SDK for
I am facing is weird problem. I have an input field on my page
Im facing a problem using the UIImagepicker. If i use the camera on my
Im facing a problem. I have a listing page in which i list all
Im facing some problem with json and objective c. Atm i am using sbJson
facing problem in searching and displaying the list using text watcher. it is a
I facing very huge problem now, that is I have usercontrol (created by me)
My facing some serious problem.So I am explaining very specifically. Two view Controller A)
When facing the problem of validating a property in a JSF2 application there are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.