I am working on AutocompleteExtender using ajaxControlToolkit. I have it working great in all the browsers except for IE8. IE7 works good too. The list that i see when i start typing in the textbox is not shown under the textbox. Instead you see the list somewhere else. I started to change values using firebug and realized "position:absolute" has to do something. So i changed it to fixed and it worked fine. But to change the position to fixed in the code, i don't know where that part of the code exits. Can someone help me so i have the list showed right under the Textbox.
This is in c# 2.0 using VS 2005.
Thanks a lot in advance!!
I have used the autocomeplete extender for ACT, and I have since moved to the JQuery option. The functionality is very similar, but it is much more customizable when it comes to styling and cross browser support. Take a look at it here:
http://jqueryui.com/demos/autocomplete/
Related
I have a very strange request that might upset some of you, anyway I want to write text or numbers in the website using C# or wpf software.
What I want is I pass string or number to the website when I press for example F11 on the keyboard and that number or string can be from a textbox.
Assume the following is Grid on a website:
Now I want to pass 0.01233 from textbox, to the highlighted cell in the website using c#.
Can anyone please how this can be achieved or at least guide me which direction I should go and achieve this.
Please Note I am not a developer of website and I have no control on website, I cannot write script on website
I've done something like this before, though I can't seem to find my old code. WPF has a WebBrowser control. You can use the Document property to access elements of the webpage an (if I recall correctly) execute scripts assosiated with those elements.
Of course it goes without saying that this would be a bodge at best, since any change made to the website could break your code.
Also, this forces you to use the WPF WebBrowser instead of your browser of choice.
I am working on a project bug where my tinyMCE 'Add Hyperlink' dropdown isn't showing up unless I'm zoomed out to at least 67% (Chrome). I see that there's a dynamically added inline style on the dropdown menu container but I don't know where it's being applied, and I've combed through as many files as I can. I can see in the tinyMCE code where other types of declarations are made, like how the menus are formatted, etc, but nothing to show me where this particular I am using tinyMCE 4.7.7, the link & anchor plugins, Bootstrap 3 & jQuery in a C# MVC project. I previously had issues between two projects having inconsistent bugs due to different versions of tinyMCE's jQuery, so that is a possibility. Any help or ideas are appreciated - thank you!
1:
After a little digging, it turns out there was a .mce-menu {position: relative;} that was overriding the position: absolute that determined the dropdown's appearance. Solved my own problem!
Googled really much on this issue, but didnt find any related problems.
I wrote a Browser with WinForms and the webbrowser control and since a week ago the Browser is showing a little Icon on the top left corner with an "x" in it instead of PDF File on every Website.
Dont know why, cause it worked fine for a couple of months.
Also tried to change back to the IE9 Engine by setting the registry entries, cause i thought about some IE Updates. But didnt work.
Any suggestions?
Found the source of the problem. The trick is to build a x86 application. If you set any cpu or x64 platform in your build settings, this little box with the "x" will show up when you try to view PDFs.
But really dont know why this happens and why he can find addons from IE in the webbrowser control, cause i didnt use any one of them in my code and im also not using any dlls for this. And why IE is showing PDFs without Addons activated.
But its working again now.
I have a page that I am using an Ajax Accordion and when I run the site it works perfectly fine, but when I am in the design view of VS2010 everything looks like a jumbled mess. The accordion is put into what to me looks like a list box, there are no panes to minimize, and there is a lot of scrolling up and down to look at the controls that are in each pane.
I am not sure if this is just how it is supposed to be or if I am doing something wrong, because in my work with dreamweaver(although its not an Ajax Accordion) I found that you could collapse each pane in its design view, and it would more accurately show the look of what you have just created. So is there any way to achieve this?
If there is any code that could be useful I can provide it, Thank you
The design view in VS is notoriously poor at showing things as they should be. Honestly - just don't use it. If you want to view accurate markup/controls in real time, just debug while you make changes. Saving the file and refreshing the page will show your updates.
The web site was built on asp.net platform. Ajax enabled. It works very well on
ie or chrome, but it does not work on mozilla...?
You see arrows work great but the numbers does not appear?
how can i fix..
http://dexiab-2.hosting.parking.ru//Default.aspx#world the link to see the detail..
I think that the problem is the label tag that you use, change the label to span (or div), and probably its going to work.