Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
~1K People Reached

5 Posted Topics

Member Avatar for jeripotula

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 …

Member Avatar for Member #1115508
0
596
Member Avatar for eddyhutchins

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...

Member Avatar for LizR
0
176
Member Avatar for legend_018

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 …

Member Avatar for legend_018
0
393
Member Avatar for lytre

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...

Member Avatar for okutbay
0
75
Member Avatar for Member #421497

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 …

Member Avatar for okutbay
0
223

The End.