Top "Form-post" questions

MVC 4 - Razor - "a potentially dangerous request.form value was detected from the client"

I have an i-Frame on my view that links to an external site. This site takes in some values and …

iframe razor asp.net-mvc-4 form-post
jqGrid tableToGrid "options" parameter

Basics Hi all, I have see the tableToGrid method (by Peter Romianowski) defined as tableToGrid(selector, options) on the jqGrid …

jquery html checkbox jqgrid form-post
Submit webform via URL only?

I'm not really sure this belongs here, so instead of downvoting just lemme know if so and I'll quickly move …

url http-post url-parameters forms form-post
Asp.Net MVC 4 Automatically bind model from array of objects in form post

I have built an array of objects in JavaScript and want to post them back to the server via Ajax (…

javascript arrays asp.net-mvc model-binding form-post
ASP.NET : Reading form variable values in the action page of search form

I have a website where i want to implement search functionality.So i added the below code to have a …

asp.net search form-post
How can I get a FormPanel to POST JSON with ExtJS 3.1.0?

By default, a FormPanel in ExtJS 3.1.0 posts the form fields as application/x-www-form-urlencoded when you call its submit() function. Is …

rest extjs form-post formpanel