All Tags »
Microsoft Share... »
Microsoft InfoPath
Sorry, but there are no more tags available to filter with.
-
Creation of user submitted forms within web sites typically involves some HTML and JavaScript magic; to post data to a back end business storage or processing system. ASP.NET relies on form HTTP POST exclusively to implement the page post back mechanism, familiar to all ASP.NET developers. Developers manipulate form posted data using ...