Code for Adding Scripting Support to an Application?
Answer / Prem Pal
In ASP.NET, you can use scripts directly in your .aspx pages or use external JavaScript files. Here's an example of a script block within an .aspx page:
```html
<script type='text/javascript'>
function myFunction() {
// Your code here
}
</script>
| Is This Answer Correct ? | 0 Yes | 0 No |
Code for Adding Scripting Support to an Application?
Code for using a Hot Key in an ActiveX Control?
iam getting keyword or delimiter error while executing ICETOOL,provide me solution.
How to access oralce10g data from server to client in LAN?
How can a procedure fetch data from FTP? I need a general code for this..