Search

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

Matching Posts

  • Re: Modal popup question

    <script type="text/javascript"> function onOK() { window.location = "SomePage.aspx"; } </script> <asp:Panel runat="server" ID="pnlPopup" Width="400" Height="150" Style="display:none"> <table style="width:400px"> <tr> <td style="width:50px"> <asp:Image runat="server" ID="imgAlert" /> </td> <td> <asp:Label runat="server" ID
    Posted to ASP.NET AJAX Control Toolkit (Forum) by NoBullMan on 11/10/2009
  • Re: Modal popup question

    I did this but it still displays it on the page and not in a pop up window.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by NoBullMan on 11/9/2009
  • Modal popup question

    Hi, I want to pop up a modal dialog box not in response to a button click but from code behind in response to some condition. I added the panel and the scripts: < asp : Panel runat ="server" ID ="pnlPopup" Width ="400" Height ="150" Style =" display : none"> < table style =" width : 400px"> < tr > < td style =" width : 50px"> < asp : Image runat ="server" ID ="imgAlert" /> <
    Posted to ASP.NET AJAX Control Toolkit (Forum) by NoBullMan on 11/6/2009
  • Re: Modal popup question

    Thanks MetalASP. I had actually added a dummy button and set its visibility to false, but I was trying to "Click" it in code behind when I wanted to pop up the dialog box. I didn't know I could just call mpe.Show(). However, now when I do call mpe.Show(), instead of the modal dialog it displays the panel on top of the page, as part of the page!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by NoBullMan on 11/6/2009
  • Re: css question

    Thanks Jeff. I used span because I have other controls on the same line and I want to keep this control (enclosed within spans) on the same line. If I use <div> or display:block, it will push this control to the next line.
    Posted to Client Side Web Development (Forum) by NoBullMan on 11/5/2009
  • css question

    Hi, I am having an issue with IE 6 and IE 7. I have a style that works fine in IE 6 but not in IE 7 or FF 3. I am trying to add a span with an image as background and in the code behind I add text to this area. The span shows correctly with correct width in IE 6 but in IE 7 and FF 3 it chops it off to fit the text. The image I am using as background is 40x24 px. .PageNum { background: url(../images/glossy_rect.gif); font-weight: bold; font-size: 10pt; text-align: center; vertical-align:middle; font
    Posted to Client Side Web Development (Forum) by NoBullMan on 11/4/2009
  • Re: Calling javascript from server side

    Thanks PeteNet. I went to their site and the example window still shows the title http://www.cod... text. But this is OK, not a big deal.
    Posted to Web Forms (Forum) by NoBullMan on 11/1/2009
  • Re: AsyncFileUpload and databinding repeater

    Anyone? If anyone can get this to work, a code sample is greatly appeciated. Just an Async File Upload with a repeater that shows the files uploaded so far. Thanks.
    Posted to ASP.NET AJAX UI (Forum) by NoBullMan on 10/30/2009
  • Calling javascript from server side

    Hi, How do I invoke a javascript function from code-behind? In one of the server-side functions, if a condition is satisfied (or not), I would like to open a window or alert box with the text or peoprties of the window or alert box constructed according to the specific condition. I know how to do it using RegisterClientScript and invoking it in response to a button click or something like that, but i need to invoke it without any onClick , ...
    Posted to Web Forms (Forum) by NoBullMan on 10/30/2009
  • Re: Calling javascript from server side

    I got it to work thanks to all your replies. Is there any way I can get rid of the url that is displayed on top of the window? I am using it as a message container for the user (inof, warning, error, ...). I tried titlebar=no but this is not it.
    Posted to Web Forms (Forum) by NoBullMan on 10/30/2009
Page 1 of 55 (550 items) 1 2 3 4 5 Next > ... Last »