Search

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

Matching Posts

  • Re: Modalpopupextender onmouseover onmouseout

    The HoverMenuExtender worked perfectly. Thanks. I didn't even know it was in the toolkit... Thanks again.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by war_shane on 7/29/2009
  • Modalpopupextender onmouseover onmouseout

    I have a simple ModalPopupExtender that I show and hide in javascript. I call .show() on the onmouseover event of an image. (Using asp.net image and adding onmouseover in code behind) This works fine. The .hide() works fine on the onmouseout event of the image. The problem is that when I mouseover and show the modalpopupextender and then the cursor drifts over the actual popup, it flickers. Here's the code if you want to test it out. < asp : Image ID ="imgFI" runat ="server"
    Posted to ASP.NET AJAX Control Toolkit (Forum) by war_shane on 7/28/2009
  • Simple question when using string.replace for escaping

    I have a string from the database that may have some quotes or double-quotes in it. In my code-behind, I need to prepare this string to send to a javascript method. I have successfully handled single quotes in the string by using the following: strText = strText.Replace("'"," \\' "); My question is, how do I escape the double quotes that could potentially be there?
    Posted to C# (Forum) by war_shane on 6/30/2009
  • Re: embedding a silverlight application in a web content form

    [quote user="billsm"] silverlight works differently than a web form or master pages...... It is basically a partial page think of it as a html page using ajax or jquery asynchronous processing look at this http://silverlight.net/forums/t/11079.aspx It is on a different learning curve http://www.gleblanc.eu/Blog/post/Master-pages-in-Silverlight-Part-I.aspx http://pendsevikram.blogspot.com/2008/11/silverlight-2-master-pages.html http://pendsevikram.blogspot.com/2009/03/silverlight-3-master
  • embedding a silverlight application in a web content form

    Silverlight 2.0 asp.net 3.5 I created a silverlight application. I embedded it in an aspx page. Works fine. However, I then created a new Web Content Form, associated it with a master page and then embedded it in the Web Content Form. Nothing shows up. No errors, nothing. Any suggestions? Here's the markup in the asp:content < asp : Content ID ="Content2" ContentPlaceHolderID ="ContentPlaceHolder1" runat ="server"> &nbsp; < table width ="100%"
  • ModalPopupExtender in DayRender event of Calendar control

    I have a simple calendar that I'm adding text to in the DayRender event. However, when I click on the text (it can be a hyperlink or whatever - seems linkbuttons don't work) I want to pop up the modalpopupextender and show the details of the event. I'm having no luck getting this to work - I've read a bit that it isn't possible. Has anyone gone down this road before? I'm having to add all the control dynamically during the DayRender event.
  • automatically log user in after creation

    I have a custom form that gathers data and inserts it into my users table. Following the successful creation of an account, I'd like to automatically log the user in without having to redirect them to the login page. I'm using an extended membership provider.
    Posted to Security (Forum) by war_shane on 4/28/2009
  • Re: Value not preserve during postback

    Do you have ViewState enabled at the page level, or do you have EnableViewState set to false in your dropdownlist? Post your code if this isn't the problem.
    Posted to Web Forms (Forum) by war_shane on 9/9/2008
  • Re: Binding Null Value to FileUpload Control

    Can you post your code where the error occurs? Any other relevant code would be helpful too.
    Posted to Web Forms (Forum) by war_shane on 9/9/2008
  • Re: How can I add a image file inside the label in left corner?

    You wouldn't want to add the image to the label itself. Instead try adding the image outside the label and use an html table to put it where you want. This might not be exactly what you want, but it might be a start. Apologies if I've misunderstood your problem. < table > < tr > < td >< asp : Image ID ="im" runat ="server" ImageUrl ="~/images/image.gif" /></ td > < td > &nbsp; </ td > </ tr > < tr > <
    Posted to Web Forms (Forum) by war_shane on 9/9/2008
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last »