Request for guidance storing of information in ASP.Net

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Request for guidance storing of information in ASP.Net


    I am new to the asp.net application building and I have read the
    information regarding the storing of information using session vs
    cookies vs viewstate. I am asking for suggestions/guidance as to when
    each is appropriate. I noticed that in the case of cookies, there is a
    liability because of web browser settings migh disallow the storing of
    cookies.

    Thanks in advance,

    Bob Hanson


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Robert Hanson Guest

  2. Similar Questions and Discussions

    1. Can't ping or request server information?
      Hi, I downloaded the free developers edition of FMS2 last week to get my head around it before asking my company to buy it...only trouble is now...
    2. Storing server side information into a javasript array
      Is there a way to loop throw a query and store on of the fields contents in an array? what I want to do is have a form that will fill in an input...
    3. Need Guidance, please
      I have been given some book projects to be laid out for printing. The printshop requested the files be given to them in Quark. I refused. So, I'm now...
    4. Request For Information And Steering - IPC, Java, Perl, etc.
      On 10 Aug 2003 00:50:00 GMT, mooseshoes wrote: Just a bunch of guesses since things are still too vague to determine anything. A million...
    5. Storing page information / viewstate between pages
      Thanks for the reply. Eventually I ended up using a serializable class, which holds the entered data, and is stored in the session when the user...
  3. #2

    Default Re: Request for guidance storing of information in ASP.Net

    Hi,

    there are other options like cache. for deep cover of this topic refer
    to :
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/h[/url]
    tml/CachingArch.asp?frame=true

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

  4. #3

    Default Re: Request for guidance storing of information in ASP.Net

    Thanks Bassel!!

    I really appreciate it.

    Best Regards,

    Bob Hanson

    ""Bassel Tabbara [MSFT]"" <basselt@online.microsoft.com> wrote in message
    news:pryOwPNQDHA.1748@cpmsftngxa09.phx.gbl...
    > Hello Robert,
    > Which article you are referring to?
    > Are these the articles that you have read?
    >
    > ASP.NET State Management
    >
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm[/url]
    > l/cpconaspstatemanagement.asp
    >
    > ASP.NET State Management
    >
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/[/url]
    > vbconChoosingServerStateOption.asp
    >
    > In the second one, it will give you all the advantages and the
    > disadvantages of using each one.
    >
    > Please let me know if you have more questions on this.
    >
    > Thanks,
    > Bassel Tabbara
    > Microsoft, ASP.NET
    >
    > This posting is provided "AS IS", with no warranties, and confers no
    rights.
    >
    >
    > --------------------
    > | From: Robert Hanson <roberth@cpuandsimplepdm.com>
    > | X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
    > | Subject: Request for guidance storing of information in ASP.Net
    > | Mime-Version: 1.0
    > | Content-Type: text/plain; charset="us-ascii"
    > | Content-Transfer-Encoding: 7bit
    > | Message-ID: <OfRp8jKQDHA.3192@TK2MSFTNGP10.phx.gbl>
    > | Newsgroups: microsoft.public.dotnet.framework.aspnet
    > | Date: Wed, 02 Jul 2003 07:48:21 -0700
    > | NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
    > | Lines: 1
    > | Path: cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
    > | Xref: cpmsftngxa09.phx.gbl
    microsoft.public.dotnet.framework.aspnet:31732
    > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > |
    > |
    > | I am new to the asp.net application building and I have read the
    > | information regarding the storing of information using session vs
    > | cookies vs viewstate. I am asking for suggestions/guidance as to when
    > | each is appropriate. I noticed that in the case of cookies, there is a
    > | liability because of web browser settings migh disallow the storing of
    > | cookies.
    > |
    > | Thanks in advance,
    > |
    > | Bob Hanson
    > |
    > |
    > | *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > | Don't just participate in USENET...get rewarded for it!
    > |
    >

    Robert V. Hanson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139