Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Data Transfer

Data Transfer

Scheduled Pinned Locked Moved ASP.NET
sysadminperformancequestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Amit Kumar G
    wrote on last edited by
    #1

    Hello, I have very basic questions: a) How data is trasnfered from client to server and vice versa on Internet.? Is it binary format or something else.... b) Where viewstate is stored? Is it on server memory? c) Type are stored in which namespaces? Is it system? Thanks!! Thanks!!

    C 1 Reply Last reply
    0
    • A Amit Kumar G

      Hello, I have very basic questions: a) How data is trasnfered from client to server and vice versa on Internet.? Is it binary format or something else.... b) Where viewstate is stored? Is it on server memory? c) Type are stored in which namespaces? Is it system? Thanks!! Thanks!!

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Amit Kumar G wrote:

      a) How data is trasnfered from client to server and vice versa on Internet.? Is it binary format or something else....

      Data is transferred on HTTP (Hyper Text Transfer Protocol) which sits on top of TCP/IP. As the name suggests it is a text based protocol.

      Amit Kumar G wrote:

      b) Where viewstate is stored? Is it on server memory?

      On the page. While the server is processing the page a copy be held in the ViewState property.

      Amit Kumar G wrote:

      c) Type are stored in which namespaces? Is it system?

      Types in general? Or the Type type. There is a class called System.Type. But types, in general, are placed in the namespace in which they were defined.


      -- Always write code as if the maintenance programmer were an axe murderer who knows where you live. Upcoming FREE developer events: * Glasgow: Agile in the Enterprise Vs. ISVs, Mock Objects, SQL Server CLR Integration, Reporting Services, db4o ... * Reading: SQL Bits My website

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups