I'm using asp:LinkButton
on my page and on click I download a file.But the issues is after
I have clicked the download Link Button if I click any other button on the page, it repeats the
download action. Can anyone throw some light about why this is happening.
Here is my linked button code
protected void lnkBtn_Click(object sender, EventArgs e)
{
//Download code
}