Ask a Question related to ASP.NET General, Design and Development.
-
Steve S #1
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
-
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... -
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... -
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... -
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... -
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 ,... -
Alvin Bruney #2
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...almost> 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 hasis> 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 thisuse> 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 (Iwith> 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,> 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...> 2003...The> > Whats the best way to make a site with ASP.net and Visual Studio> images&tables> > 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>> > just seem impossible to work with...
> >
> >
> >
>
Alvin Bruney Guest



Reply With Quote

