Search

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

Matching Posts

  • Re: Choose Items crashing Visual Studio 2008

    Thanks for posting that Pecha, that fixed it for me as well. There are many posts with the advice of opening VS in safemode. That did not work for me; VS still crashed with no error message. When I followed the steps listed by Pecha, then clicked "Choose Items..." from toolbox context menu, I received an error message telling me about an assembly that could not be shown in the customize toolbox dialog bcause it is missing one or more components (for me is was Atalasoft.dotImage.Ocr.GlyphReader
    Posted to Visual Studio 2008 (Forum) by Tom_Regan on 10/21/2009
  • Session is null in WebMethod

    I have an *.asmx page running inside a sharepoint public web site. I created the page so that I can call make WebMethod calls from javascript using asp.net AJAX. I followed the instructions in http://msdn.microsoft.com/hi-in/library/ms464040.aspx , which basically contains these steps: Create a separate web application with the *.asmx page. Build it and put the *.dll in the GAC. Run disco on the .asmx page, and copy the .asmx, .disco, and .wsdl files into the ISAPI folder in the 12 hive of Sharepoint
    Posted to Windows SharePoint Services Hosting (Forum) by Tom_Regan on 3/13/2009
    Filed under: session, SharePoint 2007, webmethod
  • Re: Implicit Localization AND select the resource file: is it possible?

    To answer my own question--what I need is a custom culture. In my case I'm basing my custom culture on United States English (en-US), which is the default for my web site. I'm then going to create new custom cultures with custom region names (en-AA, en-BB and etc). When a customer who wants customized text visits my web site I'll set Thread .CurrentThread.CurrentCulture/CurrentUICulture to the appropriate custom culture in the Page InitializeCulture event. Here is how to register a custom
    Posted to Localization (Forum) by Tom_Regan on 6/27/2008
  • Implicit Localization AND select the resource file: is it possible?

    Is there any way to use implicit localization (eg meta:ResourceKey="KeyInLocalResourceFile") AND select the particular resource file at run time? We were tasked with creating a "generic," multi-lingual website that a number of different customers will use. We chose implicit localization. Now customers are coming back with the demand to customize the text for this, that, and the other control. I don't want to abandon impliicit localization; I don't want to go back into
    Posted to Localization (Forum) by Tom_Regan on 6/26/2008
  • Re: Resource string with parameters

    When you are inside the .Text property of a Label control on an aspx page you must use Data Binding syntax (that is, add a "#" to your start tag, "<%#"). For example: Text =' <%# String.Format(HttpContext.GetGlobalResourceObject("Resource", "TestString").ToString(), "5", "2") %> ' Then you must call DataBind() programmatically, either on the individual control (litTest.DataBind()) or on the entire page (Page.DataBind())
    Posted to Localization (Forum) by Tom_Regan on 6/26/2008
  • Re: How to bind a GridView to a List&lt;string&gt;

    You da man, BiaachMonkie (unless you are female, in which case, "you da woman"). Thanks for posting that.
    Posted to Data Presentation Controls (Forum) by Tom_Regan on 4/30/2008
  • DragPanelExtender vertical position breaks when page is vertically scrolled and contains Treeview

    I have a drag panel extender that I'm using on a page with a Treeview control. The Treeview control uses PopulateOnDemand (meaning that child nodes are not loaded until a parent node is expanded.) If I expand the treeview so that it extends past the bottom of the page (causing the vertical scrollbar to appear), and then "grab" my drag panel, the panel suddenly jumps up towards the top of the page. The panel appears to be computing its y position from the top of the viewable area, as
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Tom_Regan on 4/10/2008
  • Re: problem adding node to treeview

    2nd postback was my mistake (javascript mistake), so all is well, thank you for the excellent advice.
  • Re: problem adding node to treeview

    Thanks for the tip, but setting PopulateOnDemand to false for the root node does not prevent that 2nd postback. I'm setting PopulateOnDemand to false for every node after children are added to it. I can populate the treeview in either Page_Load or Page_Init, it does not matter, either event works, and the page posts back twice either way.
  • Re: Windows media player fails when server ASHX page inline

    This turned out to be a permissions issue, please see http://forums.asp.net/p/1243133/2276691.aspx#2276691
Page 1 of 4 (38 items) 1 2 3 4 Next >