Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1329 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

asp.net resouces

Thread title: asp.net resouces
Closed Thread    
    Thread tools Search this thread Display Modes  
03-18-2005, 10:29 PM
#1
Adam is offline Adam
Adam's Avatar
Status: Member
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 433
iTrader: 0 / 0%
 

Adam is on a distinguished road

  Old  asp.net resouces

hi
got a willitwork 2003 box set up on a lan running iis with asp.net. aim is to learn asp.net (or some of it). book i got is more of a tutorial to use that web matrix crap.

anyone got any other tutorials and resouces?

looking to use the VB aspect of it.

already got ifs, fors and variables sused (iv had previous visual basic 6)
so thats cool just want to figure out stuff like interacting with forms. databaes etc

thanks
adam

03-18-2005, 10:44 PM
#2
FiveInteractive is offline FiveInteractive
Status: Request a custom title
Join date: Jan 2005
Location: UK
Expertise:
Software:
 
Posts: 1,216
iTrader: 0 / 0%
 

FiveInteractive is on a distinguished road

Send a message via AIM to FiveInteractive Send a message via MSN to FiveInteractive

  Old

Good luck with learning asp.net!
Let us know whats its like, how hard it is

03-18-2005, 10:50 PM
#3
Adam is offline Adam
Adam's Avatar
Status: Member
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 433
iTrader: 0 / 0%
 

Adam is on a distinguished road

  Old

thanks

I managed to create the following with out to much problem. its only basics but my breind knowledge of vb6 (which i last touched a year ago!) helped out

Code:
<%@ Page Language="VB" %>
<%

   response.write("<font face=verdana size=2>")

        '
        'SET VARIABLE
        '
        Dim I As String = "This is a variable"
    	Dim loopa As Integer
    
        response.write(I + " <br /><pre>I = This is a variable</pre><hr />")
    
        '
        'IF STATEMENT
        '
        response.write("<b>This is an if statement</b><br />")
        If I = "This is a variable" Then
        	response.write("The same!")
        Else
        	response.write("Not the same")
        End If
    
        '
        'LOOP
        '
        response.write("<hr /><b>This is a Loop</b><br />")

        For loopa = 0 to 10 Step 1
        	Response.Write("Row " & loopa & "<br />")
        Next loopa

   response.write("</font>")
%>
but want to start getting into talking to forms and databases now

03-19-2005, 03:11 AM
#4
chill82083 is offline chill82083
Status: I'm new around here
Join date: Mar 2005
Location:
Expertise:
Software:
 
Posts: 16
iTrader: 0 / 0%
 

chill82083 is on a distinguished road

Send a message via AIM to chill82083 Send a message via MSN to chill82083 Send a message via Yahoo to chill82083

  Old

Here's a couple good sites for asp.net tutorials that I've found useful.

http://aspnet.4guysfromrolla.com/
http://www.411asp.net/
http://www.vbdotnetheaven.com/Sections/Tutorials.asp
http://www.aspfree.com/c/b/ASP.NET/

If you don't like the ASP.NET web matrix IDE, I would recommend using Visual Studio.NET, one cool thing with .NET is the code behind feature....where basically the application's code and the actual web page(s)/web forms are seperate. If you have previous VB experience this will certainly come in handy.....good luck with learning .NET

03-19-2005, 02:49 PM
#5
Adam is offline Adam
Adam's Avatar
Status: Member
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 433
iTrader: 0 / 0%
 

Adam is on a distinguished road

  Old

thanks for the resouces! till take alook at them them later. will also look at vs.net

thanks

03-19-2005, 07:56 PM
#6
Adam is offline Adam
Adam's Avatar
Status: Member
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 433
iTrader: 0 / 0%
 

Adam is on a distinguished road

  Old

am i just overly retarded or is it hard to connect to an mssql database?

03-20-2005, 12:26 AM
#7
Adam is offline Adam
Adam's Avatar
Status: Member
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 433
iTrader: 0 / 0%
 

Adam is on a distinguished road

  Old

well im now reading a mssql database now all i need to do is to figure out how to right to a database

im building aspx/mssql address book and so far it can:
1. list entries in tabular format
2. view entry indivudally
3. sort each column by asc

and hopefully ill be able to add details soon lol

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed