No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi, if you dont want to use database then you need to store your user name and password on web.config file as application settings. Of course you can store them as hardcoded strings on your code but this is not a good practice. After you decided where to store your …
go step by step... dont try to solve all problem in one step... and at the end you won't bleive that you did it...
in oop entity attributes maps to class data fields... if you have a person class you can have a data field to hold a height value of a person... Data fields are private in general... and properties are special methods to give access to these private class members... Sample: public …
i'm not sure for dev pascal... But in turbo pascal there was a graph.tpu that you can use... Maybe dev pascal has a unit like that...
first i think its a bad idea using try catchs while you were learning... let the errors blow your program... :)) comment the unsuspected or unnecessary code... check your code line by line as you are a debugger... Check all possible ways... if you are sure the code is right …
The End.
okutbay