Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Regarding Request.ApplicationPath in Framework 4.5 Pin
F-ES Sitecore22-Aug-18 0:16
professionalF-ES Sitecore22-Aug-18 0:16 
GeneralRe: Regarding Request.ApplicationPath in Framework 4.5 Pin
sheelarose22-Aug-18 0:19
sheelarose22-Aug-18 0:19 
GeneralRe: Regarding Request.ApplicationPath in Framework 4.5 Pin
Richard MacCutchan22-Aug-18 2:52
mveRichard MacCutchan22-Aug-18 2:52 
GeneralRe: Regarding Request.ApplicationPath in Framework 4.5 Pin
sheelarose22-Aug-18 19:51
sheelarose22-Aug-18 19:51 
GeneralRe: Regarding Request.ApplicationPath in Framework 4.5 Pin
Richard Deeming22-Aug-18 3:18
mveRichard Deeming22-Aug-18 3:18 
GeneralRe: Regarding Request.ApplicationPath in Framework 4.5 Pin
sheelarose22-Aug-18 19:52
sheelarose22-Aug-18 19:52 
AnswerRe: Regarding Request.ApplicationPath in Framework 4.5 Pin
Richard MacCutchan21-Aug-18 23:56
mveRichard MacCutchan21-Aug-18 23:56 
QuestionClear a Page that is being loaded by using .load jQuery Pin
indian14320-Aug-18 8:41
indian14320-Aug-18 8:41 
Hi,

I have code as below, which loads a partial view in which I have a Grid, but for some reason when one of the load doesn't happen because some failure or missing View etc, the previous partial view remaining unchanged, can somebody please help me how can I clear the previous page load when loading the current Page. Any help a code snippet, a link or a suggestion anything helps thanks a lot in advance my friends.
    function GetLookupTableValue(e)
    {<br />
        if ($("#drpLookup").data("kendoDropDownList").text() != 'Select')
            myHeader.innerText = "List of " + $("#drpLookup").data("kendoDropDownList").text();
        else
            myHeader.innerText = "";

        var noCodeFilter = containsAny($("#drpLookup").data("kendoDropDownList").text(), ['Address Type', 'Gender', 'NPI Status', 'Rendering Provider Status', 'Rendering Provider Classification']);       

        if (noCodeFilter)
        {
            var url = '../Admin/GetLookupTableNoCode';
            $("#divLookupTable").load(url, { LookupTableId: $("#drpLookup").data("kendoDropDownList").value(), __RequestVerificationToken: $('input[name=__RequestVerificationToken]').val() });
        }
        else if ($("#drpLookup").data("kendoDropDownList").text() == 'Medi-Cal - Mode of Service - Service Function')
        {
            var url = '../Admin/GetMCMSSFCrosswalkList';
            $("#divLookupTable").load(url, { LookupTableId: $("#drpLookup").data("kendoDropDownList").value(), __RequestVerificationToken: $('input[name=__RequestVerificationToken]').val() });
        }
        else if ($("#drpLookup").data("kendoDropDownList").text() == 'Service Function Category')
        {
            var url = '../Admin/GetServiceFunctionCategoryLKPList';
            $("#divLookupTable").load(url, { LookupTableId: $("#drpLookup").data("kendoDropDownList").value(), __RequestVerificationToken: $('input[name=__RequestVerificationToken]').val() });
        }
        else
        {
            var url = '../Admin/GetLookupTableCode';
            $("#divLookupTable").load(url, { LookupTableId: $("#drpLookup").data("kendoDropDownList").value(), __RequestVerificationToken: $('input[name=__RequestVerificationToken]').val() });
        }
    }

Thanks,

Abdul Aleem

"There is already enough hatred in the world lets spread love, compassion and affection."
AnswerRe: Clear a Page that is being loaded by using .load jQuery Pin
dan!sh 20-Aug-18 20:46
professional dan!sh 20-Aug-18 20:46 
GeneralRe: Clear a Page that is being loaded by using .load jQuery Pin
indian14322-Aug-18 6:15
indian14322-Aug-18 6:15 
QuestionHash/Salt question Pin
Member 1395350318-Aug-18 4:14
Member 1395350318-Aug-18 4:14 
AnswerRe: Hash/Salt question Pin
jkirkerx18-Aug-18 8:23
professionaljkirkerx18-Aug-18 8:23 
GeneralRe: Hash/Salt question Pin
Member 1395350318-Aug-18 11:05
Member 1395350318-Aug-18 11:05 
GeneralRe: Hash/Salt question Pin
jkirkerx18-Aug-18 12:59
professionaljkirkerx18-Aug-18 12:59 
GeneralRe: Hash/Salt question Pin
Member 1395350318-Aug-18 17:56
Member 1395350318-Aug-18 17:56 
AnswerRe: Hash/Salt question Pin
Vincent Maverick Durano21-Aug-18 10:13
professionalVincent Maverick Durano21-Aug-18 10:13 
GeneralRe: Hash/Salt question Pin
Member 1395350321-Aug-18 10:50
Member 1395350321-Aug-18 10:50 
GeneralRe: Hash/Salt question Pin
Vincent Maverick Durano21-Aug-18 11:05
professionalVincent Maverick Durano21-Aug-18 11:05 
GeneralRe: Hash/Salt question Pin
Member 1395350321-Aug-18 22:07
Member 1395350321-Aug-18 22:07 
GeneralRe: Hash/Salt question Pin
Richard Deeming22-Aug-18 3:03
mveRichard Deeming22-Aug-18 3:03 
GeneralRe: Hash/Salt question Pin
Vincent Maverick Durano22-Aug-18 3:12
professionalVincent Maverick Durano22-Aug-18 3:12 
Questionhow to hold browsing path in fileupload control(i want to choose my choice folder) & How to get uploaded file path ,while click on show in folder(Show in Folder)? Pin
BNB-GOWD16-Aug-18 7:58
BNB-GOWD16-Aug-18 7:58 
AnswerRe: how to hold browsing path in fileupload control(i want to choose my choice folder) & How to get uploaded file path ,while click on show in folder(Show in Folder)? Pin
F-ES Sitecore16-Aug-18 22:17
professionalF-ES Sitecore16-Aug-18 22:17 
Question.Net Core Dependency Injection, How to architect it, do I need it? Email Queues. Pin
jkirkerx15-Aug-18 8:11
professionaljkirkerx15-Aug-18 8:11 
AnswerRe: .Net Core Dependency Injection, How to architect it, do I need it? Email Queues. Pin
F Margueirat23-Aug-18 8:18
F Margueirat23-Aug-18 8:18 

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.