Click here to Skip to main content
15,909,091 members

Comments by Member 10763127 (Top 5 by date)

Member 10763127 27-Jun-18 0:11am View    
Thank you for the replay.Same result again ,Actually am navigating to new page from menu.When am navigating to new page the menu is getting selected after navigation,menu is getting deselected only after clicking on the new page.Any idea how to deselect the menu .The property "IsmenuOpen" i manually changing in to false when we navigating to new page.
Member 10763127 24-Mar-15 7:57am View    
how to call asynchrously with out effecting normal method
Member 10763127 11-Mar-15 6:19am View    
thank you for your valid comments on my question,do you have idea or suggestion in "How to log audit trail" in an application
Member 10763127 11-Mar-15 6:01am View    
am going to implement audit log for our application in which each action like log in,log out,search .edit,save(crud operations) should be recorded and saved in to the database .so i write a common function for audit log.if i write this function each and action(event)happening in my application it will take time to complete the action because at a time more than one user(Around 6 or 7 users) will use application at same time .please help me to find out a solution for this
Member 10763127 11-Mar-15 5:43am View    
can i call that function asynchronously