Click here to Skip to main content
15,896,557 members

Comments by Member 12227707 (Top 11 by date)

Member 12227707 20-Mar-19 0:11am View    
after login ..first authenticate then .

public ClientPortalIdentity LoggedInUser
{
get
{
return User.Identity as ClientPortalIdentity;
}
}
Member 12227707 18-Mar-19 1:36am View    
it's working..thank u..but there is some values which are
divisiondetails.BranchId = LoggedInUser.BranchId;
divisiondetails.InstituteId = LoggedInUser.InstituteId;

after came debugger here it directly throw exception..how to pass these value through postman..
Member 12227707 18-Mar-19 1:36am View    
There is mistake from my end..now it's working.Thank u.
Member 12227707 16-Mar-19 0:51am View    
yes i try this but still it is not working..n how to JSON align with the form fields which are enumerating.
Member 12227707 6-Oct-18 4:51am View    
Deleted
ok..thank u sir..