I want to make an applet able to post data on a controller that is supposed to get data from a form. My problem is that I don't know how to programmatically retrieve the NAME and ID attributes ASP.NET MVC would use for building HTML controls for each propetry (so that I can feed them to the applet to use them for posting).I want to make an applet able to post data on a