Hello, I have an existing website made by someone else in aspx. I am a php developer and have no idea about aspx. All I need is to copy the forms coded in aspx so I can create php codes of those forms. The reason to do this is there are 100s of forms and CMS files in aspx made so I need to see or copy those forms to convert them in php. The aspx files have forms but all coded thru its own variables and controls which I can't understand. I also tried to set it up the files online so I could view in browser, but it also throws an error. here is the link Will really appreciate any help regarding this. Thanks
Do not look at the .html that it renders, if it is set to runat server, the form element names will be generated by .net - just look at the .aspx or server-side pages to see how they are working, where they are posting, etc...