Click here to Skip to main content
15,884,986 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWon't compile after missing Bin file replaced Pin
Redvan18-Jan-18 10:07
Redvan18-Jan-18 10:07 
AnswerRe: Won't compile after missing Bin file replaced Pin
F-ES Sitecore18-Jan-18 22:41
professionalF-ES Sitecore18-Jan-18 22:41 
GeneralRe: Won't compile after missing Bin file replaced Pin
Redvan19-Jan-18 9:07
Redvan19-Jan-18 9:07 
QuestionHow to save large class data to multiple table using entity framework 6 Pin
Mou_kol17-Jan-18 22:25
Mou_kol17-Jan-18 22:25 
AnswerRe: How to save large class data to multiple table using entity framework 6 Pin
debasish mishra23-Jan-18 19:05
professionaldebasish mishra23-Jan-18 19:05 
Question"Whoops! Please Enable Adobe Flash" popup does not allow user click from my aspx page (which relates to a .master file). Pin
Anita Ziegner 17-Jan-18 6:41
professionalAnita Ziegner 17-Jan-18 6:41 
AnswerRe: "Whoops! Please Enable Adobe Flash" popup does not allow user click from my aspx page (which relates to a .master file). Pin
Richard Deeming17-Jan-18 8:29
mveRichard Deeming17-Jan-18 8:29 
GeneralRe: "Whoops! Please Enable Adobe Flash" popup does not allow user click from my aspx page (which relates to a .master file). Pin
Anita Ziegner 17-Jan-18 8:48
professionalAnita Ziegner 17-Jan-18 8:48 
We are replacing our Flash but it's a massive project. Until then, I have to deal with it. The pop-up isn't my own (.NET code), it's called this way from the aspx:

<%@ Page Title="" Language="C#" MasterPageFile="~/App_Parts/Masters/Home/ParentFastTrack.master" AutoEventWireup="true" CodeFile="fastTrack.aspx.cs" Inherits="members_Home_fastTrack" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Content" runat="Server">


<script type="text/javascript" src="https://cdn.whizz.com/whizz-flash.min.js"></script>
	<script>

		Shadowbox.init({
			skipSetup: true,
			players: ['iframe'],
			useSizzle: false,
			overlayOpacity: 1,
			viewportPadding: 5
		});


So this https://cdn.whizz.com/whizz-flash.min.js is being called in another of my aspx pages and works there, but that one doesn't include a .master page, and subsequently no tag. My suspicion is, it's a issue.

Thanks for any help.

Anita
GeneralRe: "Whoops! Please Enable Adobe Flash" popup does not allow user click from my aspx page (which relates to a .master file). Pin
Richard Deeming17-Jan-18 9:04
mveRichard Deeming17-Jan-18 9:04 
QuestionPls help Pin
Quarshie Mawunyegah11-Jan-18 7:08
Quarshie Mawunyegah11-Jan-18 7:08 
AnswerRe: Pls help Pin
ZurdoDev11-Jan-18 8:17
professionalZurdoDev11-Jan-18 8:17 
AnswerRe: Pls help Pin
F-ES Sitecore14-Jan-18 22:09
professionalF-ES Sitecore14-Jan-18 22:09 
QuestionWhat url option does with ajax begin form Pin
Mou_kol8-Jan-18 22:00
Mou_kol8-Jan-18 22:00 
AnswerRe: What url option does with ajax begin form Pin
Vincent Maverick Durano9-Jan-18 19:20
professionalVincent Maverick Durano9-Jan-18 19:20 
QuestionBest way to prevent xss attack Pin
Mou_kol8-Jan-18 0:23
Mou_kol8-Jan-18 0:23 
AnswerRe: Best way to prevent xss attack Pin
Richard Deeming8-Jan-18 6:25
mveRichard Deeming8-Jan-18 6:25 
GeneralRe: Best way to prevent xss attack Pin
Mou_kol8-Jan-18 21:04
Mou_kol8-Jan-18 21:04 
GeneralRe: Best way to prevent xss attack Pin
Richard Deeming9-Jan-18 1:21
mveRichard Deeming9-Jan-18 1:21 
QuestionAngular 4 having vs2013 Pin
soumyaraj7-Jan-18 18:54
soumyaraj7-Jan-18 18:54 
AnswerRe: Angular 4 having vs2013 Pin
debasish mishra8-Jan-18 23:23
professionaldebasish mishra8-Jan-18 23:23 
QuestionGuidance required to show date and time as per user's timezone wise Pin
Mou_kol6-Jan-18 6:16
Mou_kol6-Jan-18 6:16 
AnswerRe: Guidance required to show date and time as per user's timezone wise Pin
Richard MacCutchan7-Jan-18 2:43
mveRichard MacCutchan7-Jan-18 2:43 
GeneralRe: Guidance required to show date and time as per user's timezone wise Pin
Mou_kol7-Jan-18 4:48
Mou_kol7-Jan-18 4:48 
GeneralRe: Guidance required to show date and time as per user's timezone wise Pin
Richard MacCutchan7-Jan-18 6:09
mveRichard MacCutchan7-Jan-18 6:09 
Questionhow to prevent csrf attack by using csrf-token Pin
nooshiiin5-Jan-18 18:58
nooshiiin5-Jan-18 18:58 

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.