Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. New to ASP.Net

New to ASP.Net

Scheduled Pinned Locked Moved ASP.NET
csharpdatabaseasp-netsql-serversysadmin
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    haroon1980
    wrote on last edited by
    #1

    Hi I am new to Asp.Net as I have done in my previous programming ASP and also I did medium work on C# as well so in future i will be using C# with ASP.net. the main query here is i created two textbox controls and one button when i want an action it goes to c# file. Do we have to write all these actions code in C# file or ASP.Net as well. Also can anybody help me in starting a good tutorial which explains starting process for me. I dont want to go in to many details of using different controls for ASP.Net because that I will learn from time to time as i just want to do one or 2 application and then moving to ADO.Net and will try to create some good 3 tier architecture web applications using SQL Server 2005. I will be very thankful to you. Thanks

    C C 2 Replies Last reply
    0
    • H haroon1980

      Hi I am new to Asp.Net as I have done in my previous programming ASP and also I did medium work on C# as well so in future i will be using C# with ASP.net. the main query here is i created two textbox controls and one button when i want an action it goes to c# file. Do we have to write all these actions code in C# file or ASP.Net as well. Also can anybody help me in starting a good tutorial which explains starting process for me. I dont want to go in to many details of using different controls for ASP.Net because that I will learn from time to time as i just want to do one or 2 application and then moving to ADO.Net and will try to create some good 3 tier architecture web applications using SQL Server 2005. I will be very thankful to you. Thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      shah123 wrote:

      Do we have to write all these actions code in C# file or ASP.Net as well.

      ASP.NET is a class framework, you're going to use C#, so the question makes no sense. You'd handle the click event, interact with your control in your code behind, and use the same code you would in winforms to write your file.

      shah123 wrote:

      Also can anybody help me in starting a good tutorial which explains starting process for me.

      The main thing to understand, is that the C# code runs on the server, not the client. You can't write C# code that runs client side. You create javascript and HTML for the client. Other than that, I'd buy a good book if you need an overview, or just download some articles and look through them.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      1 Reply Last reply
      0
      • H haroon1980

        Hi I am new to Asp.Net as I have done in my previous programming ASP and also I did medium work on C# as well so in future i will be using C# with ASP.net. the main query here is i created two textbox controls and one button when i want an action it goes to c# file. Do we have to write all these actions code in C# file or ASP.Net as well. Also can anybody help me in starting a good tutorial which explains starting process for me. I dont want to go in to many details of using different controls for ASP.Net because that I will learn from time to time as i just want to do one or 2 application and then moving to ADO.Net and will try to create some good 3 tier architecture web applications using SQL Server 2005. I will be very thankful to you. Thanks

        C Offline
        C Offline
        ChrisKo 0
        wrote on last edited by
        #3

        Here's a good place for you to start learning. MSDN New to Development? Video Series[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups