Hello All,
While working on some js code, I couldn't figure out that why my function declared in js external file not being fired from LinkButton.
I had reference inside head tags which was WRONG.
The reference need to be inside <body> under <form> tag.
While working on some js code, I couldn't figure out that why my function declared in js external file not being fired from LinkButton.
I had reference inside head tags which was WRONG.
The reference need to be inside <body> under <form> tag.
<form id="form1" runat="server">
<script type="text/javascript" src="scripts/grid.js" ></script>
.
.
.
.
No comments:
Post a Comment