Search

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

Matching Posts

  • Re: sitemap node security trimming is not working

    Did you ever get this to work? I am having the exact same problem on VS2008. Had no trouble implementing in VS2005. Even copying the same working code from 2005 to 2008 does not work in 2008. As long a securityTrimmingEnabled="true" is present, no menu options show. One thing I do find odd is that in the main Web.config, when I add a sitemap provider, the securityTrimmingEnabled does now show up as an intellisense option.
  • Re: sitemap node security trimming is not working

    Should have read Dave Sussman's blog post before I asked this question. The problem was with the container node in the sitemap that had no URL and just child pages. When I "opened it up" by adding all my roles at this level, it started to work. Thanks Dave
  • Re: No Ajax Toolbar when upgrading from VS2005/AjaxToolkit 1

    You're right. I eventually read that the Ajax items included in VS2008 does not include the community supported extensions. thanks
    Posted to Visual Studio 2008 (Forum) by SLowery on 10/9/2009
  • No Ajax Toolbar when upgrading from VS2005/AjaxToolkit 1

    I just upgraded from VS2005 to VS2008. When I create a new website, I select new asp.net website using 3.5 framework. But I don't see any ajax controls in the toolbar (actually, I see the basic controls like the update panel, but none of the extenders,etc..). I thought that the Ajax controls would be in the 3.5 framework and I would not have to download a toolkit? I also read that an entry would be made in my web.config that would make the ajax controls appear in the toolbar, but I have not found
    Posted to Visual Studio 2008 (Forum) by SLowery on 10/7/2009
    Filed under: upgrade visual studio 2005 2008 Ajax
  • URL Prompt Control

    I need to prompt some very computer illiterate users for a URL. I could use a text box and have them copy and paste a visited url to it, but that would be too many steps for them and too confusing. I noticed that Word (in Insert | Hyperlink) displays a history of URLs recently visited by the user and lets them select from that. This would be acceptable if I cannot find a better way. But how do I read browser history? I am using VS2005. Thanks for any help.
    Posted to Web Forms (Forum) by SLowery on 9/23/2009
  • Re: URL Prompt Control

    ok, guess so. thanks
    Posted to Web Forms (Forum) by SLowery on 9/23/2009
  • Re: Setting Focus inside user control of popupControlExtender

    Zhi-Qiang Ni, Thanks, this works even better than what the article suggested. Stephanie
    Posted to ASP.NET AJAX UI (Forum) by SLowery on 7/9/2009
  • Re: Setting Focus inside user control of popupControlExtender

    Ok, sorry to frustrate you so. Actually I did try to modify it and test with it a lot; however, I am very new to javascript and did not understand that the contentPlaceHolder becomes another container. For all others in my same predicament, the following link was a big help: http://www.codeproject.com/KB/scripting/Masterpage-Javascript.aspx
    Posted to ASP.NET AJAX UI (Forum) by SLowery on 7/8/2009
  • Re: Setting Focus inside user control of popupControlExtender

    Thanks, that is exactly what I was looking for. And the extra threads are helpful too. But if I put the panel in a master page, it no longer works: MasterPage:--------------------------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> </script> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server">
    Posted to ASP.NET AJAX UI (Forum) by SLowery on 7/6/2009
  • Re: Setting Focus inside user control of popupControlExtender

    Thanks very much for the great sample code, but this is more representative of what I'm trying to do. tbPrompt TextBox has focus initially, but when clicked, popup displays and focus should go to setFocusToMeOnPopup TextBox in UC within the popup panel. .aspx <%@ Page Language="C#" AutoEventWireup="false" %> <%@ Register Src="PopupControlInUC.ascx" TagName="PopupControlInUC" TagPrefix="uc1" %> <%@ Register Assembly="AjaxControlToolkit"
    Posted to ASP.NET AJAX UI (Forum) by SLowery on 7/2/2009
Page 1 of 3 (22 items) 1 2 3 Next >