Search

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

Matching Posts

  • Re: windows 7 64 bit

    I use Windows 7 64 bit and have not had any issues with Visual Studio 2005 or 2008. You just need to setup 2005 to run as an admin.
    Posted to Getting Started (Forum) by all2neat on 12/23/2009
  • Re: Which is best method to store and retrive Images?

    The database will be more secure and get handled in your normal database backup.. I also find it easier to code for storing images in the database because you can upload multiple files of the same name to the database.. The file system you need to handle some type of key to eliminate users overwriting each other if they use the same file but it makes revisioning harder... You can rename the files though on upload to the file system so the primary key of the database table if you do links which will
    Posted to Getting Started (Forum) by all2neat on 12/23/2009
  • Re: How common is _self in HTML

    _self is the default for a tags so usually you don't see that property set since it is implied. The only place to note would be if you have a custom navigation control as for the one I built I specify a target so I can open some pages in a new window but since I bind the target I also declare _self for the target for most pages so that it opens in the existing window.
    Posted to Getting Started (Forum) by all2neat on 12/17/2009
  • Cache Size

    Hi, I cache a number of SQL result sets into the Cache via httpcontext.current.cache.. I have a method written that will pull all the cache keys so that I can clear the key manually or clear all cached items.. I am wanting to see how much much memory though each cache key takes up and I can't seam to find a solution.. Is this possible?
    Posted to Getting Started (Forum) by all2neat on 12/15/2009
    Filed under: cache size
  • Re: Cache Size

    Thanks for the links, that cache manager looks pretty useful.
    Posted to Getting Started (Forum) by all2neat on 12/15/2009
  • Re: Preview Contents Of Zip File Prior To Download

    azamsharp, Thanks for the article. I have implemented it into my project and works very well.
    Posted to Getting Started (Forum) by all2neat on 9/2/2009
  • Preview Contents Of Zip File Prior To Download

    Is there a way to preview the contents of a zip file prior to the user download it via C# / ASP.NET 3.5? For example, if a zip file has the following contents.. (1.pdf, 2.png, 3.pdf, 4.txt) I would want the output to be simular to this. File ---------------------------------- ZipFile.zip + 1.pdf 38KB + 2.png 512KB + 3.pdf 12KB + 4.txt 1KB I'd prefer not to have to unzip the contents to accomplish this as we may end up storing the files in a SQL 2008 database. I'm not even sure that this is
    Posted to Getting Started (Forum) by all2neat on 8/6/2009
    Filed under: ZIP FILE PREVIEW before download
  • Re: Preview Contents Of Zip File Prior To Download

    Sweet, I'm going to have to check that out, thank you!
    Posted to Getting Started (Forum) by all2neat on 8/6/2009
  • Re: Preview Contents Of Zip File Prior To Download

    Your code sample works perfectly! Thank you again!
    Posted to Getting Started (Forum) by all2neat on 8/6/2009
  • Re: What can't you store in Profiles?

    I guess it depends on how large.. If it's a large amount of text I personally would create a second table to store the data, but things like address and birthday etc can be stored in the profile. You might be better off creating your own profile provider though if you have a bunch of stuff to add to a profile.
    Posted to Security (Forum) by all2neat on 4/8/2009
Page 1 of 9 (82 items) 1 2 3 4 5 Next > ... Last »