Search

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

Matching Posts

  • Re: modal in IE not displaying above all page elements

    Problem scenario.. When someone has a Modal popup inside a custom user control User control is placed inside of a page element (say Panel or DIV) that is relatively positioned. When the modal is activated, the only clickable area of that modal is the same dimensions of the user control below it. Basically, if the modal is larger than the relative element parent, the area that’s larger will not be clickable in the modal area (even though it LOOKS like it should be). This is a known IE7 issue with
    Posted to Client Side Web Development (Forum) by awd_envy on 6/25/2009
  • Re: modal in IE not displaying above all page elements

    That's great for people that don't use usercontrols.... but what about the rest of us?
    Posted to Client Side Web Development (Forum) by awd_envy on 6/24/2009
  • Re: popupControlExtender - popup background transparent (Firefox ok, but IE not working?)

    After dealing with this SAME issue for over an hour I found a simple answer.... the AjaxToolkit renders the popup extenders that have FadeIn & FadeOut DIFFRENTLY for firefox and IE (I'm asuming they're using browser detection for this piece of code) which explains why it works if FF and not IE. The simple fix to make it work in both.... add a style action to the ONSHOW sequence of the animation to generate the override for you. <StyleAction Attribute="BACKGROUND-COLOR" Value
    Posted to ASP.NET AJAX Control Toolkit (Forum) by awd_envy on 6/18/2009
    Filed under: Popupextender background transparent IE firefox animation
  • Re: Ajax Hover menu with DDL in IE7

    Has anyone found a patch or workaround for this issue? I just got the lastest May release of the AJAX Toolkit and this issue is STILL present *sigh*. I would really like to use a dropdownmenu inside my hovermenu but since my hovermenu has animation on it, any hacks I try do not work.
    Posted to ASP.NET AJAX UI (Forum) by awd_envy on 6/11/2009
  • Determine the Type using a string value? (typeof GetType C#)

    Is there a method built into the framework that would allow me to find the Type from of a string value? Something like GetType(string TypeName) only I have the value of the Type as a string... not the Type as a string, so obviously that doesn't work for me. I know I could write my own, but I just wanted to check and see if I am just missing it. Example: "true" returns as Boolean "01/01/2009" returns as DateTime "esdlkfjsdoiwe!w323" returns as String "99"
    Posted to Getting Started (Forum) by awd_envy on 5/3/2009
    Filed under: C# Types Parse "string value"
  • Re: Editing content inside any TabPanel causes duplicate TabPanel data under "TabPanelConatiner" tags.

    I'm not sure what caused it, but I have managed to fix it..... Steps I did: Delete my AJAX controls from my toolbox Deleted my AJAXToolkit dll Remove the references to it in the project references Downloaded the AjaxToolkit DLL again Re added the references to the projects. Re added the controls to the toolbox. After a close/restart of the project everything works like it use to... I'm not sure what was corrupt or what caused it, but I haven't had the issue since.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by awd_envy on 7/11/2008
  • Re: Editing content inside any TabPanel causes duplicate TabPanel data under "TabPanelConatiner" tags.

    For example's sake because I really need help in getting this to stop happening, heres a duplication of what I'm experiencing. If I start with this.... < ajx:TabContainer ID= "TabContainer1" runat= "server" ActiveTabIndex= "0" > < ajx:TabPanel ID= "TabPanel1" runat= "server" HeaderText= "Client Goals" > < ContentTemplate > Information Here </ ContentTemplate > </ ajx:TabPanel > </ ajx:TabContainer
    Posted to ASP.NET AJAX Control Toolkit (Forum) by awd_envy on 6/9/2008
  • Editing content inside any TabPanel causes duplicate TabPanel data under "TabPanelConatiner" tags.

    VisualStudio is automatically duplicating all my TabPanels as "TabPanelConatiners" even though everything is nested properly. It does this if I edit in the designer. It will automatically add all this junk that prevents me from building. IT"S DRIVING ME INSANE!!!! Reinstalling the latest did not fix my issue Anyone have suggestions ? The error generated is obvious... but I'm putting it hear for search sake. Error 30 Type 'AjaxControlToolkit.TabPanel' does not have a public
    Posted to ASP.NET AJAX Control Toolkit (Forum) by awd_envy on 6/9/2008
  • Re: Error with intellisense and duplication of code

    I'm having the same problem with VisualStudio automatically duplicating all my TabPanels as "TabPanelConatiners" even though everything is nested properly. It does this if I edit in the designer. It will automatically add all this junk that prevents me from building. IT"S DRIVING ME INSANE!!!! Reinstalling the latest did not fix my issue VS2008 + AJAX 3.5
    Posted to Visual Studio 2005 (Forum) by awd_envy on 6/9/2008
  • Update Label in TemplateField of DetailsView

    I seem to be having a problem with my label posting the changes back to the browser. The FindControl method DOES find the right control... however after I try making the changes to it, the changes do not show when the page is posted back. Any Idea why ? ::::::::::::::: ASPX page :::::::::::::::::::::::::::: < asp:TemplateField ShowHeader= "False" > < EditItemTemplate > < asp:Button ID= "Button1" runat= "server" CausesValidation= "True" CommandName
    Posted to Data Presentation Controls (Forum) by awd_envy on 4/18/2008
Page 1 of 4 (32 items) 1 2 3 4 Next >