Click here to Skip to main content
15,889,876 members
Home / Discussions / ASP.NET
   

ASP.NET

 
SuggestionASP.NET Web Pages fanpage Pin
Ranger4929-Nov-13 20:42
Ranger4929-Nov-13 20:42 
QuestionA network-related or instance-specific error occurred while Pin
uspatel29-Nov-13 19:29
professionaluspatel29-Nov-13 19:29 
AnswerRe: A network-related or instance-specific error occurred while Pin
thatraja1-Dec-13 20:29
professionalthatraja1-Dec-13 20:29 
QuestionFail to reload Resoure : WebResource.axd and ScriptResource.axd Pin
RS (SE)28-Nov-13 22:43
RS (SE)28-Nov-13 22:43 
QuestionSearch records from sql database using sqldatasource control Pin
Otekpo Emmanuel27-Nov-13 16:24
Otekpo Emmanuel27-Nov-13 16:24 
AnswerRe: Search records from sql database using sqldatasource control Pin
Snehasish_Nandy28-Nov-13 17:33
professionalSnehasish_Nandy28-Nov-13 17:33 
AnswerRe: Search records from sql database using sqldatasource control Pin
joginder-banger7-Dec-13 9:04
professionaljoginder-banger7-Dec-13 9:04 
QuestionJQuery/Uploadify references in MasteroPage not working in subfolder page Pin
leComte7526-Nov-13 6:41
leComte7526-Nov-13 6:41 
Hi,
I am using JQuery/Uploadify plug-in to upload multiple files. This works fine if the .aspx page is in the root folder, but not if it is in a subfolder.

<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="UploadifyTestMasterPage1.SiteMaster" %>


<title>




<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
CodeBehind="UploadifyTest1.aspx.cs" Inherits="UploadifyTestMasterPage1.Jobs.UploadifyTest1" %>

$(window).load(
function () {
$("#<%=FileUpload1.ClientID%>").fileUpload({
'uploader': 'scripts/uploader.swf',
'cancelImg': 'images/cancel.png',
'buttonText': 'Browse Files',
'script': 'Upload.ashx',
'folder': 'uploads',
'fileDesc': 'Image Files',
'fileExt': '*.jpg;*.jpeg;*.gif;*.png',
'multi': true,
'auto': false
});
}
);


I have tried using ResolveUrl in the MasterPage, but it didn't seem to work; though my syntax may have been wrong.

In IE, as the code stands, the Flash upload button does not appear, and right-clicking where it should be reveals the message: "movie not loaded"

I hope this is in the right forum.

Any help would be appreciated. Thanks.
AnswerRe: JQuery/Uploadify references in MasteroPage not working in subfolder page Pin
jkirkerx26-Nov-13 13:01
professionaljkirkerx26-Nov-13 13:01 
GeneralRe: JQuery/Uploadify references in Master Page not working in subfolder page Pin
leComte7526-Nov-13 22:39
leComte7526-Nov-13 22:39 
GeneralRe: JQuery/Uploadify references in Master Page not working in subfolder page Pin
jkirkerx27-Nov-13 6:31
professionaljkirkerx27-Nov-13 6:31 
QuestionFriends request application using asp.net Pin
Otekpo Emmanuel25-Nov-13 19:35
Otekpo Emmanuel25-Nov-13 19:35 
AnswerRe: Friends request application using asp.net Pin
Snehasish_Nandy25-Nov-13 20:52
professionalSnehasish_Nandy25-Nov-13 20:52 
AnswerRe: Friends request application using asp.net Pin
Abhinav S26-Nov-13 16:42
Abhinav S26-Nov-13 16:42 
GeneralRe: Friends request application using asp.net Pin
Otekpo Emmanuel27-Nov-13 16:06
Otekpo Emmanuel27-Nov-13 16:06 
QuestionAsp.net Customize confirmation with yes and no buttons in javascript Pin
karthikchinnu25-Nov-13 1:08
karthikchinnu25-Nov-13 1:08 
AnswerRe: Asp.net Customize confirmation with yes and no buttons in javascript Pin
Chris Quinn25-Nov-13 1:13
Chris Quinn25-Nov-13 1:13 
AnswerRe: Asp.net Customize confirmation with yes and no buttons in javascript Pin
thatraja25-Nov-13 1:21
professionalthatraja25-Nov-13 1:21 
QuestionServer validator function fires even if not created (LOST ???) Pin
Shy Agam23-Nov-13 19:04
Shy Agam23-Nov-13 19:04 
Questionwhy we use Interface for developing a consistently changes system? Pin
Tanumay9922-Nov-13 19:43
Tanumay9922-Nov-13 19:43 
AnswerRe: why we use Interface for developing a consistently changes system? Pin
S. M. Ahasan Habib22-Nov-13 20:42
professionalS. M. Ahasan Habib22-Nov-13 20:42 
AnswerRe: why we use Interface for developing a consistently changes system? Pin
Abhinav S23-Nov-13 0:29
Abhinav S23-Nov-13 0:29 
QuestionMVC5 and View filenames. Pin
Marc Leger21-Nov-13 13:42
Marc Leger21-Nov-13 13:42 
AnswerRe: MVC5 and View filenames. Pin
sudeepvajrala411422-Nov-13 0:24
sudeepvajrala411422-Nov-13 0:24 
QuestionTheming MVC4 Pin
Eddy Vluggen21-Nov-13 4:47
professionalEddy Vluggen21-Nov-13 4:47 

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.