what is post() and what is get()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smileprince00
    New Member
    • Dec 2009
    • 7

    what is post() and what is get()

    i am a new learner of asp.net by myself. i want to know some basic concepts so experts please dont mind to help me..
    what is method attribute why we use them and what is the differnt between post and get??

    thank you waiting for good reply
    Last edited by Frinavale; Dec 15 '09, 05:07 PM. Reason: Move to HTML/CSS from .NET
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Google POST and GET in reference to HTTP, they're not specific to ASP.NET or .NET at all

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Check out the W3C specifications for Submit Formats.

      Also see the HTML method definitions for information about other HTML Verbs.

      -Frinny

      Comment

      • smileprince00
        New Member
        • Dec 2009
        • 7

        #4
        thank you for your advice

        Comment

        Working...