Difference Between UserControl and Include Page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shiju Poyilil

    Difference Between UserControl and Include Page

    what is the difference between UserControl and Include Page .

    Rgds
    Shiju

  • Kevin Spencer

    #2
    Re: Difference Between UserControl and Include Page

    A User Control is an object. There are quite a few less important
    differences as well.

    --
    HTH,
    Kevin Spencer
    ..Net Developer
    Microsoft MVP
    Big things are made up
    of lots of little things.

    "Shiju Poyilil" <ShijuPoyilil@d iscussions.micr osoft.com> wrote in message
    news:95DEFAD9-A9D9-4428-9F4D-44829E33DD0F@mi crosoft.com...[color=blue]
    > what is the difference between UserControl and Include Page .
    >
    > Rgds
    > Shiju
    >[/color]


    Comment

    • John Timney \(Microsoft MVP\)

      #3
      Re: Difference Between UserControl and Include Page

      An include is a directive, where a control is an object. You can only have
      one directive in your page, so using include rather than control makes your
      development much less flexible, as you can have as many objects as you like.

      --
      Regards

      John Timney
      Microsoft Regional Director
      Microsoft MVP


      "Shiju Poyilil" <ShijuPoyilil@d iscussions.micr osoft.com> wrote in message
      news:95DEFAD9-A9D9-4428-9F4D-44829E33DD0F@mi crosoft.com...[color=blue]
      > what is the difference between UserControl and Include Page .
      >
      > Rgds
      > Shiju
      >[/color]


      Comment

      Working...