public marks

PUBLIC MARKS from mostpopular with tag object

April 2008

April 2007

How to: Send Data Using the WebRequest Class

Console.WriteLine(CType(response, HttpWebResponse).StatusDescription) To get the stream containing response data sent by the server, call the GetResponseStream method of the WebResponse.

February 2007

JavaScript - Find position

by 4 others
The answer is: relative to the offsetParent. Although the browsers have sharp disagreements on the identity of the offsetParent, we do not really need to know, since the offsetParent property always contains a reference to the correct HTML element.