Create ASP.NET pages (without an IDE)
-
Hi all I am trying to write an application that would generate an ASP.NET page, based on certain defined criteria. Database support will also be needed... Has anybody attempted such a thing? Any pitfalls I should be aware of? All suggestions are welcome. Thank you in advance Chandra
-
Hi all I am trying to write an application that would generate an ASP.NET page, based on certain defined criteria. Database support will also be needed... Has anybody attempted such a thing? Any pitfalls I should be aware of? All suggestions are welcome. Thank you in advance Chandra
-
Hi Thanks for replying... What I am looking for is to generate the ASP.NET page (aspx file) and also the VB code behind file. Maybe I can use some templates? In the generating application, I will know what controls (like combo boxes, text boxes and check boxes) and how many of each will be needed, as also the database to connect to and the criteria for populating the controls. I really hope this is feasible :) Chandra
-
Hi all I am trying to write an application that would generate an ASP.NET page, based on certain defined criteria. Database support will also be needed... Has anybody attempted such a thing? Any pitfalls I should be aware of? All suggestions are welcome. Thank you in advance Chandra
-
Thank you :) But what I want to do is write my own generator, which will probably not include all of the features in ASP.NET Maker.