Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Programming ASP.net

    Whats the best way to make a site with ASP.net and Visual Studio 2003...The
    visual studio does not seem like the idea environment to make an ASP
    page...maybe if it was just a grid on a blank white page, but images&tables
    just seem impossible to work with...



    Steve S Guest

  2. Similar Questions and Discussions

    1. VB6 programming
      I'm new in Adobe SDK programming. I've a question: is it possibile to use SDK api directly in VB6 code.? If yes, how? I've downloaded Acrobat 9 SDK...
    2. freelance web programming, web site design,c programming, java programming, VERY Low Cost web design and more
      Find expert freelance programmers and designers at the prices you want to pay. Post your projects and programmers will place bids, you choose the...
    3. USB programming?
      Hi, I know absolutely nothing about dealing with hardware input, but want to get a foot in the door of dealing with incoming USB data (ultimately...
    4. Need help with programming
      My name is Sofia and I have for many years been running a personals site, together with my partner, on a non-profit basis. The site is currently not...
    5. RPC Programming
      Hi I have written RPC client and server codes for unix platforms . now i want to make it cross platform with windows Server and unix client ,...
  3. #2

    Default Re: Programming ASP.net

    my 2 pence. i think they intentionally made it terrible to get programmers
    away from the html stuff. it's working, its forcing programmers into the
    code behind. think about it, they could build a solid codebehind
    implementation, but they couldn't build html editing robust enough? don't
    make sense to me.

    "Kevin Spencer" <kevin@takempis.com> wrote in message
    news:#H5yYL2VDHA.1784@TK2MSFTNGP10.phx.gbl...
    > Hi Steve,
    >
    > There are 2 aspects to an ASP.Net page: The Page Template (.aspx file) and
    > the CodeBehind class (.vb or .cs file). The Page Template ideally has
    almost
    > no server-side code in it, only server-side tags. The code should almot
    > entirely be in the CodeBehind class definition. Where I'm going with this
    is
    > to acknowledge that VS.Net has terrible capabilities for developing HTML,
    > which is the vast majority of what's in the Page Template. However, it is
    > excellent for the CodeBehind. So, what I do is to use an HTML editor (I
    use
    > FrontPage) to compose my Page Template layout, then paste the HTML into my
    > ASP.Net Page Template, and code from there.
    >
    > Hopefully, Microsoft will spend more time on the HTML Editor in VS.Net in
    > future versions. Personally, I'd like to see them integrate FrontPage,
    with
    > all of its' web site management capabilities, as well as its' HTML Editor,
    > into the IDE somehow.
    >
    > --
    > HTH,
    >
    > Kevin Spencer
    > Microsoft MVP
    > .Net Developer
    > [url]http://www.takempis.com[/url]
    > Complex things are made up of
    > lots of simple things.
    >
    > "Steve S" <highd@rogersNOSPAM.com> wrote in message
    > news:iX4Wa.7586$4UE.4990@news01.bloor.is.net.cable .rogers.com...
    > > Whats the best way to make a site with ASP.net and Visual Studio
    > 2003...The
    > > visual studio does not seem like the idea environment to make an ASP
    > > page...maybe if it was just a grid on a blank white page, but
    > images&tables
    > > just seem impossible to work with...
    > >
    > >
    > >
    >
    >

    Alvin Bruney Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139