- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
Im a .Net web apps developer that is a gadget freak. If its new and small I either want it or have it. I currently develop in VB.Net and lots of SQL but Im starting to play now with Android. I really believe if M$ doesn't shut it down, it will take over.…
- Interests
- Mobile Gadgets, Guitar, Programming, Database Development, Movies, Guitar.
- PC Specs
- Dell Precision M6400 Laptop Intel Quad Code (Q9300) @ 2.6 GHz 64 Bit Windows Vista with 8 GB Ram
8 Posted Topics
Re: You can also clear your list depending on how youre going to use it DropDownList attributeValuesDropDown = new DropDownList(); attributeValuesDropDown.Clear(); This will clear it out each time it runs. The above method also works but if the list is created dynamically, it wont appear at all after the page loads. … | |
Re: I dont believe a dropdown list can add an onmouseover attribute. What you could do is create a div, then for each item create a span (this would be your 'options'). For each span give it an onmouseover attribute which would call a script to display a div. Basically youre … | |
Re: well whats happening is your code sets the focus so it monetarily sets the focus but then the page submits... so it no longer has the focus. if you add a return false; it will stop the page from submitting. What are you trying to achieve? | |
Re: Also, you could mix some javascript in this. <script lanague="javascript"> document.getElementById("<%=TextBox1.ClientID%>").value = ""; </script> and call this in the onload. | |
Re: Here ya go.. this will show you exactly how to find the mouse position, from there just set you div positioning with JavaScript. [url]http://javascript.about.com/library/blmousepos.htm[/url] | |
Re: also check the the folder itself is not read only. | |
Re: no offense but blah! used it for a little while and I can honestly say it SLOWS down your app a lot. | |
Re: Technically you cannot access across the domain which is preferential... its supposed to be a security feature. As someone stated, you can create a flash object which instantiates the XMLHHTP object or maybe using a proxy server. Take a look at this page: [url]http://developer.yahoo.com/javascript/howto-proxy.html[/url] Also take a look at the … |
The End.