Search results

  1. T

    localhost not working

    I cdid as requested and changed my webconfig file to reference 'localhost' and now I get Server Error in '/' Application Connection refused Description: HTTP 500. Error processing request. Stack Trace: System.Net.Sockets.SocketException: Connection refused at...
  2. T

    gdiplus error on login to website

    Hi, I just tried to og onto my website and got the following message Error Caught in Application_Error event Error in: http://maya.x10hosting.com/login.aspx Error Message:gdiplus.dll Stack Trace: at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup...
  3. T

    mysql not inserting records

    It seems that mysql has stopped inserting records into my database. I can insert from phpmyadmin without any problem but not through the website. It was working until recently and I haven't changed any code. I am able to update records just not insert them. Has anything changed recently? I an...
  4. T

    mysql concat function

    Hi, I'm hoping somebody out there in x10 land can help me with this problem. I wrote a sql statement to join several date fields together. I have to keep the year month and day separate because the dates are for arcaeological sites and mysql can't handle dates before 1.1.1000. So I have 3...
  5. T

    hi

    Welcome to x10. ;)
  6. T

    Hello all!

    Welcome to x10. I hope you enjoy it. The community and support here is fantastic and I'm sure they will be able to help you if you have any problems.
  7. T

    Hello everybody!

    Welcome to x10.
  8. T

    Help needed with image mapping

    Thanks, that's fixed it. Edit: Sorry, 1 more thing. How do I bind the image url to the img tag: <map id="map1" name="map1" > <asp:Repeater ID="shapeAreas" runat="server"> <ItemTemplate> <area href="<%# Eval("ghref") %>" shape="<%# Eval("shape") %>"...
  9. T

    Unable to access website - Internal Server Error

    thanks guys for the quick response.
  10. T

    Unable to access website - Internal Server Error

    Hi, I can't seem to acces my website anymore. I get the dreaded: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, support@x10hosting.com and inform them of the time the error...
  11. T

    Help needed with image mapping

    Thanks. This brilliant and just what I needed. I was working on something similar with asp:imagemap but that was a last resort as it does not have the "onmouseover" attribute. One minor problem. I used your code and in my .cs file I get a red squiggly line under the map1 reference which...
  12. T

    Help needed with image mapping

    i think I'm getting there. I can extract the data from MySQL using either the DataReader or DataAdapter methods but I now need to bind it to the MAP. The MAP code looks like this: <map id="map1"> <asp:Repeater ID="rep" runat="server"> <ItemTemplate> <div...
  13. T

    Help needed with image mapping

    My problem is simple (I think)! I have about 1000 images that need to be mapped (hotspotted). Because there are so many coords I will be storing them in a database. Can anybody tell me how I can bind the oords to the image when I retrive them from that database. I have scoured the web and can't...
  14. T

    mysql join causing exception

    Hi Guys, I'm hoping someone out there can help me with a little problem I am using a join statement to join 4 tables together. It works fine on my pc with local mysql but when i upload to x10hosting i get an exception error. My join statementis: cmd = new MySqlCommand("select *...
  15. T

    Hello All

    Thanks guys for all your good wishes and tips. Our site is about the history of the Maya people and hopefully will be help in explaining and teaching the use of Mayan glyphs. Should be fun!
  16. T

    Hello All

    I'm new to x10hosting and thought I'd pop in and say hello. My friend and I and going to be developing a website that will be dedicated to Mayan Glyphs. Hope you will come and visit it some time soon (when we hase something to show you of course).
Top