mithun kumar

mithun kumar

  • NA
  • 19
  • 1.4k

here i am trying to redirect the same page using linkbutton.

Sep 8 2016 10:37 PM
here i am trying to redirect the same page using linkbutton in windowsforms application.
but it is showing error like nullReferenceException was unhandled
 
here is the code
 
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
HttpContext.Current.Response.Redirect("MerchantDashboard.cs");
}
 

Answers (4)