Click here to Skip to main content
15,915,000 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Resolution Problem Pin
Brij24-Mar-10 1:57
mentorBrij24-Mar-10 1:57 
QuestionServer cannot append header after HTTP headers Pin
balu1234523-Mar-10 22:12
balu1234523-Mar-10 22:12 
QuestionBlakberry screen alignment from ASP.NET Pin
neer123-Mar-10 21:02
neer123-Mar-10 21:02 
QuestionIn an asp.net, how to get a reference of a custom webcontrol from a usercontrol? Pin
mittalpa23-Mar-10 17:40
mittalpa23-Mar-10 17:40 
AnswerRe: In an asp.net, how to get a reference of a custom webcontrol from a usercontrol? Pin
Arindam Tewary23-Mar-10 18:59
professionalArindam Tewary23-Mar-10 18:59 
QuestionProblem with linq on Gridview Pin
AndyASPVB23-Mar-10 11:36
AndyASPVB23-Mar-10 11:36 
QuestionCSS rendering differences based on web SERVER version? Pin
Geoff Ely23-Mar-10 8:19
Geoff Ely23-Mar-10 8:19 
AnswerRe: CSS rendering differences based on web SERVER version? Pin
romrom14-Apr-10 0:49
romrom14-Apr-10 0:49 
Hello, i think this problem is related with IE compatibility.

To solve, set a meta tag to force IE compatibility.

Regards.

More info:

Rofl_Waffler: http://www.redditgadgetguide.com/r/web_design/comments/ar5fs/help_what_would_cause_the_same_page_with_the_same/[^]

Local pages and intranet sites run in IE7 mode by default. This is a backwards compatibility feature to make corporate intranet sites continue working. You can disable this feature from "page -> compatibility view settings -> display intranet sites ..." or you can use a meta tag to explicitly choose the version to use. The meta tag must appear before any external stylesheets or javascript.

<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> (will use the latest engine in future releases of IE)
QuestionNeed eyes for GridView weirdness - FindControl returns null when requesting a control that I know exists Pin
Alaric_23-Mar-10 7:56
professionalAlaric_23-Mar-10 7:56 
AnswerRe: Need eyes for GridView weirdness - FindControl returns null when requesting a control that I know exists Pin
Alaric_23-Mar-10 8:20
professionalAlaric_23-Mar-10 8:20 
GeneralRe: Need eyes for GridView weirdness - FindControl returns null when requesting a control that I know exists Pin
Arindam Tewary23-Mar-10 19:42
professionalArindam Tewary23-Mar-10 19:42 
GeneralRe: Need eyes for GridView weirdness - FindControl returns null when requesting a control that I know exists Pin
Alaric_24-Mar-10 3:39
professionalAlaric_24-Mar-10 3:39 
QuestionjQuery framework reference Pin
PSK_23-Mar-10 5:05
PSK_23-Mar-10 5:05 
AnswerRe: jQuery framework reference Pin
Not Active23-Mar-10 5:13
mentorNot Active23-Mar-10 5:13 
GeneralRe: jQuery framework reference Pin
PSK_23-Mar-10 5:17
PSK_23-Mar-10 5:17 
GeneralRe: jQuery framework reference Pin
Not Active23-Mar-10 5:24
mentorNot Active23-Mar-10 5:24 
GeneralRe: jQuery framework reference Pin
PSK_23-Mar-10 5:45
PSK_23-Mar-10 5:45 
GeneralRe: jQuery framework reference Pin
Not Active23-Mar-10 10:20
mentorNot Active23-Mar-10 10:20 
Questionwhat is publishing in ASP.NET Pin
kuduva23-Mar-10 4:04
kuduva23-Mar-10 4:04 
AnswerRe: what is publishing in ASP.NET Pin
PSK_23-Mar-10 4:09
PSK_23-Mar-10 4:09 
AnswerRe: what is publishing in ASP.NET Pin
Brij23-Mar-10 5:01
mentorBrij23-Mar-10 5:01 
Questionaspx page designer don't draw child collections Pin
melnac23-Mar-10 3:21
melnac23-Mar-10 3:21 
AnswerRe: aspx page designer don't draw child collections Pin
Not Active23-Mar-10 3:58
mentorNot Active23-Mar-10 3:58 
Questiondeploying asp.net to IIS Pin
hotthoughtguy23-Mar-10 1:35
hotthoughtguy23-Mar-10 1:35 
AnswerRe: deploying asp.net to IIS Pin
Sandeep Mewara23-Mar-10 1:53
mveSandeep Mewara23-Mar-10 1:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.