Results 1 to 2 of 2

Thread: ASP.NET with VB.NET .. how .......... ?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Posts
    18

    ASP.NET with VB.NET .. how .......... ?

    hello

    i wanna sk u about ASP.NET & VS.NET
    in VS.NET when i create an aspx file , directly it will create 2 me another file with same name .. but has another extention
    (aa.aspx.vb)
    my questions is :
    Where can i put my ASP.NET Codes in the one with .aspx or in the second with .aspx.vb ??

  2. #2
    Junior Member
    Join Date
    Feb 2002
    Location
    London UK
    Posts
    29
    The VB file is used for "Code Behind". It is used to seperate fucntional code from the display/interface code.

    Suggest you do a search on Code Behind on MSDN

    Cheers
    Simon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width