Wednesday, April 16, 2008

Get Post

1. Incase of Get method the information entered into the input frames will carried to the server along with the requested URL as a query strem.Where as
Incase of Post method the client input data will be carried along with form headers but not with the URL.
2. the Limitation of Get method is it cant carry the data more than 256 characters where as in
Post method there is no Limitation in the size of the data.
3. The advantage of Get method is it works faster than the post method . POST is more safer then GET. Because the URL doesn't expose the data.
4. Incase of ASP the default method is Get where as in Asp.Net is Post

No comments: