Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ASP.Net DropDown & Javascript
Name: heluvatuff Date: April 29, 2004 at 12:58:39 Pacific OS: Windows XP CPU/Ram: 512
Comment:
I am having trouble in my ASP.NET application. I have a slide-in javascript menu on the left hand side of my page. When it slides in, it goes over the top of labels and textboxes, but it will not go over the top of dropdown boxes and list boxes. I've set the Z-index of the dropdowns to 0 or 1 and that won't work. I want the menu to come over the top of all server side controls. Is there something I don't know?
Summary: I have this code: Private Sub btnValidate_Click(...) Dim sb2 As New System.Text.StringBuilder sb2.Append("<script language='javascript' key='scrollposition'>") sb2.Append("document.getElement...
Summary: How does we validate any form at client machine (by javascript) in ASP.NET, since .NET process the form at server only, but i want to check entreies feeded by user at his end only. Pls guide me ...
Summary: How do you automatically assign keywords / metatags to a page created on-the-fly. I have looked everywhere on google for the answer to this. I did find one article about using javascript to store the ...