Results 1 to 8 of 8

Thread: learning ASP.NET

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2002
    Location
    CT
    Posts
    62

    learning ASP.NET

    I am new to ASP, I know a little php, not all that much, are there any good sites that anyone would reccommend to learn some of the basics of asp.net? .. I can make my forms look exactly how i want them, but I have very little idea how to make them do what I want them to do. I do have some expierience in VB6, but I dont know how much help that will be here. Thanks
    Sometimes the simplest things are the hardest...

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    Cheers Cander.. I need to look into ASP.NET too and those sites are very useful...

  4. #4
    Fanatic Member Redth's Avatar
    Join Date
    May 2001
    Location
    Ontario, Canada
    Posts
    551
    yeah guys, i got vs.net today.... installed it. .also picked up a couple books... one on vb.net and one on asp.net.... i'm quite experienced with classic ASP, and asp.net looks quite intriguing .... i think i'll make the switch all new stuff i code ...

    i like the idea of event driven programming .... i don't think i'll be using vs.net to develop em though.. i'll stick with frontpage or notepad for now for that.... i wish there was some text editor program that had highlighting and case correction and the list of options (eg: Command1. <and list shows up here of what u can do>), etc.... i know the ide has it, but i don't like how it codes asp.net pages...

    neways...

    this looks quite interesting.. .and it looks as if ms means some serious business finally with ADO.NET, and 'special drivers' for SQL server connections.... i like that.... that's what i need.....

    it's a bit of a switch to do, but it'll be better... i'll miss using my <% %> tags all the time.... i think typing runat="Server" everywhere is gonna become a pain....

    mmmmmm.... aspx....

  5. #5
    How do you do "hello world" in ASP? Your old code doesn't quite work without a minor tweak, that has implications on porting large apps.

    --------------------------------------------------------------------------------





    Response.Write "Hello world...doesn't work"

    Use parenthesees instead:

    Response.Write ("Hello World--this works!")

    One more thing to worry about when porting!
    Last edited by bootbud; Mar 14th, 2002 at 10:16 PM.

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Terms of Agreement for a post? LOL
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7
    umm copy and paste..
    guess I should have taken that out... hehehe...

    well it's out now... thanks

    half asleep

  8. #8
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    oh god I love your avatar...thats pretty funny LOL.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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