| Thread | Last Post | Replies |
|
| I like to create a slide show | 27 Feb 2005 06:15 GMT | 2 |
but I need to do one just like on the msn home site. how do they do a combo of text and image. It's hard to figure how they crafted it; theirs is almost flawless.
|
| Help !! How to set a textbox.value by ccode | 26 Feb 2005 19:05 GMT | 2 |
I am using asp.net How can I set a value to a textbox that is on edit mode into a datagrid???? I have a datagrid on edit mode , that means that "appers" an empty textbox , and i wanna set his value but by code I wanna create a funcion asociated
|
| error JS1234: Only type and package definitions are allowed inside | 26 Feb 2005 18:10 GMT | 1 |
I am getting error "JS1234: Only type and package definitions are allowed inside alibrary" when i compile the scipt using following command jsc.exe /target:library /reference:"%programfiles%Microsoft Speech Server\TAS\Microsoft.TAS.dll" ABC.js
|
| Can't Copy Data To Clipboard | 25 Feb 2005 09:21 GMT | 8 |
I am trying to copy the text from a textbox to the clipboard. I saw some code posted earlier for Pasting from the clipboard so I modified it for copy but it is not working (see code below). When I click on the btnCopyToClipboard I can see some processing going on but the text from ...
|
| Getting alert message from XML file | 24 Feb 2005 08:58 GMT | 1 |
Just we want to get the content of alert message from XML. Thanks in advance.
|
| JScript.NET help! | 24 Feb 2005 08:53 GMT | 1 |
I recently bought a book on Microsoft's JScript.NET. But I am not sure where any of the code goes. Any help would be appreciated. Thanks.
|
| different Languages in same page | 18 Feb 2005 13:39 GMT | 1 |
How can I display characters from different character sets on the same HTML page? How to simultaneously display multiple languages on the same page. I am using div tag to display source and target languages in a same asp.net
|
| How can I pass variables from jscript.net to C# | 17 Feb 2005 11:48 GMT | 2 |
How can I pass variables ( information) from jscript.net to C# in the same asp.net page and in different pages Felix
|
| Force File to Download | 16 Feb 2005 09:33 GMT | 1 |
How can I force the file download, for example a .doc? I don't want to open with IE. Thanks. Albano Alves
|
| iframe script question | 13 Feb 2005 07:28 GMT | 1 |
can javascript within an ifram interact with it's parent fram is are function global? I like to write a fuction to close an iframe and open another. that whay I can ramain in the same parent frame/page.
|
| How do I remove Address bar.. | 13 Feb 2005 07:14 GMT | 1 |
I have an .net application.. I am using following syntax to load page..Response.Redirect("../Login/Newlogin.aspx"); when this page will load I want to disable/ remove address bar toolbar.. I know I can do this by java script.. But I want to avoid this using javascript.
|
| Help with popup window difficulties | 10 Feb 2005 17:23 GMT | 1 |
I am building an application which relies heavily on popup windows written in javascript to edit information on different pages. My problem is about half of my popups open correctly while the other half open but are created underneath the running application. How can I get all ...
|
| Passing System.Drawing.Color in method causes Type mismatch? | 10 Feb 2005 06:56 GMT | 1 |
I am working with embedding JScript.NET into my .NET application. Everything is working ok except for one thing. I added an object as a global to the script engine which has a method which takes a System.Drawing.Color. When I try and use this method (as shown below) I get a "Type ...
|
| cross page script | 04 Feb 2005 08:57 GMT | 1 |
I have an iframe and I was wondering... if an iframe script can interact with the mainframe script; in other words. are javascript variable global between pages?? thanks
|
| jscript and updategram | 04 Feb 2005 08:55 GMT | 1 |
I have an <xml> object on my page. I can use jscript to add, delete and update rows. I would appreciate an example of how to build an updategram as the user does an update, delete or add to the rows.
|