Search

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

Matching Posts

  • Re: Paypal

    There are many ways of doing this, have a look at this example http://www.codeproject.com/KB/aspnet/UsePayPalPaymentInASPNET.aspx Another way would be to use the PayPal API, which is quite complex.
    Posted to Architecture (Forum) by Coppermill on 12/22/2008
  • Re: Make a file downloadable.

    Yes, take a look at the file handler in BlogEngine for a very good example of how you can do this http://www.codeplex.com/blogengine
    Posted to Web Forms (Forum) by Coppermill on 12/22/2008
  • Re: export to excel

    Yes you can do this by changing the HTTP header to excel or what ever format you require. Here is a blog that might help http://www.snee.com/bobdc.blog/2006/05/download-as-spreadsheet.html
    Posted to Data Presentation Controls (Forum) by Coppermill on 12/22/2008
  • Re: VS2005 Running Problem

    Try and clean the project before you run it If that does nothing then run iisreset from the comment prompt
    Posted to Visual Studio 2005 (Forum) by Coppermill on 12/22/2008
  • Re: JavaScript file from UserControl DLL

    Thanks for the pointer. I've also updated my Blog with the solution http://www.bryanavery.co.uk/post/2008/12/22/Embedding-javascript-in-an-assembly.aspx
    Posted to Custom Server Controls (Forum) by Coppermill on 12/22/2008
  • JavaScript file from UserControl DLL

    I have a Control built in to a DLL, in its own project, and I would like to include a .js file within it. Anyone know how to do this?
    Posted to Custom Server Controls (Forum) by Coppermill on 12/19/2008
  • Transaction based domain object c#

    Is it possible to have transaction based domain object in c#? I would like to place a Transaction around a number of domain objects, and then commit or roll back the transaction depending on what the outcome is.
    Posted to Architecture (Forum) by Coppermill on 11/27/2008
  • Re: One login Two Websites

    That sound like a good idea, but if we are going to do this then we might as well have the Membership and Role provider using a WebService. The key here is that we don't have any dependancy on any one machine. Each environment is self contained. That means if we only have that single machine running everything is fine. using outproc will mean storing the Session Object on a common machine, or am I wrong?
    Posted to Security (Forum) by Coppermill on 11/21/2008
  • One login Two Websites

    I have two websites on different servers in different locations and different ISPs. Each application is standalone, and the only connectivity is via HTTP and port 80 They both have the same membership and role information held within a SQL database, but only local to each application. What I would like to be able to do is login on to one of the Web Applications and then be transfer to the second web application on a different host and for the security to allow me in. Without having to login again
    Posted to Security (Forum) by Coppermill on 11/21/2008
  • Re: changing default membership provider Programmatically c#

    Yes I got this too. But you lose a lot of the overload methods that you get with calling Membership directly. I want to change the default provider to another provider so as I can continue to use the Membership code and Role code in the application without having to go through and changing my code.
    Posted to Security (Forum) by Coppermill on 11/14/2008
Page 1 of 19 (184 items) 1 2 3 4 5 Next > ... Last »