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");
}
Bikesh SrivastavaPosted Sep 10, 2016, 4:05 PM
Ramesh PalaniappanPosted Sep 10, 2016, 9:22 AM
Vishal JadavPosted Sep 9, 2016, 4:18 AM
Midhun TpPosted Sep 9, 2016, 12:32 AM