Tag: web technology
Questions Related to web technology
-
Http-Post
-
Http-Get
-
SOAP
-
All the above
-
DateTime.Now.PreviousMonth;
-
DateTime.Now.CurrentMonth - 1;
-
DateTime.Now.AddMonths(-1);
-
DateTime.Now.AddMonths(1);
-
Data Object Model
-
Document Object Model
-
Derived Object Model
-
None of the above
-
using AliasName = System.Text;
-
using System.Text AliasName;
-
Alias System.Text AliasName;
-
Not Possible
-
Request.ClientAddress
-
Request.UserHostAddress
-
Request.IPAddress
-
Request.Client.IPAddress