Connect with Expertise | Find Experts, Get Answers, Share Insights

what is post() and what is get()

 
Join Date: Dec 2009
Posts: 7
#1: Dec 14 '09
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

Plater's Avatar
E
M
C
 
Join Date: Apr 2007
Location: New England
Posts: 7,463
#2: Dec 14 '09

re: what is post() and what is get()


Google POST and GET in reference to HTTP, they're not specific to ASP.NET or .NET at all
Frinavale's Avatar
E
M
C
 
Join Date: Oct 2006
Location: The Great White North
Posts: 6,866
#3: Dec 15 '09

re: what is post() and what is get()


Check out the W3C specifications for Submit Formats.

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

-Frinny
 
Join Date: Dec 2009
Posts: 7
#4: Dec 16 '09

re: what is post() and what is get()


thank you for your advice
Reply