Hi,
I am having static method in C#.
I want to call this method from javascript
public static void AbandonSession( )
{
HttpContext.Cur rent.Session.Ab andon();
}
I am having static method in C#.
I want to call this method from javascript
public static void AbandonSession( )
{
HttpContext.Cur rent.Session.Ab andon();
}
Comment