I have a very simple controller and views for displaying and editing user profile data. The problem is that the form will not post.I cannot see the problem...
When to use GET and when POST. I want to hide my query string on code like : protected void LinkButton1_Click(object sender, EventArgs e)
I\'ve got a winforms application I\'m writing that posts files to a web application (not mine). I\'ve got things working just fine as far as posting the files themselves go, my issue is that I\'d like
I\'m kind of confused... I have one action that takes an ID, loads up an object, and passes it to the View which is bound to the Model of that object\'s type.
I have a link that the user clicks to get a PDF.In jQuery, I create a POST ajax call to the server to get the PDF.The PDF comes to me with the correct content headers etc that would normally cause the
I am a lazy programmer, i dont want to write dozens or hundreds of lines if i dont need to. Some actions such as posting a comment require login. It may timeout and the user may be redirected to a lo
I\'m new to object oriented programming so I just need help on the basics here.I have an xml string that I\'ve tested in a separate program and is able to communicate with my soap server correctly.I\'
I\'ve been googling for some VB.Net code to authenticate to a web server with the POST method, receive a session ID in a cookie, and then send this cookie along with all GET queries... but all I found
i wan\'t to pass a variable without using get to php, so, i\'m using post with jquery, but i can\'t write the result into the document (refresh all the page)
I would like my page to be redirected to new url with some post data being sent to it. I don\'t want to use curl or fsocket because they will not redirect user to that new url.