Search

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

Matching Posts

  • Re: Sitemaps & Roles (Can't figure this one out)

    Well I figured it out... and it seems pretty stupid to me, but someone somewhere decided it would be a good idea to directly associate sitemap nodes with url authorizations. Basically what this means is... if the user is in the set of roles associated with a node (via web.sitemap), the node will show up. However... if the user is not in that set up roles, it will use URL authorization, so if the user is in the set of roles associated with that URL (via web.config), the node will show up. This means
    Posted to Security (Forum) by Xorcist on 6/30/2008
  • Sitemaps & Roles (Can't figure this one out)

    Okay, so I have a web.sitemap setup, and I have my AspNetNavigationProvidor setup with securityTrimmingEnabled="true". Now everything works security-wise fine in terms of how I have the pages setup (in subdirectories w/ web.configs), and the proper menus are generated for each associated role (so long as the page is accessable or not to them), but I'm trying to do the following. I want to allow access to several pages, for several roles, but I only want those pages to show on my menu
    Posted to Security (Forum) by Xorcist on 6/30/2008
  • SELECT within DIV, Show/Hide issue...

    Okay, I asume this is a fairly common issue, but in all my Googling I can't seem to find a resolution. Here is the basic issue, I have a DIV, which contains a select box (i.e. an asp:DropDownList to be exact). Now I show and hide this DIV on the client-side using javascript (so it acts as a pseudo popup window), and sometimes the SELECT will remain visible when the DIV is hidden. Now this doesn't occur all the time, just sometimes, and I'm not 100% sure why. Anyone know how I can fix
    Posted to Client Side Web Development (Forum) by Xorcist on 4/16/2008
  • Re: Splash screen fade-in w/ transparency?!?!?

    Sorry... this is actually a windows form application. I totally forgot to specify that in my inital post.
    Posted to Visual Studio 2005 (Forum) by Xorcist on 4/15/2008
  • Splash screen fade-in w/ transparency?!?!?

    Okay been working at this for a while, but I'm stumped. I have a PNG image in which I want certain areas to be transparent... this I can achieve. Now I want to fade that image in as a splash screen... this I can achieve. However what I can not achieve is keeping the areas I want transparent... WHILE it fades in. Currently the image fades in and when it's finished only then do the transparent areas become transparent. Does anyone have any examples of fading an image in and keeping the transparent
    Posted to Visual Studio 2005 (Forum) by Xorcist on 4/11/2008
  • 108.6 - 108.0 = 0.599999999999994 ?!?!?!

    Can anyone explain this? Here's my code: (Visual Studio 2005, .NET 2.0, C#) double a = 108.6; double b = 108.0; double c = a - b; Console.WriteLine(c); you already know the result... why is c not exactly 0.6?
    Posted to C# (Forum) by Xorcist on 4/1/2008
  • Re: How do I set an external trigger to a control within a GridView?

    Just realized I can use a combination of begin/end request routines (from the PageRequestManager) in javascript, and a specific updPanel.Update(); within my control routines, to update only what I need to when I need to. Took a bit more work, but offers way more control over what gets done and when on the page. Thanks again for the inital help.
  • Re: How do I set an external trigger to a control within a GridView?

    Thanks. That should workout nicely. One more quick question though, as I couldn't find a way to do this. Once I've registered a control as an asynchronous postback control, how do I link it to a particular update panel? So that only that panel is updated.
  • How do I set an external trigger to a control within a GridView?

    Topic says it all. I have an AJAX update panel on my page, it contains various controls for showing a more detailed view of the items within my GridView. I want to link the ImageButton (which shows for each row in the GridView) as a trigger for that update panel. Can this be done? Basic idea being... they find the item in the GridView they want to view, click the view details icon, and a div is shown as a psuedo popup containing the extra information acquired from a database, through an AJAX update
  • Re: Dual Subreporting from dynamic databases? How can I accomplish this?

    So... this is impossible then? Because I can't seem to find any documented methods of doing this.
    Posted to Crystal Reports (Forum) by Xorcist on 2/26/2008
Page 1 of 19 (182 items) 1 2 3 4 5 Next > ... Last »