![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm building a composite control for ASP.NET 1.1 that relies on external javascript (.js) files. I've noticed the Microsoft custom web controls make use of the C:\Inetpub\wwwroot\aspnet_client subfolder to store common javascript files and other include common files. I've also noticed some third-party control vendors have successfully made use of this folder by including their own subfolder under aspnet_client and dumping .js files in there. I'd like to know if there is a tool that be used to map my includes to point to this directory so when my control performs a <script language='javascript' src='myscript.js'> it resolves to the common subfolder under aspnet_client. It seems like Mirosoft would provide a standardized approach to storing common .js files for use in custom web controls, so I'm guessing I just haven't found the documentation on how to utilize this. Thanks. |
#3
| |||
| |||
|
|
On 24 May 2007 14:19:45 -0700, deep... (AT) gmail (DOT) com wrote: I'm building a composite control for ASP.NET 1.1 that relies on external javascript (.js) files. I've noticed the Microsoft custom web controls make use of the C:\Inetpub\wwwroot\aspnet_client subfolder to store common javascript files and other include common files. I've also noticed some third-party control vendors have successfully made use of this folder by including their own subfolder under aspnet_client and dumping .js files in there. I'd like to know if there is a tool that be used to map my includes to point to this directory so when my control performs a <script language='javascript' src='myscript.js'> it resolves to the common subfolder under aspnet_client. It seems like Mirosoft would provide a standardized approach to storing common .js files for use in custom web controls, so I'm guessing I just haven't found the documentation on how to utilize this. Thanks. Hi everyone. I happen to be looking for the exact same information. I would also like to know how to get the js files into the aspnet_client folder when installing the component. Has anyone here had experience building web controls and using js within? Thanks jeff- Hide quoted text - - Show quoted text - |
#4
| |||
| |||
|
|
I'm building a composite control for ASP.NET 1.1 that relies on external javascript (.js) files. I've noticed the Microsoft custom web controls make use of the C:\Inetpub\wwwroot\aspnet_client subfolder to store common javascript files and other include common files. I've also noticed some third-party control vendors have successfully made use of this folder by including their own subfolder under aspnet_client and dumping .js files in there. I'd like to know if there is a tool that be used to map my includes to point to this directory so when my control performs a <script language='javascript' src='myscript.js'> it resolves to the common subfolder under aspnet_client. It seems like Mirosoft would provide a standardized approach to storing common .js files for use in custom web controls, so I'm guessing I just haven't found the documentation on how to utilize this. Thanks. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |