| Thread | Last Post | Replies |
|
| Automatic renaming of variables | 29 Dec 2004 14:54 GMT | 3 |
In the client side (html) .net code all your variables end up being renamed at run time. Say you have a button called "TheButton" it would end up with a name like _ctl01:TheButton. Also in a DataGrid if you define some check boxes and say call them "Approve" then each individual ...
|
| Session_OnEnd in global.asax | 24 Dec 2004 14:17 GMT | 2 |
I cant seem to get the Sub Session_OnEnd to fire in my global.asax file. Here is my code: IF SESSION("Officer")<>"" Then Response.Redirect("login.aspx")
|
| IDispatch implementation | 22 Dec 2004 17:19 GMT | 1 |
I need to write C# class, that would implement IDispatch interface to be used in ActiveScript. I can't use IReflect interface here due to design issues, I need to handle GetIDsOfNames and Invoke manually.
|
| remote authentication | 19 Dec 2004 07:18 GMT | 2 |
I'm totally confused on the credentials needed for running scripts on remote machines. I have a dozen machines ina a workgroup (NO domain) that I would like to connect to and extract some hardware information. The only way I've been successful is by passing the user name ...
|
| Browser detection in asp.net? | 17 Dec 2004 23:55 GMT | 1 |
Hi... I'm used to BrowserType/browscap.ini in old asp, and I've read the documentation for System.Web.HttpBrowserCapabilities. The thing the .Net class seems to be missing (at least from what I see) is the extensibility
|
| What replaces Microsoft.VSA in 2005? | 16 Dec 2004 14:43 GMT | 2 |
I've been using the beta version of VS 2005 and wanted to upgraded my scripting engine but noticed the VSA namespace is all marked obsolete. Any replacement in VS 2005 or has this all been dropped? Regards,
|
| TextArea Length ??? | 14 Dec 2004 18:07 GMT | 3 |
I am using Textarea type.I want to set maximum length to the textarea. I am using following code for the same,but it is not working, <textarea name="txtDescription" cols=10 rows=3 axlength=50></textarea> <asp:TextBox Font-Names="verdana" Runat="server" ID="tforumtext"
|
| Urgent problem, I have a problem with insertBefore - very slow | 11 Dec 2004 20:01 GMT | 3 |
Client-side problem scripting problem. I have a table of about 300 rows with many columns. User chooses to sort on one column. Sort is very fast (I do this by extracting the column data along with its index and then using the array sort with). The problem is with the following code ...
|
| How to download *.htc From MS? | 07 Dec 2004 05:35 GMT | 1 |
I wanted download some Html Components from MS ,How Can I do....
|
| Where is MS going with Scripting? | 03 Dec 2004 14:00 GMT | 3 |
I'm just wondering... We've got a great platform since .NET started. Stable and reliable execution environment is pretty much in our hand. Now I wonder about Scripting world. It seems that MS hasn't spent much of effort in the scripting world. What do we expect in the future? Do ...
|