Search

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

Matching Posts

  • Using Resources: within a string.format on a control

    Hi I am wanting to localize a button which also uses a value from the database. In the aspx I have set the button up (before localization) <asp:Button runat="server" ID="btnSaveLanguage" Text='<%# string.format("Save {0}", eval("LanguageName") ) %>' /> so that the button would say "Save English" Save French" etc but obviously world "Save" is different in different language so I have created a resource key called
    Posted to Localization (Forum) by Bow99 on 9/1/2009
  • Some simple localization questions

    There has recently been a requirement to localize the Web Applications so that we can have languaged websites, eg English, French, German etc. The system has around 250 aspx pages and about 100 ascx controls. I have a few general questions Am I better having 400+ Resource files (one for each page/control) or am I better having 1 large one for the whole application If I have one large file does that cause problems when rendering the pages Is there a trade off when localizating (does it use alot of
    Posted to Localization (Forum) by Bow99 on 7/24/2009
  • Localization of Larger Applications

    I am looking into localizating an Event Management System. To give a bit of background. The system has around 250 aspx pages and 150 ascx controls and about 150 Composite Controls. It is based on as a SQL server database on a Windows Server 2003. There has recently been a requirement to localize the Web Applications so that we han have language websites, eg English, French, German etc. I have been looking at using Microsoft Localization Explicit localization (rather than a 3rd party product) I am
    Posted to Localization (Forum) by Bow99 on 7/21/2009
  • Runing some code everytime a page loads

    I have a application and sometime I need to run some maintenance on the website. I have created an AppSetting called "IsMaintenanceModeActive" if this is set to 1 then I want it to redirect to a maintenance page otherwise load the page as normal. There is also an override so that admin users can add a URL parameter to override the redirect. So I have the following code: Dim MaintenancePageOn As Integer = System.Configuration.ConfigurationManager.AppSettings( "IsMaintenanceModeActive"
    Posted to Getting Started (Forum) by Bow99 on 3/30/2009
  • Creating child elements in an ASCX control

    Hi there I am wanting to have child elements in a web user control so that I can do the following < uc1:WebUserControl ID= "WebUserControl1" runat= "server" > < menuItems > < menuItem text=""></ menuItem > < menuItem text=""></ menuItem > </ menuItems > </ uc1:WebUserControl > I was thinking that I needed to create a class called MenuItem. And have a property in the control with a collection(of MenuItem). But
    Posted to Web Forms (Forum) by Bow99 on 10/27/2008
  • creating a ASCX Control Library

    Hi I am wanting to create a ASCX Control Library. I have been experimenting using a Web Appication and a web site. In the web application I have created a simple ASCX User control (with a property, couple of text boxes and a button). I have tested with within the web application and the control work all correctly. I have then added a reference in the web site which points to the web application. Building the solution creates a .dll file for the Web Application and puts it in the web site. I then
    Posted to Web Forms (Forum) by Bow99 on 9/29/2008
  • ASCX Control Library

    Hi I am wanting to create a ASCX Control Library. I have been experimenting using a Web Appication and a web site. In the web application I have created a simple ASCX User control (with a property, couple of text boxes and a button). I have tested with within the web application and the control work all correctly. I have then added a reference in the web site which points to the web application. Building the solution creates a .dll file for the Web Application and puts it in the web site. I then
    Posted to Custom Server Controls (Forum) by Bow99 on 7/17/2008
  • Is there a way to turn off an "Unknown server tag" for themes?

    Hi there I have an many application which all share the same theme folder which I periodicly update so that all the sites will have the same look and feel. My problem arrises when I develop a new custom control and want to use a theme with it and update the theme document. My older applications which dont have the custom control brings up the error unknown "server tag 'IJB:something'" I understand that the dll in my older applications will not have this in their libraries and not
  • Re: 'Error Creating Control' ... 'true' could not be set on property 'ShowRadioButtons'

    Hi there Thanks for your help but the issue seems to not cause me any problems like that now. (I just continued to write the control and work out the design issue later). The only thing I think may have solved it was that I added an ensureChildControl before each set. I now have a different issue but along the same lines as the first. Now then I go to the design page I can see my control (now with no error) but when I try and edit the properties for example to change the "ShowTo" property
    Posted to Custom Server Controls (Forum) by Bow99 on 7/10/2007
  • 'Error Creating Control' ... 'true' could not be set on property 'ShowRadioButtons'

    I have created a custom control which inherits from a compositeControl. Its all works well in the browser but when I show it in the design mode I geta gray box with the following message Error Creating Control - GroupPicker1 'true' could not be set on property 'ShowRadioButtons'. The Property is a fairly standard get and set Public Property ShowRadioButtons() As Boolean Get Return rowRadioButtons.Visible End Get Set ( ByVal value As Boolean ) EnsureChildControls() rowRadioButtons
    Posted to Custom Server Controls (Forum) by Bow99 on 7/9/2007
Page 1 of 8 (78 items) 1 2 3 4 5 Next > ... Last »