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:?:
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:?:
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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.