0
votes
3answers
125 views
Using HTML forms in ASP.NET MVC?
It seems like everything I look up on this subject has either changed since the release or is wildly different from eachother.
I just want to create a simple form in my view.
Shoul …
1
vote
2answers
287 views
Why doesn’t this form call my controller action in ASP.NET MVC?
I'm attempting to make a TinyURL clone in ASP.NET MVC as a learning project.
Right now, all I want is to be able to submit new URLs to my /Home/Create action via a form.
…
0
votes
3answers
156 views
How can I rotate a line of text each page refresh?
Right now, Reddit is down. Every time you go to it, it displays a logo and below it a funny message. Every time you refresh the page it displays a new message.
…
2
votes
4answers
600 views
Basic AJAX example with ASP.NET MVC?
I'm in the process of making a demo ASP.NET MVC app for educational purposes.
I have an image/link that flags a post as offensive. I would like to request from the server via AJAX to flag …
