Hello, I have a classic ASP developer in our company who is going to post me some variables to my C-sharp ASP.net page, how do I access them? In classic asp / php it's easy ($_POST['varname']) but I'm struggling to find anything obviously for c-sharp online!!
C-sharp accessing POST variables?
Use the Request object.
Request( "post_variable" )
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment