Loading ...
home
browse
articles
blogs
events
forums
jobs
people
wiki
Login
Register
×
Choose a location:
home
articles
forums
blogs
jobs
events
wiki
people
home
»
search results
Search
Search
Filter by space
-- View all
Top level community
SEARCH FILTERS
All results
Discussions
Articles
Blogs
Events
Wiki
Videos
CMS Pages
People
158 results found
Internet Explorer 9 Beta - Releases today!
Author:
Hajan Selmani
· Created: 9/15/2010
tags :
ASP.NET has new BETA Website
Today I saw that the new asp.net beta website is available. Basically, there are layout changes and
Author:
Hajan Selmani
· Created: 10/7/2011
tags :
IE Microsoft JScript runtime error: 'JSON' is undefined
Recently while working with some JavaScript code, I encountered an error in IE7 "IE Microsoft JScrip
Author:
Raghav Khunger
· Created: 8/11/2011
tags :
Visual Studio 2010 Beta 2 – a first look at the UI and Web Development
Author:
Harish Ranganathan
· Created: 11/11/2009
tags :
Avoid windows authentication login prompt in IE
If you are using Windows Authentication and want to avoid the login prompt which comes when you try to access the application this blog will help you. The solution I am writing below is only for IE. In order to avoid that and let IE use the same credentials by which you are logged in into the Windows. Go to Tools -> Internet Option ->
Author:
Raghav Khunger
· Created: 4/19/2013
tags :
IMG onload not working in IE
$("<img/>") .attr('src', photoResizerSelector.attr('src') + '?keeprefresh=' + (new Date().getT
Author:
Raghav Khunger
· Created: 10/30/2011
tags :
HTML Parsing Error in IE with Jquery or javascript
Author:
Rajesh Kumar
· Created: 7/2/2010
tags :
fieldownload problem in ASP.NET [IE 7]
Hello Experts, Environment: ASP.NET 2.0 I am trying to download a file with simple adding headers in response object. it works fine in browsers other than IE7. Code to download file is as below: Response.Clear(); Response.ClearHeaders(); byte[] objBytes =...
Author:
KaushaL PariK
· Created: 5/5/2009
tags :
how to create rounded corner div in IE
hello, i want to create a rounded corner div using css in IE. although for mozila i am using -moz-border-radius:10px;
Author:
bipan singh
· Created: 6/13/2010
tags :
Microsoft lanuched the beta version of new ASP.NET WEB MATRIX
Author:
Hajan Selmani
· Created: 7/7/2010
tags :
Re: how to create rounded corner div in IE
bipansingh said: hello, i want to create a rounded corner div using css in IE. although for mozila i am using -moz-border-radius:10px; one more useful link to create rounded corner div and other corner type. http://jquery.malsup.com/corner/
Author:
Rajesh Kumar
· Created: 6/16/2010
tags :
Re: My article has disappeared!
Hey, Thanks for reviewing this. I guess you have been very busy in the background then working on this new version? I am looking forward to beta testing it for you :) I noticed that while my article has re-appeared it also still has the original keywords ...
Author:
Matthew Harris
· Created: 9/17/2009
tags :
Button Event Not firing in asp.net 4.0 in IE all versions.
Hello Experts, I am developing web application in .net 4.0 using c#,java script and jquery, its working fine all the browsers, but IE its not firing the events in button click event. Please let me know if any body having the solution. if possible please c...
Author:
ram prasad
· Created: 12/5/2011
tags :
Re: fieldownload problem in ASP.NET [IE 7]
It should work fine in IE7 too, only problem could be that the filw being downloaded was corrupted or has some other issues. Did it work in IE6 and IE8?
Author:
Vivek Thakur
· Created: 5/6/2009
tags :
Re: fieldownload problem in ASP.NET [IE 7]
Hi If the save dialog boox appears, then there is no issue in you code. There is a prolem in your browser. Try testing the same code on some another PC. Also, if the file size is too big, it may hang the browser. Regards Aman Bhullar ARLiveSupport.com
Author:
Anonymous User
· Created: 9/10/2009
tags :
Re: fieldownload problem in ASP.NET [IE 7]
Hey, I thought (although I have not used it in practice) that you were supposed to use TransmitFile() for this task: http://msdn.microsoft.com/en-us/library/12s31dhy.aspx There is a demo of its use in this httphandler link that I roll out in many forum re...
Author:
Matthew Harris
· Created: 9/12/2009
tags :
Re: how to create rounded corner div in IE
Check this: http://msdn.microsoft.com/en-us/library/bb250413%28VS.85%29.aspx and this: http://perishablepress.com/press/2008/11/24/perfect-rounded-corners-with-css/
Author:
Hajan Selmani
· Created: 6/13/2010
tags :
Featured Articles: Title Image Shows Broken Image in Chrome and IE
See below screen shot:
Author:
Vincent Maverick Durano
· Created: 8/10/2010
tags :
Re: Featured Articles: Title Image Shows Broken Image in Chrome and IE
Vinz, It will be fixed soon, thanks for reporting the issue. Raghav
Author:
Raghav Khunger
· Created: 8/16/2010
tags :
ReButton Event Not firing in asp.net 4.0 in IE all versions.
Hi, It will be good if you can provideo a small snippet what is not working with you.
Author:
Raghav Khunger
· Created: 12/6/2011
tags :
Character encoding issue with reader.ReadToEnd()
Test pr�vy Sme.sk - v�dy najr�chlej�ie spr�vy. Politika, ekonomika, technol�gie, �port, po��ta�e, mo
Author:
Raghav Khunger
· Created: 7/23/2012
tags :
ReSharper: Change CLR types to built-in C# type aliases
If you are using ReSharper and want to change CLR types to built-in C# type aliases (i.e. Int32 to int, String to string etc.) in an existing file, this blog will help you. I am writing the steps which will help you to change CLR types to built-in C# type aliases
Author:
Raghav Khunger
· Created: 26 days ago
tags :
You must first install one of the qualified Visual Studio editions
Author:
Vivek Thakur
· Created: 6/26/2009
tags :
Find Leap year in ASP.NET(C#)
Leap year a year which have the 1 extra day from normal year, in leap year February have 29 days, in normal February have 28 day. Leap year has 366 days but normal year have 365. To find the given year is the leap year, for that the algorithm is: 1. Year should be completely divided by 4 i.e. reminder should be zero. 2. AND, Year should not be c
Author:
Vijendra Shakya
· Created: 6/10/2010
tags :
Re: Asp.net Wizard Control
cherry said: Yes, it is the issue with the IE browser history. I do not face this issue in Firefox Mozilla. Appreciate your help. What is the IE version you use to test your application?
Author:
Hajan Selmani
· Created: 5/9/2010
tags :
Page 1 of 7 (158 items)
« Previous
1
2
3
4
5
6
7
Next »
Go to page:
[Go]
×
Loading ...