| passing varibales between pages? (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hello, There is some problem when I tryed to pass varibale from one html page to another one, I need to do someting like this http://myserver.com/hello.html?name 1231 Then in hello.html should be script which required the varibale "name", if there a simple way to get this varibale from url string? Thank you. |
|
| User Controls, LoadControl, Reference (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I am trying to use Page.LoadControl to add a set of user controls from an ascx record (the ascx record has 10 controls generated from an XML file). The .Net framework developer's guide "Creating Instances of User Controls Programmatically" says that we need to associate a strong type to be able to set the individual properties of the control and gives us an example in C#. (We are trying to load th... |
|
| Arrow key to move cursor to next textbox? (14 replies) |
| microsoft.public.dotnet.languages.jscript |
| I have four textboxes on a page like so: input type "text" name "row1text1" input type "text" name "row1text1" br input type "text" name "row2text1" input type "text" name "row1text2" If the cursor is in row1text1 and the user hits the right arrow key I need the cursor to move to row1text2. If the cursor is in row1text2 and the user hits the down arrow key I need the cursor to move to row2text2. I... |
|
| window.open from DataGrid column (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| My goal is to have a HyperLinkColumn in a DataGrid, but to have it open the target page in a new browser window, and to control the size of that window. Finally, I want to be able to build the URL I'm navigating to on the fly, so that I can include a piece of data in the query string. I'm thinking that I will have to use JScript to open the window, since I want to control the size of it. So it see... |
|
| Check which node is selected? (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi! I have a Microsoft.Web.UI.WebControls. TreeView on my aspx page. From a jscript I'd like to check wich node is selected. Can this be done, and if yes, how? Thanks in advance! /Henke |
|
| Urgent Com Component callable wraper question (4 replies) |
| microsoft.public.dotnet.languages.jscript |
| Help Urgent: I have created a callable wrapper (VEDSPack.dll) for a com component. It works as expected when the com component dlls (and support dlls) are in the same directory and called by a jscript.net EXE. See source Test1.js below. However, when I reference the same com component from a web service (See: testcom.asmx below) i get a HTTP 500 Internal server error when I attempt to test the ser... |
|
| Getting a Font Object in JScript (4 replies) |
| microsoft.public.dotnet.languages.jscript |
| I have had some luck building a Windows form from JScript; I am doing this from the Console in VB.NET, JSCRIPT.NET, C#.NET, and J#.NET. The one thing that totally breaks is an attempt to get a Font Object: If I use this line, which SHOULD work, var MyFont:Font new Font("Arial", 8, FontStyle.Bold) and compile it, I get these errors: ClassInheritanceForm JS.js(20,19) : error JS1110: Expression must ... |
|
| Console.WriteLine != Console.WriteLine ? (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi ! I've be toying around with references to functions. References to member functions in particular. To my suprise the following expression evaluates to FALSE: Console.WriteLine Console.WriteLine Same holds true for member functions of user defined JS classes. Is this just a bug in the current implementation or a feature ? All ECMAScript 3 implementations I tested (including the one in IE) expos... |
|
| jscript quietly disappearing ... ? (13 replies) |
| microsoft.public.dotnet.languages.jscript |
| I've seen lots of rumors on this site about the possible demise of jscript, I'm just wondering if anyone has seen an actual press release about it. I noticed that jscript.NET has quietly disappeared from a bunch of places in the MSDN web site online docs, is MS using the infamous "shut it down and see if anyone complains" technique? And then where does that leave us? VB.NET (and possibly perl.NET ... |
|