Search

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

Matching Posts

  • Re: Localization resources and google indexing

    Thanks for your answer Actually, i have not published the site yet. Just wondering the google indexing proccess. What do you mean the compiled site? Generally, i know that crawlers follow the links of the site and spread over the sites. I would like the crawler index all the languages-content of the site, not just the default (english). And now with the new asp.net 2.0 functionality, there are not visible subfolders / links (for example there is no www.example.com/en/test.aspx or www.example.com
    Posted to Localization (Forum) by gtk on 5/23/2008
  • Localization resources and google indexing

    Hi, im developing a site that contains content in three languages (en, de, gr). I used linkbutton controls fro the flags and resource files for the content. So you are always see the name of the site (i mean all users see www.example.com/test.aspx , not www.example.com/de/test.aspx or www.example.com/en/test.aspx ) Im thinking whats about indexing my site by the google robots when the site is published. In fact there are no links for the two languages (de, gr), just some flag-buttons that trigger
    Posted to Localization (Forum) by gtk on 5/23/2008
    Filed under: languages, localizationation, indexing
  • Re: guestbook with an xml database - problem

    Now its OK Finally, i encoded the post before its saved in xml, and to view it, i decoded it like this: <%# Server.HtmlDecode(DataBinder. Eval(Container.DataItem, "myElement").ToString())) %> Thanks for your time man
    Posted to XML and XmlDataSource Control (Forum) by gtk on 5/9/2008
  • Re: guestbook with an xml database - problem

    I have to encode the xml file and to decode it when displaying the html content?? How to do that? I think that if i try to encode the xml file, the function that binds the xml file to the DataSet and after to the Repeater doesnt work.
    Posted to XML and XmlDataSource Control (Forum) by gtk on 5/9/2008
  • Re: guestbook with an xml database - problem

    thanks for your answer. I have tried to insert explicity the <br /> in the xml file but then the databind.Eval statement doesnt work (it complaints about the <br /> ).
    Posted to XML and XmlDataSource Control (Forum) by gtk on 5/9/2008
  • guestbook with an xml database - problem

    hi, i created a guestbook with an xml database. User submits the post, the post is saved in the xml file. To view the gusetbook, i use a databind statement in html file like this: <%# DataBinder.Eval(Container.DataItem, "elementOfXmlFile") %> The problem is when you try to view the guestbook, the text from the xml file dislpayed all in one line, without the format specified by the user (i mean no paragraphs, no new line etc). I checked the xml file, and noticed that there is a new
    Posted to XML and XmlDataSource Control (Forum) by gtk on 5/9/2008
  • Re: submit a form remotely - runtime error

    i reply to myself I set the <CustomErrors mode="Off" /> and it said that i hadnt permission to an XML file (i was trying to save the file). So i gave to ASPNET username full permissions, and everything is working fine now
    Posted to Web Forms (Forum) by gtk on 5/8/2008
  • submit a form remotely - runtime error

    Hi, my forst post here! Im using AP.NET 2.0 and i created a guestbook (some textboxes and a submit button that redirects to the view page ). Everything is working Ok locally (from the same machine that running the web server). The problem is when i attemp to submit the form remotely ( another PC in the LAN ). I press the submit button and shows me a "Runtime Error". In IIS on the server, i have checked the Anonymous access. Any ideas???
    Posted to Web Forms (Forum) by gtk on 5/8/2008
Page 1 of 1 (8 items)