General discussion

  • Creator
    Topic
  • #2317033

    ASP.NET Question

    Locked

    by galahad04 ·

    In ASP.NET, what is the Request.Browser object and what does it do? Is it similar to the Request.Form object? Thanks

All Comments

  • Author
    Replies
    • #3544176

      Reply To: ASP.NET Question

      by leon_guerrero ·

      In reply to ASP.NET Question

      The request.browser object allows you to find out about visitors web browser.

      Examples:
      request.browser.browser <- What type of browser the visitor is using ex. IE. request.browser.majorversion <- version number of the web browser ex. IE 6. request.browser.cookies <- does the browser support cookies The Request.Form Object collects values from a form.

    • #2745182

      Reply To: ASP.NET Question

      by galahad04 ·

      In reply to ASP.NET Question

      This question was closed by the author

Viewing 1 reply thread