Search

You searched for the word(s): userid:68146

Matching Posts

  • Re: Ajax and Response.Write

    I think what is happening is this: (but won't bet my life on it!) When you put something in your code-behind page that renders javascript, Ajax is controlling javascript at this point and it won't let anything else get rendered, UNLESS you register the script in your code behind page. Registering the script lets Ajax know that javascript is being rendered, so Ajax know what to do with it. I wish one of the Microsquish weenies would respond to this. fcedotal
  • Re: Ajax and Response.Write

    Thanks, it is working now. This is what the new code looks like: MakeModelInputTable() ScriptManager.RegisterStartupScript(updAgitData, updAgitData.GetType, "key", "<script language='javascript'>showModalDialog('SpargerChooser.aspx', null,'status:no;dialogWidth:400px;dialogHeight:650px;dialogHide:false;help:no;scroll:no');</script>", False)
  • Re: Ajax and Response.Write

    I am having the same problem displaying a modla dialog. It used to work, but when the panel that contains the button that ran the code to display the modal dialog is wrapped in an update panel, it quit working. Private Sub btnShowSpargerParms_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnShowSpargerParms.Click MakeModelInputTable() Response.Write("<script language='javascript'>showModalDialog('SpargerChooser.aspx', null,'status:no;dialogWidth:400px;dialogHeight:650px;dialogHide
  • Re: modalpopup extender only modal for update panel it's contained in

    This is a simple example of what I am trying to do. When PanelB pops up, I can still click on PanelA or PanelC. The way the javascript worked previously using ShowModalDialog, the user could only click on the popup modal dialog, not the parent web page. He could only click on the parent when he Ok'd or canceled the popup. That is the functionality that I am looking for. <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <div> <asp
  • modalpopup extender only modal for update panel it's contained in

    I have web form with 3 update panels and a few controls (linkbuttons) that are outside of the update panels.I created a modalpopup extender that contains info related to one of the update panels (Panelb), so the button that calls the modalpopup is inside of Panelb. The modalpopup is modal to Panelb, however it is not modal to the other 2 panels, nor the controls that are outside of the update panels. What I really need is a model popup that will be modal to the entire web form. Previously, I used
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by fcedotal on 3/5/2007
    Filed under: ModalPopup, ModalPopupExtender, Update Panel, ajax, AJAX .NET, ASP AJAX
  • Re: autocompleteExtender not working with April CTP inside of user control

    Dan, I never got my extender to work with the current version of Atlas. I found the previous version of Atlas and when I went back to it, everything started working correctly! I started off by just copying the old Microsoft.Web.Atlas.dll file to my bin folder, but when I compiled the project, somehow Atlas overwrote the .dll with the new version. And the problem kept occurring. I had to de-install the current version of Atlas and re-install the old version. Faron
  • autocompleteExtender not working with April CTP inside of user control

    I have 8 user controls in cells in a table on a page. Each user control has 6 textboxes that have autocompleteExtenders hooked to them. Only 1 textbox on each control is visible at page load. The visiblity of each textbox is changed via the user making a selection from a dropdown list. When the user starts typing in one of the textboxes, the autoextender calls a web service which talks to SQL and autocompletes the text box. This worked with no errors with the previous CTP, but when I downloaded the
  • Re: upgrading to Atlas 2.0

    I went from the previous version (OF ATLAS) that has a Microsoft.Web.Atlas.dll in the bin folder of 167 kb (2/3/2006), to the latest version that has a Microsoft.Web.Atlas.dll of 1872 kb (4/6/2006). Everything is on ASP.NET 2.0! I received no errors on the first version and it started failing when I moved to the current download of Atlas. Faron
    Posted to ASP.NET AJAX UI (Forum) by fcedotal on 4/25/2006
  • Re: upgrading to Atlas 2.0

    I went from the previous version that has a Microsoft.Web.Atlas.dll in the bin folder of 167 kb (2/3/2006), to the latest version that has a Microsoft.Web.Atlas.dll of 1872 kb (4/6/2006). I received no errors on the first version and it started failing when I moved to the current download of Atlas. Faron
    Posted to ASP.NET AJAX UI (Forum) by fcedotal on 4/25/2006
  • upgrading to Atlas 2.0

    I upgraded a site to Atlas 2.0. I now have a problem with an autoextender inside of a user control. In the user control, I am setting one of 6 textboxes visible depending upon the choice made in a dropdown list. Each textbox has an autoextender attatched to it. When the user starts typing, each autoextender calls it's own function in a web service and autofills the textbox. This worked using 1.0 of Atlas with no errors Now, When I browse to the page with the user control, I get the following error
    Posted to ASP.NET AJAX UI (Forum) by fcedotal on 4/24/2006
Page 1 of 2 (11 items) 1 2 Next >