|
-
Mar 11th, 2002, 06:11 PM
#1
Thread Starter
Member
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...
-
Mar 12th, 2002, 09:48 AM
#2
-
Mar 13th, 2002, 10:52 AM
#3
Fanatic Member
Cheers Cander.. I need to look into ASP.NET too and those sites are very useful...
-
Mar 14th, 2002, 02:01 AM
#4
Fanatic Member
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....
-
Mar 14th, 2002, 09:38 PM
#5
New Member
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.
-
Mar 14th, 2002, 09:48 PM
#6
Terms of Agreement for a post? LOL
-
Mar 14th, 2002, 10:15 PM
#7
New Member
umm copy and paste..
guess I should have taken that out... hehehe...
well it's out now... thanks 
half asleep
-
Mar 14th, 2002, 11:15 PM
#8
oh god I love your avatar...thats pretty funny LOL.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|