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
~591 People Reached
Favorite Tags
Member Avatar for dhvl2712

Can Anyone help me implement a nested comment structure like reddit using ASP? I have a few ideas like using ListView or XML or something, but I'm not sure how. I googled a lot but it wasn't too much help. Is there a way I can implement a reddit-like nested …

Member Avatar for kvprajapati
0
86
Member Avatar for dhvl2712

I wrote a simple .py program for [code="python"] def main(): print ("Hello World") [/code] That's it. I saved it as hello.py But when i try to run it I get this error: [code="python"] >>> hello.py Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> hello.py NameError: name 'hello' …

Member Avatar for leegeorg07
0
505