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:?:

Recommended Answers

All 2 Replies

Name: <%= Page.Request("nameField") %> <br />
Age: <%= Page.Request("ageField") %> <br />
Comment: <%= Page.Request("commentField") %> <br />

Thank for you help Fungus1487.

Your input help me solve my problem

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.