Name: <?php print $_POST['nameField']; ?> <br/>
Age: <?php print $_POST['ageField']; ?> <br/>
Comment: <?php print $_POST['commentField']; ?> <br/>
How do I do the same thing in C#?
Thanks :icon_question:
Name: <?php print $_POST['nameField']; ?> <br/>
Age: <?php print $_POST['ageField']; ?> <br/>
Comment: <?php print $_POST['commentField']; ?> <br/>
How do I do the same thing in C#?
Thanks :icon_question:
Someone gave me the solution
I use "Request.Form[Filed Name]"
Thank and good day
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.