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");
}