Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Trying to get DropDownList to fire a Javascript function
John Kotuby - 27 Apr 2007 8:32 PM - 1 message
Hi all... I am trying to do a simple thing and maybe am missing something elementary. I have created a Javascript function at the top of a page which is meant to enable editing of an HTML input textbox when the user makes a selection from ...
Score Embedded WMP stops playing
gsauns - 27 Apr 2007 6:25 PM - 1 message
I have a Windows Media Player control embedded in my page. This is the code I use to get it to play:         function setPlayerURL()         {             player = document.getElementById("wmpWindow"); ...
Score Why can't I set the listbox selectedIndex to -1?
amtamayo - 26 Apr 2007 4:51 PM - 1 message
I have a simple webform that has a listbox that I bind to a dataview at designtime.  This provides an optional selection for the user so I wanted to have no default value selected.  So on the Page_Load event, ...
Score Setting Text In Javascript
JimHeavey - 25 Apr 2007 12:38 PM - 1 message
I have a web page which uses some javascript.  It has a variable which contains text which I want to retrieve from a file.  I have no real knowldege of javascript so I was looking for a way to get this javascript to read and ...
Next »