Search results

  1. K

    How to trigger subroutine???

    Try updating the button code to include an action to start your subroutine on - <asp:Button id="btn0" Text="Update" runat="server" class="botton" OnClick="updatedb"/> Paul
  2. K

    Image manipulation

    Hi Luke, ASP.net contains some great built in objects for image manipulation. We have build several web sites that allow users to submit images that asp.net automatically convert to thumbnails which include setting quality and it has been a lot easier and faster with ASP.net. There are plenty...
  3. K

    MS Index Server and PDF Ifilter

    Is this loaded on the Jodohost servers? We use this on our internal servers but you need the admin to load it on the server. Paul
  4. K

    Internet Explorer WebControls

    I found the following two on the www.asp.net site. SoftArtisans used to have a freeware one which we have used before but I could not find it on their site. 1. "http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=264&tabindex=2" 2...
  5. K

    Internet Explorer WebControls

    You would be better off using supported newer supported controls such as one from www.telerik.com or some of the free ones found on the www.asp.net site the one you mentioned is nolonger even supported by Microsoft. True asp.net server controls don't even require the hoster to load them it is up...
  6. K

    running a script every 10 mins

    You could write some code to run on your local computer that launches the code on your server. For example you could design an aspx page on your server that when launched will run a desired action. On you local machine have an application that calls that URL every ten minutes. If all you are...
  7. K

    DotNetNuke Installation

    Try the WWW.ASP.NET forum for DotNetNuke. Paul
  8. K

    Need help for cross-platform database connection !!

    Why are you trying to connect the database to a mac. Can you not just do all the code and management on your host and use a web browser to access it either from the mac or pc? Paul
  9. K

    Video Streaming

    For streaming video you need to use a streaming video host I don't believe that jodohost provides this service. You may need to use someone that does. Paul
  10. K

    Is my server down?

    They have multiple web servers in which they do hosting 'ungrounded' hence my request for others to check if others are having issues. And yes I am fully aware of the trouble ticket system that is why I mentioned 'live' support.
  11. K

    Is my server down?

    Hi guys I cannot access my server or control panel. I have tried ping from US and NZ not getting a response. This is why I would like 24/7 live support. Anyone else with access issues? Paul
  12. K

    asp.net denies access to site

    I get I different message showing that you need to update your web.config file. Copy and paste the follwing into the file. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> What are you...
  13. K

    Connecting to MSDE (Please help)

    Hello, The following site explains it better than I can SQL ASP Script The MSDE database is a cut down SQL server database. It can be called from all sorts of applications. Have a go at doing it with ASP.NET microsofts latest version of ASP it is faster and easier to code in. Paul
  14. K

    SMTP connection problem

    Try using your ISP's SMTP address keep your pop account pointing to jodo host. Paul
  15. K

    Question about Google

    You may want to think about adding meta tag details to the first page that opens for the site the page with the cute frog pictures. As there is no text on that page that is usually the one the googlebot gets its data from. see Meta tag info Also Google and Yahoo allow you to post a...
  16. K

    Email Question

    Anyone else having this issue try going through you web browser to site mail.yourdomain.com and click on web mail. This works fine even while horde is not. Paul :)
  17. K

    Support?

    It is working but not 24/7 alas. Paul
  18. K

    Support?

    Looks like live support is now working! Well done guys. Paul
  19. K

    Email Question

    Webmail Access Not Working and other email q's Hi Guys, Guys is there something wrong with the webmail server I can't seem to access it? Also Some Email Questions. Does the mail server set Mime or text by default? With the webmail where is the Sent mail folder? Are there other...
  20. K

    All comments welcome!

    What is this 'bf e-comm'? Quite keen to do my own ecomm site, not for hammocks of course! Site looks good. Paul
Back
Top