How to with K2LoginPage

  • 5 October 2008
  • 0 replies
  • 1 view

Badge

I want to check UserName and Password and display a message such as "Wrong UserName" or "Wrong Password".


If (Check(UserName, Password))


{


      DoLogin() //Redirect to ParentPage


}


else


{


         ShowMessage("Wrong");


        DoNothing();


}


But when i write a function in K2LoginPage C#, It seems that my function is called but I can't debug to know what happen.


K2LoginPage is alway redirect to ParentPage dispite of my function.


0 replies

Be the first to reply!

Reply