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

    Connect C# app to a webpage

    Hi, I'm new to web programming. I have a program written in C# (.Net Framework 4.0). I want it to get input from a single textBox located on a web page and I want to output some text to a multi-line textBox on that webpage. What's the easiest way to do that? What technologies do I need?

  2. #2
    Join Date
    Jul 2012
    Posts
    90

    Re: Connect C# app to a webpage

    Google "c# web development tutorial". You will find many instructional sites dedicated to getting you started in C# development for the web.

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