difference between using and import

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saidireddy
    New Member
    • Jan 2008
    • 1

    #1

    difference between using and import

    what's the difference between
    import key word in vb.net
    and using key word in c#
    don't say these are same
    because if it is same why .net frame work allowing two key words instead of one key word
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by saidireddy
    what's the difference between
    import key word in vb.net
    and using key word in c#
    don't say these are same
    because if it is same why .net frame work allowing two key words instead of one key word
    They are the same to me (sorry I know you said we shouldn't say that).
    In C# use using in your .cs and .aspx.cs but use Import your .aspx.

    Comment

    Working...