• Home
  • About Us
  • Pricing
  • Products
    • AspCoreGen 6.0 MVC
    • AspCoreGen 3.0 Razor
    • AspCoreGen 3.0 MVC
    • AspCoreGen 2.0 Razor
    • AspCoreGen 2.0 MVC
    • AspxForsmgen MVC 5
    • AspxFormsGen 4.5
    • WinFormsGen
  • Blog
  • Contact Us

FAQs

  • Home
  • Products
  • AspxFormsGen 4.5 Home
  • FAQs

Frequently Asked Questions


Is AspxFormsGen 4.5 free?

The Express edition is free. All the other editions are for sale.

Do I need to activate the product?

Yes. You need to register/activate AspxFormsGen 4.5 Professional Plus before use. You will need an internet connection to activate it. Registration and activation is done through the software interface. You don't need to activate the Express Edition.

Do I need to have internet connection everytime I use it?

No. You just need internet connection when you first activate the product and everytime you want to check for updates.

What's the catch with the Express Edition?

No catch at all. You can download it for free. You can give copies to your friends. You don't have to register. There's no trial date end (because it's not a trial). There's no pop-ups reminding you to buy the Professional Plus Edition. No Activation required. Absolutely no catch. Oh yeah, you cannot profit from it by selling it, etc.

Is AspxFormsGen 4.5 a component?

No it's not a component. It is a tool/application (.exe) that generates Web Forms/classes based on your MS SQL Server 2000/2005/2008/2012 database or an attached SQL Express.

What do I need to generate Web Forms/code using AspxFormsGen 4.5?

You need an MS SQL 2000, 2005, 2008, or 2012 database or an attached SQL Express, or SQL 2012 Express, and the .net framework 4.5 installed in your pc.

Are the generated Web Forms/classes compatible with Visual Studio 2012?

With Visual Studio 2012, yes. It's specifically made for the .NET 4.5 Framework. With older Visual Studio editions, no, because it will not compile .NET 4.5 classes. You can also use other IDEs if you like, the generated Web Forms/classes are not tied to a specific IDE.

Why do I need the .NET framework 4.5 installed in my pc?

AspxFormsGen 4.5 is created using .NET Framework 4.5.

Do I need to learn any language, or tool to start using the generated code?

AspxFormsGen 4.5 is super easy to use. As a matter of fact, there's just One main interface, and One main button to click. AspxFormsGen 4.5 was created for C# or VB.NET programmers, therefore you need to know either one. There's also the understanding that you already know MS SQL 2000, 2005, 2008, or 2012, since you need a database for AspxFormsGen 4.5 to look at to be able to generate the code.

Does AspxFormsGen 4.5 generate CRUD (create, retrieve, update, delete) stored procedures?

Yes. You have two (2) options; Dynamic SQL or Stored Procedures. When you choose Stored Procedures, AspxFormsGen 4.5 will generate Stored Procedures, otherwise, it will generate Dynamic SQL.

Can AspxFormsGen 4.5 generate code using an Oracle database?

No. AspxFormsGen 4.5 only supports MS SQL 2000, 2005, 2008, or 2012.

Can AspxFormsGen 4.5 generate code using SQL Express?

Yes. You need to attach your SQL Express database to an MS SQL 2000, 2005, 2008, or 2012 database to do this. Or you can use SQL Server 2012 Express.

Does AspxFormsGen 4.5 overwrite my existing generated Web Form/code?

Yes if the generated code's path is the same as your current project's path/directory. Note: Some files like the Business Object classes and the Data Layer classes are only generated once, they are not overwritten. Make sure to use a path/directory other than your project path/directory, then just copy the code you need into your project/website. E.g. if your website path is: C:\Inetpub\wwwroot\YourApp, then choose a different path for your generated code, e.g. use C:\GeneratedCode instead.

Why do I get an "Access Denied" error?

This means that you don't have access to the path/directory where you are trying to put the generated code. Make sure to choose a path/directory you have write access to.

Why can't AspxFormsGen 4.5 access my MS SQL 2000/2005/2008/2012 database?

You need admin rights on this MS SQL 2000/2005/2008/2012 database. If you already have admin rights to the database, then make sure that your username and password are correct. A blank password will not work.

Do you give discounts?

Yes. We may give discounts when you buy more than one (quantity) product. Please contact our sales team (products team) to discuss your purchasing needs.

Is my purchase of AspxFormsGen 4.5 refundable?

No. Please download AspxFormsGen 4.5 Express, this is our free product.

Can I pick just the database tables I want the code to be generated for?

Yes.

Does it generate code for database views?

Yes.

Can I pick just the database views I want the code to be generated for?

Yes.

What language will the generated code be in?

You can choose either C# or VB.NET.

What .NET Framework does the generated code supports?

You can generate code for .NET Frameworks 4.5

Can I install multiple editions (or versions) of AspxFormsGen?

Yes.

Can I use the generated code (middle-tier and data-tier) in ASP.NET Web Forms, ASP.NET MVC project, or Win Forms?

Yes.

Can I use the generated code (middle-tier and data-tier) in other clients such as Web Services, WCF, Silverlight?

Yes. Bottom line: You can use the generated code with any client that uses C# or VB.Net (.NET framework 4.5).

Can I add my own code to the generated middle-tier and data-tier code?

Yes. Add your code or override a function/method in the BusinessObject and DataLayer classes. These classes are only generated once and are not overwritten.

Can I edit/update the generated Stored Procedures?

No. All generated stored procedures will be overwritten. Instead add your own stored procedure, then add the respective middle-tier code in the BusinessObject class and the data-tier code in the DataLayer class. *You can use the BusinessObjectBase and DataLayerBase classes as guide.

How do you deliver the product?

All our products are delivered digitally via download.

I tried downloading AspxFormsGen 4.5 but I was getting an error, why?

AspxFormsGen 4.5 Professional Plus can only be downloaded once. Once you download it, make sure to keep it in a safe place. Our Express line of products may be downloaded as many times as you like.

One Click to generate code, really?

Yes, please see the notes page. At first use you will need to fill a few required fields to start generating code such as:

- Server (database, it defaults to localhost)
- Name (database)
- User Name (database)
- Password (database)
- Check whether you want Linq-to-Entities, Stored Procedures, or Ad-Hoc SQL
- Web Application Name you want generated
- Directory where you want the Web Application to be generated in
- Business Layer and Data Layer Project Name
- Check whether you want to use a Web API, then enter the Web API Project Name
- Check the (type of) MVC Views you want generated (by default they are all checked)

Once these are filled, the next time you generate code from the same database, all you really have to do is click the "Generate Code..." button. This is very useful because as developers, we would add new tables, or even new fields to an existing table in our database, and these additions and updates can go on forever while we're developing code for the same application. Being able to click just One button to generate code over and over again is very convenient and does not take away our focus on the current application we're developing for.

This same principle also applies when generating code for Database Views.



Buy It Now
  • Professional Plus
  • 299.99
  • Add to Cart
More Info
  • Product Home
  • What's New
  • How It Works
  • N-Tier Layer
  • Presentation Layer
  • Middle Layer
  • Data Layer
  • SQL Scripts
  • Miscellaneous
  • Demos & Examples
  • Pro Plus vs Express
  • Download Express
  • Tutorials
  • Requirements
  • Limitations
  • Recommendations
  • Notes
  • FAQs

Our company has been developing high-quality, reliable, easy-to-use code generators to help software developers worldwide since 2001. All our products are 100% Made in the United States of America.

Address
11956 Bernardo Plaza Dr. #255
City, State
San Diego, California
Country
United States of America

Subscribe



    Processing. Please wait....

Questions? Contact Us

  • Sales/Products
    ....please wait..
  • Software Support
    ....please wait..
  • Feedback
    ....please wait..
  • Careers/Jobs
    ....please wait..

© 2025 Junnark.Com Inc. All rights reserved.     Site Map    Videos    Terms of Use    Privacy Policy