Click here to Skip to main content
15,887,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have generated code using netTiers. Everything works fine, but i want to do some modifications.

Eg:- I have a column[dataType varchar] (in a table) to store imageURL. For the same netTiers generates a TextBox. I want to change the TextBox with a FileUpload, save the image in a folder and insert the URL into the DB.

The problem i am facing here is that i have no clue how netTiers is passing the data. Where is the insert query?? They have nothing in the button click also :O . I tried searching the button's "ID" in the entire solution, but there was not a single occurance .

Can you guys please point me to a good article or any useful resource?? I am trying to get a grip at it but it seems its gonna take some time.
Posted

Good Luck! The documentation on netTiers isn't even complete, so I wouldn't be using it in a production application.

You can start with the list here[^]
 
Share this answer
 
Comments
Member 7781963 6-Oct-12 11:21am    
Any other option similar to netTiers?? I want to automatically generate the Admin Panel as netTiers does like creating the pages with all the relationships.
Blake A Niemyjski 8-Oct-12 8:56am    
PLINQO for Linq to SQL or Plinqo for Entity Framework will also generate a admin website (Dynamic Data). Also .netTiers is an open source project with thousands of people using it. You can always add to the documentation in areas you feel are missing.
All queries are in data layer (see Procedures.xml)
My advice to you is first to read documentation on netTiers, and to examine code in business, data and service layer.
If you want a more flexibile user interface and presentation layer I suggest you to write that layet from the begining, on your own. In my opinion, that layer is not generated well and is the weakest point of this generator. On the other side, you will have a very good business, data and service layers for your solution.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900