Thursday, March 29, 2012

Newbie - Searching All over

what part is causing you problems?
Displaying a 2 part layout?
Database connectivity?
Writing to the DB?
etc?
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
"Wizard" wrote:

> Hi there,
> I wonder if somebody wouldn`t mind helping a newbie out? I`ve searched the
> net and am getting so lost. I would like to build a small application with
a
> menu on one side, and a the ability to enter some data on the main page.
> I`ve found a app which looks similar to what I would like my app to look
> like. I`ve attached a JPG image to this post. I hope somebody could help m
e
> or point me in the right direction as im starting to get frustrated now as
i
> can`t find any info anywhere.
> Many Thanks
> Regards
> Si
>
>I cant find how to set the frames up, like my main page and my menu, or even
get a menu setup.
What im saying is i don`t know where to start:(
"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:F79BBF8B-69C9-4C16-8FE8-DA2DC326E8B7@.microsoft.com...
> what part is causing you problems?
> Displaying a 2 part layout?
> Database connectivity?
> Writing to the DB?
> etc?
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com
>
> "Wizard" wrote:
>
there are some starter kits on the www.asp.net site, that might be a good
start.
Otherwise (and I dont mean this to sound bad) but you may be jumping in over
your head. Sounds like you may need to start with the basics. A good "lean
how to" book may be in order. Sam's has some decent "learn (x) in (y) days"
books... that may be the way to start.
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
"Wizard" wrote:

> I cant find how to set the frames up, like my main page and my menu, or ev
en
> get a menu setup.
> What im saying is i don`t know where to start:(
>
> "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
> news:F79BBF8B-69C9-4C16-8FE8-DA2DC326E8B7@.microsoft.com...
>
>
Do yourself a biug favor. Get and use Visual Studio 2005 and ASP.NET 2.0 now
in beta which will be RTM November 7th. The 2.0 release is much easier to
understand and use than earlier releases. I agree you should start with the
QuickStarts [1].
I don't recommend VB.NET. I Recommend C# because it and JavaScript are
nearly exactly alike so when you learn one language you learn two for one.
Plus when you are really good at this in twelve years or so ;-) you will be
able to read and understand Java.
If you need help with learning a language the best source are real textbooks
from publishers such as Deitel and Deitel whose textbooks are used in many
schools.
When you do the QuickStarts you want to look at MasterPages and the TreeView
control both of which will be used to build the page layout you want.
--
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
[1] http://beta.asp.net/QuickStartv20/aspnet/default.aspx
"Wizard" <test@.test.com> wrote in message
news:OFdfqhGuFHA.2072@.TK2MSFTNGP14.phx.gbl...
> Hi there,
> I wonder if somebody wouldn`t mind helping a newbie out? I`ve searched the
> net and am getting so lost. I would like to build a small application with
> a menu on one side, and a the ability to enter some data on the main page.
> I`ve found a app which looks similar to what I would like my app to look
> like. I`ve attached a JPG image to this post. I hope somebody could help
> me or point me in the right direction as im starting to get frustrated now
> as i can`t find any info anywhere.
> Many Thanks
> Regards
> Si
>
Menus are hard. Don't start with them.
Follow the ASP.NET tutorials, starting with Hello World. Learn the
difference between client and server. Learn the basics of CGI
programming. If you don't get it in a hurry, then get out.
This stuff is not for everyone, and you've already tipped your hand in
a big way that maybe you're not cut out for it. The guys that make it
in this industry are big on figuring things out for themselves. You've
tried basically nothing, read no tutorials, and come straight to us
asking for handholding. If this is typical behavior for you, then
you're going to have a tough road ahead.
Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/

0 comments:

Post a Comment