Hi,
In IE dropdown combo box after expanding the box, if you click anywhere onthe page(empty space, IE toolbar,address bar..etc) it minimizes the opened combo box. what is the event which is doing the act. Can we capture the same event to minimize the custom menu displayed in the html page?
Thanks,
Nags
User Profile
Collapse
-
How to capture anywhere click events in IE
-
I have attached the hadnler using AddHandler api for keydown of the text box whose text is getting cleared. I am using IE6. -
esc key clears html input text values
Hi,
I have created 2 html input text boxes with readonly property set to 'readonly'. I am handling the esc key event(27) in javascript code. When I press the esc key for the first time it will not harm any thing. But if i press the esc key 2nd time it will clear both the input text box values. Please let me know is this the correct behavior? What should I do to retain the text values?
Thanks,
Nags -
FYI.
http://aspalliance.com/1803_CodeSnip...Each_List_Item
title for drop down list supports only in IE7 and IE8. But all I need is title support for option elements inside a select drop down list.
Let me know your comments on this....Leave a comment:
-
But IE select list box doesnt support this feature. we need to have a custom logic to do this. :(Leave a comment:
-
coolnags started a topic alternative for tool tip and horizontal scroll for javascript drop down listin Javascriptalternative for tool tip and horizontal scroll for javascript drop down list
Hi,
As we know IE SELECTdrop down list has limitations on tool tip on individual option items and also horizontal scroll bar.
Can any one please tell any other alternative to show the tool tip using javascript or has any one implemented drop down list using div which has all the functionalites of drop down list.
Thanks,
Nags -
As of now I am doing in the same way as you specified. Here suppose I have 100 nodes I have to parse all the 100 nodes to get the last node. I was looking for something like we have predicate delegate.
Ex: Array.Find()
Is it possilbe in XmlArray[]
NagsLeave a comment:
-
Searching node in XmlNode[] in c#
I have an array of XmlNode[] which is returned after deserializing xml document. I have to search particlular XmlNode in the array based on the attribute "instrument " of Record XmlNode.
Sample node lookes like this
...Code:<Record instrument="VOD-US,USD,NORM,R"> <Field name="variant" type="2">R</Field> <Field name="hi" type="5">19.28</Field>
-
Multiple Asynchronous request in c#
I have a situation in which i need to give multiple calls to delegates asynchronously and get the responses. In this code Employee is a class.
I need a callback function which actually gets me both the employees names together.
Ex: class Program
{
public delegate string EmployeeCallbac k(Employee emp);
private static string UpdateName(Empl oyee emp)
{
return emp.FirstName;... -
How to Add nodes in XmlNode[] in c#
I have a scenario in which I will be getting XmlNode[] by deserializing xmlanyelement list of a c# class. now I need to copy one XmlNode[] array object to another XmlNode[] array object.
Any help???
Regards,
Nags
No activity results to display
Show More
Leave a comment: