I'm wondering if there is a built in way to take a GridView select buttons and have them open an IE window or tab and link a FormView Control to that link.
Basically a Master-Details type of view, but in a new window instead of the same window.
Two websites that are being developed by me is online in my office network. Our IT department has updated Internet Explorer and the view my websites is completely disturbed. Now we have Internet Explorer 8.0.6001.18702 In most of my pages the setting is that from top to bottom, in top there is a panel holding dropdown, textboxes and just under this panel there is another panel with gridview. When the pages load the first panel with the search controls are ok.
When i supplied search parameters then gridview resulted overlaping the above panel and it scrolls behind the above panel. When there is one record populates to gridview the whole gridview would not be seen but the count label shows one record.
when i test this page http://www.catalogues4u.com.au/ViewCategory.aspx?catID=119 im getting the above error. to replicate this issue visit the above page in ie7 and you will get the prompt.
how can i get around the following problem-i have a drop down list control on one of my pages- ddlEmployeeTypeit lists 1.Perminent2. Contract3.Tempon selected index change, if its contract or temp, then a text box appears where the user need to type in the contract expiry date-so changing from Perminent --> Contract text box appears- but when the internet explorer back button is clicked - the text box dissapears (which is fine) but the ddl does not change it still reads contract i wanted it to revert back to perminent.is there a solution to this problem?
isn't there any way except setting the website as an application in IIS??because i want to create it in filesystem.thare are lots of links andi i almost all of them but i'm confused and it doesn't work.
I have asp button control on my page. Upon running in IE, it is not doing anything even postback. While the same is running perfect in Firefox. I have surfed the web regarding the problems and almost applied all the things. I have no double forms tag. I found one solution to set UseSubmitBehavior="false". After this, it work but my text box controls lose its content. I am using framework 3.5.
i want to send mail to user using checkbox selection within Grid View so i write this code using this website: [URL] But problem is this is working in mozilla but not in IE 8 , my IE enable script debugging. here is my code:
I have a page that utilizes an IFrame to display another page within the first one. I am using ASP.NET 3.5 and when I click on a button to do a post back event, it causes Internet Explorer 7 to throw an error.
I created an active x dll and I am using this dll on my web page. whenever I try to run my web site and perform any action, it displays at the top
"Internet explorer has blocked this site from using ActiveX control in an unsafe manner. As a result, this page may not display correctly"
I tried to add my site in trusted sites, but trusted sites only takes the site that has https: prefix. Is their any way I can add my site to trusted sites. My security level is very low. I want to set up the security only for this site so that users can use it.
I have one ocx control. this ocx for getting information about keyboard events from client machine.I need to access this OCX from web page IE. this ocx should install in client machine.
I have a problem.when i create a new web site and browse it with IE8 ,there is error(Internet Explorer cannot display the webpage) and now i am working with VS2008 and IE8.but i also have an older version of VS(VS2005) on the same computer.when i created a new web page with 2005 ,there is no problem and everything is ok. what is the problem with VS2008??i uninstalled it and reinstalled.but there is same error.i tried VS2008 on the another computer and i had no problem.
When VS debugging view on the .aspx page on Internet Explorer 8, I don't see the picture except for a blank Image control box outline and at the top left corner, a symbol "X" in a square box was displayed. Is there some settings to do with IE8 or Visual Studio 2008 ?
I have a crystal report page where on clicking upon internet explorer button i need to show this message.Some time it shows the message and some time it doesn't ??
i have a strange problem: The IE ignores the height property of my listbox.The listbox is filled dynamic with data and then sets the height to a fixed height.
[Code]....
Thats how the listbox is filled.In the aspx-file the listbox looks like that:
[Code]....
In Firefox and Chrome it works without problems...
I got the following datalist populated with 12 images a page average size is 75kb.If i move the scrollbar in internet explorer up and down it goes very laggy and stuttering, while firefox has noproblem at al fast and smooth. If i remove the images there is noproblem. if i disable the setting smooth scrolling in ie it's a little better but still not good enough. I can't seem to find a way to get this right is there some kind of script or am i doing something wrong. Or maby do i have to put the datalist in a user control?
The dropdownlist symbol is hided in chrome and Mozilla. But am not able to solve in explorer. How I will hide the symbol from IE9 and upadated versions of IE.
I have an ASP.NET problem. When I press Back on Internet explorer, the previous page will be appeared. I need to prevent this page form appearing. How can I do this