Search:

Type: Posts; User: dj4uk

Page 1 of 13 1 2 3 4

Search: Search took 0.33 seconds.

  1. Replies
    3
    Views
    2,491

    Re: Set time out on XmlTextReader

    I expect so but I'm sure the steps needed to get the XML from the HttpWebRequest into the DataSet.

    Any help appreciated.
  2. Replies
    3
    Views
    2,491

    Set time out on XmlTextReader

    I have the following code which takes a news feed from a remote website and loads it into a DataSet.

    However I'm having problems when the feed times out - rather than throwing an error that is...
  3. Replies
    2
    Views
    465

    Re: .htaccess redirects

    Great works perfectly - thanks for all your help!
  4. Replies
    2
    Views
    465

    .htaccess redirects

    I've added the following into my .htaccess



    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^oldurl.com [NC]
    RewriteRule ^(.*)$ http://www.newurl.com/$1 [L,R=301]
  5. Replies
    11
    Views
    812

    Re: Weird page cannot be displayed error

    No they aren't unfortunately.

    It looks like it might be an issue with their Proxy server - I'm talking to their IT department currently. Will update when I know more!
  6. Replies
    11
    Views
    812

    Re: Weird page cannot be displayed error

    Ok essentially this is what is happening...

    I'm using button web controls that OnClick do a Response.Redirect to a different URL. This uses a 302 redirect and it seems that when this happens on my...
  7. Replies
    11
    Views
    812

    Re: Weird page cannot be displayed error

    Yep I've got the IIS logs now so I'll have a look!

    Cheers
  8. Replies
    11
    Views
    812

    Re: Weird page cannot be displayed error

    I'll get a copy of the IIS logs for yesterday and take a look!

    The website is hosted remotely and I can't reproduce the error from here or other locations - it only happens when accessing from the...
  9. Replies
    11
    Views
    812

    Re: Weird page cannot be displayed error

    Well this is the weird thing. I can reproduce the steps here and I NEVER get the error page (friendly HTTP errors on or off).

    Our client can make the error page appear everytime when they do a...
  10. Replies
    11
    Views
    812

    Weird page cannot be displayed error

    I have a client that is reporting that they get "Page cannot be displayed" error messages when browsing a website I've developed. Now this only seems to be happening internally to them. When the...
  11. Replies
    2
    Views
    1,029

    Hashing Passwords

    Hi

    I'm using the following C# code to hash a password before it is stored in a database.



    public static string Encrypt(string cleanString)
    {
    Byte[] clearBytes = new...
  12. Re: URL Rewriting with Forms Authentication (v1.1)

    Sorry should have been clearer.

    It is the querystring parameters in the rewritten URL e.g. the rewritten path should become /html/template.aspx?PageID=139 but this causes a 404 to be thrown. If...
  13. Re: URL Rewriting with Forms Authentication (v1.1)

    That's not the problem. I've tried rewriting on BeginRequest but need to delay the rewriting until the forms authentication kicks in.
  14. Thread: Ugly datagrid

    by dj4uk
    Replies
    2
    Views
    583

    Re: Ugly datagrid

    Best way to do this is to use the CssClass property for the DataGrid and then use css to specify styles for child elements.

    For example if you set the CssClass as "Test" you could use the...
  15. URL Rewriting with Forms Authentication (v1.1)

    I have a website that uses URL rewriting in the global.asax file to ensure nice tidy URLs e.g. /contact/default.aspx rewrites to /html/template.aspx?PageID=139

    However I now want to implement...
  16. Replies
    0
    Views
    364

    SQL Server 2005 objects transfer

    Hi

    Our web host is gradually migrating to SQL Server 2005 and obviously this means we need to be able to transfer our development databases to the live server still.

    It would seem the DTS...
  17. Thread: Download a file

    by dj4uk
    Replies
    3
    Views
    995

    Re: Download a file

    Hi Mendhak

    Thanks for the reply.

    It works file when you click save on the dialog that appears however if you click open the application required is started e.g. Powerpoint or Acrobat Reader but...
  18. Thread: Download a file

    by dj4uk
    Replies
    3
    Views
    995

    Download a file

    I have some files saved to the server file system outside of wwwroot so they can not be accessed using a direct URL. Therefore I need another method of sending these files to a browser. Ideally a...
  19. Re: Streaming files

    Nah that makes no difference. Any other ideas?

    I'm even open to other suggestions of how I serve the file back to the browser.

    Dave
  20. Re: Streaming files

    I stand corrected - wasn't actually sure what to call what I'm trying to do! :)

    I'll give it a go.

    Dave
  21. File download - does not exist in temporary files

    Hi

    I'm streaming a file down to the browser as it is stored outside the website path using the following method:



    FileInfo file = new...
  22. Thread: Zope and Plone

    by dj4uk
    Replies
    3
    Views
    534

    Re: Zope and Plone

    No idea - never got any feedback about it so went for another system.

    Sorry

    DJ
  23. Replies
    14
    Views
    3,814

    Database connection best practice

    Just wondered if I could get a few opinions on the following.

    We have just had a new developer start here and he uses a method to connect/disconnect to a database I've never seen before. Basically...
  24. Replies
    3
    Views
    1,056

    Re: Remove PostBacks from browser history

    Is there a way to do it without SmartNav as it's got real problems when it comes to browser compatibility.

    DJ
  25. Replies
    3
    Views
    1,056

    Remove PostBacks from browser history

    I have a search results page that when a user chooses a property goes through to a property details page. On this page there are various controls that use page postbacks to change the format of the...
  26. Replies
    4
    Views
    474

    Re: Sybase and SQL Server

    I've tried exporting the database schema and then running the sql files within SQL Server but there do seem to be differences in syntax between the two as I get errors.

    DJ
  27. Replies
    4
    Views
    474

    Re: Sybase and SQL Server

    Is there any way of taking the structure of the Sybase database and creating it within the SQL Server database. Basically an initial import.

    DJ
  28. Replies
    4
    Views
    474

    Sybase and SQL Server

    I have a client who has an inhouse system running on a Sybase database. We are going to develop a new website for them that will be running off a SQL Server database.

    The client does not want the...
  29. Replies
    6
    Views
    2,370

    Re: Windows Forms controls

    Ah right - not surprised I haven't heard of it looks nasty to me. Run away!

    DJ
  30. Replies
    6
    Views
    2,370

    Re: Windows Forms controls

    venerable bede - ignore my post I'm obviously talking out of me arse.

    mendhak - I've never heard of this method - could you provide any links to examples? Have you used this in the past or do you...
  31. Replies
    6
    Views
    2,370

    Re: Windows Forms controls

    I don't believe you can use Windows form controls in a web application. Web controls simply create HTML (sometimes with JavaScript) for the client so the users of the Intranet do not need the .NET...
  32. Replies
    5
    Views
    562

    Re: .htaccess help needed

    Hi Matt

    Unfortunately I've given your suggestion a try and it seemed to do nothing! Any ideas why?

    Cheers

    DJ
  33. Replies
    0
    Views
    2,054

    ASP.NET Developer using C#

    Must be based in Birmingham, UK or near by.

    More details http://www.hroc.co.uk/join_us/web_developer.aspx

    DJ
  34. Replies
    5
    Views
    562

    Re: .htaccess help needed

    I can redirect everything it's just the exception of the one directory that is causing the problem.

    DJ
  35. Replies
    2
    Views
    584

    SQL Server Keyword search

    I have a table that has a column that will contain a comma separated list of keywords associated with each record.

    In my application a user has a free text field to enter search terms into that I...
  36. Replies
    5
    Views
    562

    .htaccess help needed

    I'm trying to write a redirect statement in the .htaccess file for the following:

    1. All pages on one domain redirect to a single page on another domain say http://www.somesite.com/somepage.php
    ...
  37. Replies
    4
    Views
    659

    Re: Convert Word Doc to PDF

    Am I being thick? - can't find conversion tools anywhere just Create PDF Online which is a service not a component?!?

    DJ
  38. Replies
    4
    Views
    659

    Re: Convert Word Doc to PDF

    Basically I have a file sharing facility that shares Word documents - people can download, edit and upload new versions. However when a user says the document is complete the Word document must be...
  39. Replies
    3
    Views
    715

    Re: RSS file format

    Go to http://blogs.law.harvard.edu/tech/rss to view a description of the RSS specification.

    DJ
  40. Replies
    0
    Views
    1,006

    XmlTextReader Timeout

    I'm using a XmlTextReader to grab an RSS feed from another website (with their permission of course!).

    Works great but I'm designing it to handle problems with connectivity. When the feed goes...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width