I want a C# function to be called from my javascript function so that it should not redirect to another view
This is my HelpMe fucntion
public void HelpMe(Guid helpId)
{
///help entry in the database
}
how can I achieve this,
Don't know from where to start.