Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6780673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:32:00+00:00 2026-05-26T16:32:00+00:00

All the examples I can find are in Visual Basic, but I am using

  • 0

All the examples I can find are in Visual Basic, but I am using C#.
I want to get the data that is in a textbox in a form.
My code so far:

<form action="login.aspx" method="get">
    <p>Username: <input type="text" name="username" /></p>
    <p>Password: <input type="text" name="password" /></p>
    <input type="submit" value="Submit" />
</form>

So what could I do? Because I keep getting told to do this:

Dim UserName
UserName = Request.Form("UserName")

But it doesn’t work in C#.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T16:32:01+00:00Added an answer on May 26, 2026 at 4:32 pm

    The sample code you posted is vb.net. C# has it’s own syntax and keywords.

    to get the value you can use the following (not an optimal solution for webforms)

    string userName = Request.Form["UserName"];
    

    I would suggest going through some c# tutorials to get a handle on the language. Here’s the first one i found http://www.csharp-station.com/Tutorial.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In all examples I can find as well as the automatically generated code i
all. Maybe i've not googled enough, but i can't find any example on this
All the examples that I can search online use the App.Config mode of specifying
Can source code examples be kept in a SQL database while retaining all formatting
I'm quite new to Visual Basic - using Visual Studio 2008 and can't seem
I am using the visual editor for creating a Core Data model. I can't
How can one remove all text, but leave the structure intact? for example: <animals>
I've read through the Google Spreadsheets API PHP documentation. All examples are using Zend,
I'm using Visual Studio 2008 Pro. I'm probably missing something very obvious here, but
Can anyone explain how to do achieve a basic configuration of a task using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.