Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
October 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
March 2008
April 2008
all groups > dotnet jscript > january 2004

js & div
Posted by DzemoT. at 1/31/2004 7:11:41 PM
how to create div with javascript? ...more >>


How does one Pass a value as a parameter to a function in code behind in Javascript
Posted by Mehr H at 1/29/2004 9:35:49 AM
Hi I've written the function below in the code front of my ascx control <SCRIPT type="text/javascript"> <!-- function ColumnHeaderClicked(gridName, columnId, button) { var oColumn = igtbl_getColumnById(columnId); for (i=0;i<igtbl_getGridById(gridName).Bands[0].Columns.length;i++) { ...more >>

SmartNavigation disables my script
Posted by Bob at 1/29/2004 8:47:08 AM
Hi, I have a function to inject the client-side script from an ASP.NET server control to move the cursor. It works perfect when the Smart Navigation is turned off. However when the Smart Navigation is on, it would not work. I understand Smart Navigation does things differently by its design. I...more >>

New to dotnet jscript
Posted by Mark Goldin at 1/26/2004 9:21:40 PM
So what is dotnet.jscript? How is different from Jscript? How do I add dotnet.jscript code to ASP.NET (C#) code? What are goood resources to learn about dotnet.jscript? Thanks ...more >>

simple watcher function
Posted by Phil at 1/26/2004 10:36:08 AM
I want to write a simple jscript net application which monitors a folder and processes files to a web server as they become available. I have the function -- it works on demand from the command prompt -- I simply want to see if any files are available for processing -- if yes, then process and go ...more >>

The core syntax of JScript.net program
Posted by Pavils Jurjans at 1/23/2004 7:01:56 PM
Hello, I've been studying the .NET framework and playing with all the different languages and compilers and I am sort of surprised that the simple "Hello world" sample in JScript is print("Hello World!"); Rather than, what was my expectation, something like this: import System; publ...more >>

tooltips with java script??
Posted by meh at 1/22/2004 7:32:09 PM
Is there a way to create tooltips using java script? i.e. for buttons on an html page... tia meh ...more >>

regional setting
Posted by Sunny at 1/21/2004 5:43:05 PM
how do i get the language set in regional setting by using Request.ServerVariable(" " ) using jscript and consequently get the Language/locale ID and set the date etc of the system in that particular language ...more >>



silent assertion of assembly existance on client machine
Posted by Rea Peleg at 1/20/2004 11:47:58 PM
Hey I need to assert from within a web page that an assembly was previously installed (and registered) on its hosting machine. I want to attempt to create an instance of that assembly inside a java or vb script method and decide according to the results whether it had been installed. The fol...more >>

New to J Script
Posted by meh at 1/20/2004 3:49:38 PM
I'm new to j-script with a couple of questions. I have a function (its a stop watch) where when I hit a stop button I want to exit the function that is incrementing the timer. I think this should be possible but I'm not familiar enough with j-script yet to be able to figure this out. tia ...more >>

toLocaleString
Posted by Sunil Thapliyal at 1/20/2004 2:09:29 PM
Hello I have a problem while globalizing where i need to display a date in german and french according to the locale selected in the regional settings.. the date is being formed by string concatenation like day , month + day+ year this has to be in german example July will be written as Jul...more >>

validated in the Blur Event
Posted by shreekannan at 1/19/2004 11:16:46 PM
Hai Techies, Greetings!!! I have a situation where the user entry in a text box control has to be validated in the Blur Event. If the user entry is invalid the cursor control has to be set in the same control(i.e., setting focus to the same control). For this i have written a client-side J...more >>

set the focus to a control in an ASP.NET during the page load
Posted by shreekannan at 1/19/2004 11:16:04 PM
I have to emit the javascript to set the focus to a control in an ASP.NET during the page load. I have done it in the RegisterStartupScript. It works fine in the textbox control but in the case of radiobuttionlist, checkBoxlist the focus is set, but the user is not able to realize this as the co...more >>

Getting object in serverside VB script from ShowModalDialog on the Client
Posted by Jim M at 1/18/2004 10:54:47 PM
I pass variables to my ASPX page as shown.... myObject.Test = "TestMessage" retVal = showModalDialog(Test.aspx,myObject,"dialogWidth:900px;dialogHeight:500px;sta tus:0"); I can get the value of test using client side javascript on test.aspx using [window.dialogArguments], but is there a wa...more >>

I keep getting undefined with showmodaldialog object
Posted by john_20_28_2000 NO[at]SPAM yahoo.com at 1/15/2004 2:14:52 PM
Trying to pass an object from a showmodaldialog from the child to the parent: I get an alert that says undefined: var o = new Object(); o.FirstName = document.getElementById("first_name").innerHTML; window.returnValue = o.FirstName; window.close(); ...more >>

Communication via shared memory space [webcontrols, NT Sessions, UI]
Posted by Rashad Rivera at 1/15/2004 2:42:56 AM
Hi gang, I have somewhat of a complicated question. I will try my best to explain. I have .NET assemblies that run in IIS's memory space. But I want to be able to interface with those running instances from a user's logon session on the host server. Basically I want to write a UI t...more >>

Java question
Posted by foxywoxy at 1/14/2004 6:43:56 PM
Please answer if you know the answer: Can Java applets access the local drive? Explain. Thnx....more >>

JScript doubts
Posted by Erik Cruz at 1/12/2004 6:25:46 PM
Hi. I am reading about JScript.NET at this moment but could not find some answers to my questions. 1- Can JScript.NET be used as a client-side technology, like JavaScript? If yes, can it be executed on every browser? 2- I have seen some JScript.NET samples running on the server. What are th...more >>

Virus E-mail Problem!
Posted by Pejman at 1/10/2004 2:23:56 PM
Dear friends, Unfortunately, I set my real e-mail in my newsgroup properties. So, after postponed a message to newsgroup , I have received a lot of e-mail which have virus. How can I free of these e-mails? Thanks, Pejman, ...more >>

javascript+Date
Posted by bala at 1/8/2004 3:39:08 PM
Hi, i need a javascript. the date should be mm/dd/yy or mm- dd/yy format. and the date should be valid date. pls help me. Balakumar...more >>

Strong Name JScript
Posted by Jeremy at 1/7/2004 7:47:51 AM
Hi all, I'm trying to strong name a jscript class library, I found a few places on the web where people said you just have to put: import System.Reflection [assembly:AssemblyKeyFile("c:\mykey.snk")] [assembly:AssemblyVersion("1.0.2.0")] into your class and build it using jsc /t:librar...more >>

I'm curious about one issue regarding Jscript ....
Posted by Dave at 1/5/2004 9:27:29 AM
Does Microsoft use it for their own development? In examining dozens of pages on the Microsoft website I can't seem to find any pages where Jscript is used since Javascript seems to be Microsoft's scripting engine of choice on their website. Is there a particular reason why they avoid using ...more >>

Basic Syntax
Posted by Greg Smith at 1/2/2004 11:45:53 AM
Hi, I have a newbie question. I am just learning client-side stuff and I can't find a good source for basic syntax. When I use: document.all("TextBox1").value = "Hello!"; the text box is filled with the text, just the way I wanted, but I can't seem to figure out the syntax to do things like ...more >>

window.open rendering with MIME types
Posted by josepinchero NO[at]SPAM yahoo.com at 1/2/2004 9:23:37 AM
Hello, In the postback of my asp.net linkbutton, i'm HTTP POST invoking a report (from our SQL Reporting server). In my case it must be POST because of long params sent to the report server. The report server returns a response with the correct MIME type (PDF, or Excel, or text, or whateve...more >>


DevelopmentNow Blog