Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When i click on a link button from menu on my application somettimes it auto show popup for download a file which name is errormessage.txt and after opening it there is some text related to JavaScript. The errormessage.txt contains following text:

XML
<script language=javascript >
function checkNonRenewals()
{
    if (document.all[0].name == 'NonRenewal')
    {
        document.all[0].value = '1';
    }
}
</script>
Query timeout expired


Any suggestion will be really helpful.
Posted
Comments
Where is the LinkButton click code?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900