C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




POST in ASP C#


Posted Date: 04 Jul 2008      Total Responses: 2

Posted By: Christian       Member Level: Bronze     Points: 1



PHP CODE

Name: <?php print $_POST['nameField']; ?> <br/>
Age: <?php print $_POST['ageField']; ?> <br/>
Comment: <?php print $_POST['commentField']; ?> <br/>


QUESTION

How do I do the same thing in C#?

Thanks





Responses

Author: Sujit Kumar    05 Jul 2008Member Level: DiamondRating:     Points: 1

Hi,

I think you can do in c# through viewstate, querystring and session objects.

when you submit data to server that time you can store data in session lie Session["nameField"]="sujit";

but give me the brief description what do u want to do.



Author: Christian    10 Jul 2008Member Level: BronzeRating:     Points: 2

Thanks for your help Sujit.

I have solve my problem.

I use Page.Request.Form["The Field I am Looking For"]




Post Reply
You must Sign In to post a response.
Next : Ajax problem
Previous : Access controls inside update progress
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use