Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
Ranked #20.4K
Ranked #2K
~885 People Reached
About Me

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
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for jellybeannn

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. …

Member Avatar for bhavu4u
0
120
Member Avatar for KPooja

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 …

Member Avatar for KPooja
0
159
Member Avatar for thorshammer

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?

Member Avatar for thorshammer
0
118
Member Avatar for Archana.K

Also, you could mix some javascript in this. <script lanague="javascript"> document.getElementById("<%=TextBox1.ClientID%>").value = ""; </script> and call this in the onload.

Member Avatar for YanivC
0
190
Member Avatar for MDanz

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]

Member Avatar for YanivC
0
68
Member Avatar for coollife
Member Avatar for mrbool.newguy

no offense but blah! used it for a little while and I can honestly say it SLOWS down your app a lot.

Member Avatar for YanivC
0
75
Member Avatar for rd_sekaran

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 …

Member Avatar for YanivC
0
69

The End.