noob looking for good resources...

This is a discussion on "noob looking for good resources..." within the ASP.NET Forum section. This forum, and the thread "noob looking for good resources... are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 15th, 2006, 23:05
Junior Member
Join Date: Nov 2006
Location: Los Angeles
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
noob looking for good resources...

Hi all,

I've been developing on the web for a while, but I've come across my first big project on a .NET site and I'm a little lost.

I've done all the basic research, but I'm looking for something a little more comprehensize and practical (for people that actually build websites, not for programmers).

For instance:

HTML: Select all
<td class="navbg" rowspan="2">                
                    <ecca:main_nav id="main_nav"runat="server"></ecca:main_nav>                    
</td>
I've yet to see anything online about controls that don't begin with "asp".

Can anyone recommend a good site or book? I need enough knowledge to be able to create a microsite, e.g. add pages, create navigation, etc. Nothing too fancy.

Thanks!
Reply With Quote

  #2 (permalink)  
Old Nov 27th, 2006, 16:07
Junior Member
Join Date: Nov 2006
Location: Plainsboro, NJ
Age: 38
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: noob looking for good resources...

I am a C# developer doing both Windows and Web development. I would recommend the following site

http://www.w3schools.com/aspnet/default.asp (for step by step)

http://www.asp.net/. (for specific questions)

Definately look into MasterPages, Code Behind.

The sample you provided the ecca is tagprefix that was used when you register the user control at the top of the page. Do you see something similar to the following on your page...

<%@ Register tagprefix="ecca" Tagname="main_nav" Src="" %>
Reply With Quote
  #3 (permalink)  
Old Nov 27th, 2006, 16:12
Junior Member
Join Date: Nov 2006
Location: Los Angeles
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Re: noob looking for good resources...

Yeah, I think I get it now with controls and their directives at the top of the page.

Thanks for the resources. I'll take a read.
Reply With Quote
  #4 (permalink)  
Old Mar 3rd, 2007, 00:32
New Member
Join Date: Mar 2007
Location: Australia
Age: 29
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: noob looking for good resources...

Hey trandrus i too use w3schools.com and asp.net, some other good places to get help and tutorials on asp.net stuff are:

- http://www.dotnetjunkies.com
- http://aspalliance.com

I've also found this great website where you can get ASP.NET themes from, I use them in my web applications

- http://www.aspthemes.net
Reply With Quote
  #5 (permalink)  
Old Mar 29th, 2007, 16:14
Junior Member
Join Date: Mar 2007
Location: California
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Re: noob looking for good resources...

Also besure to pick up something that will help you develop ASP.NET Web Apps. if you head over to
http://msdn.microsoft.com/vstudio/express/web/

there is Visual Web Developer Express edition. which will let you drag/drop controls in a design view and allow you to set properties and such. then you can switch to HTML view to see what it's doing. For instance drop an <asp:button /> double click it and it will bring you to a code page and you can see how things wire up.

not to mention there are a ton of resources and tutorials there.

hope this helps you (if i didnt make much sence it's because i just woke up)
Reply With Quote
Reply

Tags
controls, net, tutorials

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Noob looking for help Gardenworks Starting Out 2 Apr 6th, 2008 15:57
Good resources Salbert Flash & Multimedia Forum 4 Feb 21st, 2007 17:03
Noob needs help. Geekmation Flash & Multimedia Forum 3 Jan 14th, 2007 23:51
Good resources for learning CSS johnmr Web Page Design 1 Oct 6th, 2006 22:07
Noob in Need ;o) Brain-Chemical Introduce Yourself 3 Feb 6th, 2006 00:18


All times are GMT. The time now is 15:54.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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