Search

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

Matching Posts

  • Re: Multilanguage Email

    Hi Vendevelop, Yes you can create a resource string with place holder where you can pass a value based on different conditions. You can have a resource string like "Welcome to our page Mr {0}" with some resource key "WelcomeMessage" In the code behind before using resource string do it as follows: string parameterizedResString = string .Format(Resources. WebResources .WelcomeMessage, paramterVar); Now you use parameterizedResString, here paramterVar value will differ based on
    Posted to Localization (Forum) by kadam_suresh on 7/3/2009
  • Concatenating multiple resource keys and assiging to server control tag

    Hi All, I am trying to assign error message concatenating values from multiple resource keys as follows: < asp : RequiredFieldValidator ID ="RequiredFieldValidator1" runat ="server" ControlToValidate ="txtUserName" Display ="None" ErrorMessage =" <%$ Resources:WebResources,Label_Text_UserName%><%$ Resources:WebResources,IsRequired%> " EnableClientScript ="true" > But this is not working out, please let me know the syntax
    Posted to Localization (Forum) by kadam_suresh on 7/2/2009
    Filed under: localization
  • Memory consumption is high while using WebParts

    Hi All, I am using web parts in a page which can be customized by user deleting/adding web parts. Here the problem is when a web part is added memory is increasing, but when a web part is deleted memory is not decreasing. I think WebPartManager.DeleteWebPart is deleting only from the view not releasing the memory allocated to web part instance. Due to this site is becoming slow over a period of time. If any one already faced the same scenario, please suggest me in optimizing the memory usage.
    Posted to Web Parts and Personalization (Forum) by kadam_suresh on 6/2/2009
    Filed under: .net 2008, .NET 3.5, Delete WebPart, Memory Leaks, WebPart, WebPartManager, WebParts
Page 1 of 1 (3 items)