Search

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

Matching Posts

  • Re: Version problem

    I think you can create a project and you don't need build any data or function just create a setup package. and then install it in your webserver. i remember my work is only this. and then crystal report is ok
    Posted to Crystal Reports (Forum) by chuang7 on 4/9/2008
  • Re: What do I need to install for Crystal report running in VS2005?

    SUGGET YOU CREATE A INSTALL FILE IN YOUR LOCAL PC. AND THEN INSTALL IT INTO YOUR SERVER.. I MET THE SMAE PROBLEM AS YOU. I SOLVED IT LIKE THIS WAY. GOOD LUCKY !
    Posted to Crystal Reports (Forum) by chuang7 on 4/6/2008
  • Re: Ad Rotator is just not working!

    Sorry my posted message maybe has some confused place. please see below it works well: This is in Default.aspx <div> <asp:AdRotator id="iudfgiuh" advertisementfile="~/App_Data/advertisement.xml" Target="_self" runat="server" /> </div> <asp:Label ID=label1 runat="server"></asp:Label> </form> in the xml file advertisement.xml: <?xml version="1.0" encoding="utf-8" ?> <Advertisements xmlns
    Posted to Web Forms (Forum) by chuang7 on 4/4/2008
  • Re: Ad Rotator is just not working!

    ad rotator is easy to use. please remember drop it into app_data folder. i also met trouble when i uesd it first time because of this folder. good lucky!
    Posted to Web Forms (Forum) by chuang7 on 4/2/2008
  • Re: Select culture using Dropdownlist

    too much long suggest you create a function for the dropdownlist change selection Protected Sub ddilang_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ddilang.Click Me.Culture = ddilang.selectedvalue Me.UICulture = ddilang.selectedvalue Me.InitializeCulture() End Sub after this you can delete all your button. try to think if you have 100 languages you will create 100 button?
    Posted to Localization (Forum) by chuang7 on 3/24/2008
  • Re: Select culture using Dropdownlist

    the code is very well. but i hope to remind you: if you are using multi- servers you 'd better use cookie insteadd of session. because when users reach website they don't know which server they are using. session maybe miss
    Posted to Localization (Forum) by chuang7 on 3/21/2008
  • Re: dataset help

    please see the page: http://www.asp.net/learn/data-access/tutorial-01-vb.aspx After downloading I add another dataset named dataset1.xsd and select a table like Employees. when i imports some thing i can't find them. when i used my local database, some tables are ok and some tables are not ok. thanks
  • dataset help

    When i create a new dataset. in property I can get Dataset, Table and TableAdapter. But When i write code and imports TableAdapter, I can't find TableAdapter sometimes. Who can tell me what reason causes it and how to fix it? Thank you very much!
  • Re: Select culture using Dropdownlist

    just create them in right folder . i don't think you need to do more.
    Posted to Localization (Forum) by chuang7 on 3/18/2008
  • Re: I have a problem with menu control localization

    my suggestion is from my testing. after trying it succeeded and then i sent to you. while localizationing you need to use many pages. each page should have the language ID and culture. you should deliver it to other pages using cookie or session. for example our website, because we have multi servers when we reach the page i don't know which server is reached. so i should store the message in client site. if your site is only one server, it doesn't matter for session or cookie.
    Posted to Localization (Forum) by chuang7 on 3/13/2008
Page 1 of 3 (24 items) 1 2 3 Next >