CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    2

    Newbie- web dev in ASP/c# tutorial

    Hiya,

    2010 VS is awsome running ASP.NET & c#.
    However, I always have EXACTKY the same problem when looking at new MS technology- all the code / examples/ tutorials I have found don't show how to manage multple 'screens' of info.

    Within my default.aspx, on a button click I can go off to a new file (hopefully ASPX), but the file/new options onlt gives me html, not aspx- so i loose the rich functionality on server side, unless I manually handle post backs etc!

    So I have set up a central panel, and simply update this on events to form fill (or whatever!)- however, adding or removing elements programatically to the same panel seems nuts- I have effectively lost the use of an IDE and all the good stuff that goes with it.

    Anyone got a decent example of how to write a series of server side web pages, rather than how to set the colours in a box, link databases into gridviews- Ie the fundamentals needed rather than fiddling with properties!

    Cheers, j.

  2. #2
    Join Date
    Sep 2010
    Posts
    3

    Re: Newbie- web dev in ASP/c# tutorial

    I am a new User also,

    I found these videos to be very very helpful.
    http://www.asp.net/general/videos/le...rface-controls

    Good luck.

Tags for this Thread

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

Featured