Asp Server Controls Get Thrown Out In FireFox And Opera?
May 11, 2010
I got a HTML control with textboxes in the table cells.It works fine in Internet Explorer but in firefox and opera, the controls are not in the table cells and thrown out.Don't know where to start looking.
In web application I'm using devexpress toolkit, and have the right (correct) result in IE only (using also some java-script), on clicking event for example is working in chrome and safari, but in Firefox and Opera not The grid view are not showed properly in division in any other browser, except IE!
this code does not work in any other browser other than Internet Explorer, I could tell that happens, I've seen that in MVC2 was a known bug, I thought I updated to MVC 3 this was corrected, but still the same.The problem itself is that it shows as null ActionResult and I have no idea how to detect, the code I use is:
In ActionResult, the two n submit it recognizes, as if none, shown in Null There is another way to implement this type of submit? In Internet Explorer everything works fine.
I am using Logi Reports for creating reports in my application. I am passing cookies from web application to these logi reports. Cookies were workign correctly before, but after the release of this version. Cookies are not working in these logi reports.
I used login controls in my web site to authenticate users.
What I used are: CreateUserWizard, LoginView, Login, LoginStatus, and LoginName.
They are working excellent in Google Chrome. When I was working on the project my default browser was Google Chrome, that is why when I run the project from Visual Studio 2008 everything was alright.
However, later when I decided to check all functionalities on other browsers, Login controls don't work on any version of Opera and IE.
For example, when I fill the CreateUserWizard and click Create User button, it does very fast Postback, then nothing happens at all (no user created in the database).
Same with Login control, when I try to login with existing user details, it does very fast PostBack again and doesn't authenticate.
I have some code to build a multi level menu. It is throwing a system.outofmemory exception on the lineRepeater3.DataSource = level3Here is my full code, sorry its a bit long and tangled. Please can you tell me how to diagnose the problem and if poss how to solve it.
I am trying to use viewport on Opera Mobile 9.5...I am getting an issue around scaling...it seems Opera Mobile 9.5 by default scale everything to 200%...I tried to disable this but it is not workingI tried
I'm using a TabContainer with 2 TabPanels in my web application project, and at this point I'm simply using the default style.The tabpanels are displaying just fine in Internet Explorer and Firefox, but they're not visible in Opera.
I have been design a site it is started nice in explorer but it is not nice I mean it different from IE (borders and alignments) in opera and some other browser. How I can set my site to load by all browser ? I use asp.net to design pages. net framwork 4.0
I have a webform with 2 radio buttons and 1 checkbox. These work in IE and FireFox, but theye never get checked in Opera. Is this some problem with Opera or with my checbox/radio button?
I couldnt test the page in Safari, dont have a way to get around the cert error since its our dev server. Either way the page looks like crap on everything but IE.
I have 3 small tables on a page.. small as in 4 rows and 3 columns when viewed in the 3 browsers, the columns seem to push over to the left and fall under the first.. so when you view the page what should be 4 rows and 3 columns now looks like 7 rows.. that only way i can explain it.
So I have a Hyperlink called lnkTwitter:And I'm trying to set the url in the code behind:lnkTwitter.NavigateUrl = string.Format("http://www.twitter.com/home?status={0}", Server.UrlEncode("I'm Steven"));When I do that and hover over the link, the url displays correctly in the status bar as "http://www.twitter.com/home?status=I'm+Steven", but the actual url, if I click on the link or look at the link's properties, is "http://www.twitter.com/home?status=I%27m+Steven".For some reason, this only happens in Firefox; in IE, I am taken to the correct url.
I usually use Firefox & IE on my Vista PC and the images on my site's first page are just fine. But I checked out my page in Safari and the images are all misshapen. Here's the code I'm using:
I am passing a file name via query string. When I am trying to delete the file it is throwing a FileNotFoundException. But the file practically deleted from the server. Both of the following codes of file delete :
[Code]....
are throwing that exception.Can any one please tell me what is the reason behind this behavior or what I am doing wrong?