Fundamentals of asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anulal
    New Member
    • May 2007
    • 1

    Fundamentals of asp.net

    Sir,

    I am a begginer in asp.net.I did not know how to build controls in design mode.
    I installed visual studio 2005 but I can't draw the controls in the design mode
    because its look like a text editor I can't post control to it.I knidly request you to give me a detailed reply to me.



    your's faithfully
    Anu
  • Abdul Haque
    New Member
    • May 2007
    • 17

    #2
    in VS2005 we have flow layout not the grid layout , that mean you can not past the control at any place you feel like.
    Go for using html table format to position the contol on the page

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by anulal
      Sir,

      I am a begginer in asp.net.I did not know how to build controls in design mode.
      I installed visual studio 2005 but I can't draw the controls in the design mode
      because its look like a text editor I can't post control to it.I knidly request you to give me a detailed reply to me.



      your's faithfully
      Anu
      When you open the ASPX page you'll see nothing but a blank screen.
      Use the drag the controls you'd like you or webpage from the toolbox onto this blank screen and they will appear.

      The aspx.vb (or aspx.cs) file is where you will place the code.

      You can use "table layout" as suggested if you'd like but it is obsolete to do so.
      It is advisable to use CSS to design/arrange your website for accessibility reasons.

      Cheers!

      -Frinny

      Comment

      Working...