Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Movie not loaded message when pointing embed src to "d:\abc\story.swf" Pin
thatraja7-Jul-14 22:26
professionalthatraja7-Jul-14 22:26 
GeneralRe: Movie not loaded message when pointing embed src to "d:\abc\story.swf" Pin
SURESH_KATARI8-Jul-14 0:07
SURESH_KATARI8-Jul-14 0:07 
QuestionWeb API versions Pin
Mycroft Holmes7-Jul-14 16:31
professionalMycroft Holmes7-Jul-14 16:31 
AnswerRe: Web API versions Pin
Kornfeld Eliyahu Peter7-Jul-14 20:29
professionalKornfeld Eliyahu Peter7-Jul-14 20:29 
GeneralRe: Web API versions Pin
Mycroft Holmes7-Jul-14 22:05
professionalMycroft Holmes7-Jul-14 22:05 
AnswerRe: Web API versions Pin
Kornfeld Eliyahu Peter7-Jul-14 22:15
professionalKornfeld Eliyahu Peter7-Jul-14 22:15 
Questioncontrols in Gridview footer generating different ids in Windows 2003 server vs Windows 2008 server Pin
Huskies777-Jul-14 7:29
Huskies777-Jul-14 7:29 
AnswerRe: controls in Gridview footer generating different ids in Windows 2003 server vs Windows 2008 server Pin
Richard Deeming7-Jul-14 7:47
mveRichard Deeming7-Jul-14 7:47 
The most likely cause is that you've switched from ASP.NET v2 to ASP.NET v4:
Client Ids Generation with ASP.NET 4.0[^]

If you can't fix the script, you can either set ClientIDMode="AutoID"[^] on the affected control or page, or you can switch your AppPool back to ASP.NET v2:
Specify a .NET Framework Version for an Application Pool (IIS 7)[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: controls in Gridview footer generating different ids in Windows 2003 server vs Windows 2008 server Pin
Huskies777-Jul-14 9:17
Huskies777-Jul-14 9:17 
GeneralRe: controls in Gridview footer generating different ids in Windows 2003 server vs Windows 2008 server Pin
Richard Deeming7-Jul-14 9:22
mveRichard Deeming7-Jul-14 9:22 
GeneralRe: controls in Gridview footer generating different ids in Windows 2003 server vs Windows 2008 server Pin
Huskies779-Jul-14 8:34
Huskies779-Jul-14 8:34 
GeneralRe: controls in Gridview footer generating different ids in Windows 2003 server vs Windows 2008 server Pin
Richard Deeming9-Jul-14 8:43
mveRichard Deeming9-Jul-14 8:43 
GeneralRe: controls in Gridview footer generating different ids in Windows 2003 server vs Windows 2008 server Pin
Huskies7710-Jul-14 5:53
Huskies7710-Jul-14 5:53 
QuestionCS0246: The type or namespace name 'UserInfoaa' could not be found (are you missing a using directive or an assembly reference?) Pin
Member 109016446-Jul-14 0:16
Member 109016446-Jul-14 0:16 
AnswerRe: CS0246: The type or namespace name 'UserInfoaa' could not be found (are you missing a using directive or an assembly reference?) Pin
Kornfeld Eliyahu Peter6-Jul-14 0:32
professionalKornfeld Eliyahu Peter6-Jul-14 0:32 
GeneralRe: CS0246: The type or namespace name 'UserInfoaa' could not be found (are you missing a using directive or an assembly reference?) Pin
Member 109016446-Jul-14 3:52
Member 109016446-Jul-14 3:52 
GeneralRe: CS0246: The type or namespace name 'UserInfoaa' could not be found (are you missing a using directive or an assembly reference?) Pin
CHill606-Jul-14 14:29
mveCHill606-Jul-14 14:29 
GeneralRe: CS0246: The type or namespace name 'UserInfoaa' could not be found (are you missing a using directive or an assembly reference?) Pin
Member 109016446-Jul-14 18:32
Member 109016446-Jul-14 18:32 
QuestionError in my Entity Framework connection string Pin
Stephen Holdorf5-Jul-14 3:32
Stephen Holdorf5-Jul-14 3:32 
QuestionRe: Error in my Entity Framework connection string Pin
Stephen Holdorf5-Jul-14 10:44
Stephen Holdorf5-Jul-14 10:44 
QuestionRe: Error in my Entity Framework connection string Pin
Stephen Holdorf5-Jul-14 10:57
Stephen Holdorf5-Jul-14 10:57 
AnswerRe: Error in my Entity Framework connection string Pin
sankarsan parida6-Jul-14 7:49
professionalsankarsan parida6-Jul-14 7:49 
QuestionRe: Error in my Entity Framework connection string Pin
Stephen Holdorf6-Jul-14 13:54
Stephen Holdorf6-Jul-14 13:54 
AnswerRe: Error in my Entity Framework connection string Pin
sankarsan parida6-Jul-14 18:55
professionalsankarsan parida6-Jul-14 18:55 
QuestionDynamic menu problem when chaning from english to arabic language Pin
md_ismailz2-Jul-14 23:59
md_ismailz2-Jul-14 23:59 

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.