5,320 pts.
 Generating ASPX pages from a MYSQL table
I have a series of MYSQl Tables that I want to inspect via a web page, generating the logic to simply display the data is straightforward, however, it's tedious to create each page then write the logic to make the data editable. Since it's largely repetition it should be fairly easy for someone to have built a application that generates the ASPX page to view and edit this data. No need for anything fancy... just display and edit thedata. I've found applications (Visual Studio is one) that does this for a MS SQL database... but does anyone know of an application that generates ASPX pages that interface with a MYSQL database?

Software/Hardware used:
ASKED: March 25, 2009  3:04 PM
UPDATED: March 27, 2009  2:43 PM

Answer Wiki:
As a work around you can use the Visual Studio solution and change the code for MYSQL. All you would really need to change are the data connectors. anyone have anything better?
Last Wiki Answer Submitted:  March 27, 2009  2:43 pm  by  mshen   27,310 pts.
All Answer Wiki Contributors:  mshen   27,310 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

That really doesn’t answer the question though, If I were to do that I would just take the time to write the code myself.

 5,320 pts.