-
Okay i finally figured it out... Here is how i got it to work Dim deletenode As New TreeNode("<span onclick=""javascript:confirm('Are you sure you want to delete " & dr("ProjectName") & "?');"">Delete</span>", "0"...
-
According to this page: http://msdn2.microsoft.com/en-us/library/ms227996.aspx For the Menu control: "In browsers that do not support the full client-side functionality of the control, the browser will refresh the window to show the secondary navigation, which might cause screen readers to begin...
-
I'm an asp.net/c# newbie ok thats out of the way. My requirement is to create a page that has 2 radio buttons, one of those radio buttons will have a text box that will be deactivated/grey'd out UNTIL its button is selected after which it will be active. Obviously this is easily done with javascript...
Posted to
Web Forms
(Forum)
by
aforonda
on
08-31-2006, 12:00 AM
Filed under: ASP.NET, deactivate, javascript, form, radio button, c#
-
If I include activex control in any atlas webservice page, the web server proxy javascript will stop loading. <object id="Object1" style='width: 100%; height: 100%' classid='CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6' /> The above clsid is the windows media player version 10. I got a...
-
I'm creating my own extender control for attaching advanced tooltips to controls, but I'm having some difficulty capturing mouse movements in IE. A quick run-through of what I've got: I create a function delegate in the initialize method of my extenders javascript class: _mouseMoveHandler...
-
Thank you so much for the reply I got only one more question: I placed the tree in the master page. Would i be able to use the aproach described previously to explore the tree hierarchy?I would like to have acces to the values of the tree nodes in the new page that is created from the master page. And...
-
Hi Kyle, Glad you were able to get it working. For your first question, there are two ways to get code to run after "Atlas" has finished loading. You can either add a handler to the Sys.Application.load event or use the (little known) fact that "Atlas" will automatically call a function...
-
Hello, I have a Treeview control which is using sitemap provider which in turn using web.sitemap. Treeview <==> Sitemap provider <==> web.sitemap This tree view has four levels of nodes. Now what I need to do is to have a different view of each level. Like I need to show nodes at root level...
-
Hi Steve, There are a lot of people trying to do the same thing with ModalPopup , so I thought I'd create a sample (since those steps 1-6 aren't the clearest things in the world to follow). Unfortunately after talking with David (the ModalPopup expert... and author, for that matter), the approach...
-
I have recently made a script that gather news headlines automatically every couple of hours and lists them in a datalist- I want to allow other people to have the option to having these news headlines on their websites, in the same way that The Free Dictionary allow other sites to use parts of their...
Posted to
Web Forms
(Forum)
by
boomers
on
09-06-2006, 12:00 AM
Filed under: ASP.NET 1.x, ASP.NET, javascript, include, auto updating, syndicate