Tag: web technology

Questions Related to web technology

  1. Process.Start

  2. Application.Start

  3. Process.Run

  4. Application.Run


Correct Option: A
  1. str.Substring(str.Length);

  2. str.Substring(str.Length - 1);

  3. str.LastChar();

  4. str.RightChar();


Correct Option: B
  1. Account.Username

  2. User.Name

  3. Page.Username

  4. Environment.Username


Correct Option: D
  1. Request.Url.FullURL;

  2. Request.PageUrl;

  3. Request.Url.AbsoluteUri;

  4. Request.Page.URL;


Correct Option: C
  1. System.Object

  2. System.Page

  3. System.Web

  4. System.Namespace


Correct Option: A
  1. Not Possible

  2. Always Possible

  3. Only If object have Serializable feature or have TypeConverter option

  4. Only if object is an String


Correct Option: C
  1. Set PositionOnPostback as true in Page directive

  2. Set MaintainScrollPositionOnPostback as true in Page directive

  3. Set ViewState as true in Page directive

  4. Not Possible


Correct Option: B