i want to implement online exam system in mojoporatl..plz tell me how to do this...
Do you really think there is some easy answer I can give you for this question?
I'm not the Wizard of Oz ;-D
I can say that if I were planning to implement this I would look at things like DotNetScorm.
at the same time plz tell me when add new page where is it actually stored in mymojo.sln..where to find tht newly added page
Before you can build any feature that works in mojoportal, you need to learn how mojoportal works. To do that you can read all of our documentation, watch all of our training videos, and study the code itself. Then you will understand how to build features that plug into mojoportal.
http://www.mojoportal.com/developerdocs.aspx
The pages in the menu of a mojoportal web site are all virtual pages, they don't correspond to physical pages, they are all served by Default.aspx
Hope it helps,
Joe