| Thread | Last Post | Replies |
|
| Secure Scheduling of Remote Tasks | 28 Jul 2004 15:39 GMT | 2 |
Does the .Net framework provide the libraries to enable the ability to schedule tasks on remote machines using the user's credentials? After some research, the following methods were found but none of them fully meets the requirements.
|
| Switching items between listboxes, and letting .net realize it. | 25 Jul 2004 18:18 GMT | 1 |
I have two listboxes, and allow users to move items between them via the following function: function SwitchList(fbox, tbox){ var arrFbox = new Array();
|
| What's wrong with my SQL? | 23 Jul 2004 17:08 GMT | 2 |
I am having a terrible time with innerjoins. Please help!! Why am I getting a syntax error in this statement? Using ASP.NET Visual Studio 2003, SQL Server 2000 strSQL = "SELECT COUNT(*) AS Expr4, services.service_id AS Expr1, services.service_title AS Expr2, services ...
|
| Attaching global objects to JScript | 22 Jul 2004 17:05 GMT | 1 |
Could somebody please point me to the example of how can I attach an "external global" object to the JScript which will be executed within another executable? I used ActiveScripting and somehow familiar with VSA so I'm asking about the CodeDOM usage here, not the VSA.
|
| Need help for IE TabStrip Web Control | 22 Jul 2004 13:00 GMT | 1 |
<%@ Register TagPrefix="myns" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %> <%@ Import Namespace="Microsoft.Web.UI.WebControls" %>
|
| Calling C# assembly from a .NET JSript - how? | 22 Jul 2004 09:01 GMT | 1 |
I've made a very simple C# dll that I have registered in the GAC ( first SN.exe then GACutil ). Then I also used "regasm". I can call the dll from another C# program - so it should be alive and kicking :-)
|
| Langauages supported by ,net script support | 21 Jul 2004 19:55 GMT | 5 |
THis article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/html/s cripting06112001.asp indicates the scriptings language supported , is this still accurate ( as article quite old)? Has c# been added to list.?
|