view forms coded in aspx

Discussion in 'C#' started by master-mind, Sep 10, 2009.

  1. #1
    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
     
    master-mind, Sep 10, 2009 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    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...
     
    ccoonen, Sep 10, 2009 IP