Click here to Skip to main content
15,885,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
i am talking about asp.net mvc.

just seen a example but do not understand when people mention url with ajax begin form?

C#
@using (Ajax.BeginForm(new AjaxOptions { Url = Url.Action("Foo", "Bar", null, "http") }))
{
    ...
}


when we need to post data to different controller and action then url is used?

if yes but ajax begin form has option where we can specify controller and action name then why should we generate url where form will be posted ?

The Ajax.BeginForm takes the following parameters
C#
actionName
    controllerName
    routeValues
    ajaxOptions
    htmlAttributes


please help me to understand the url usage with ajax begin form. thanks
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 
AnswerRe: how to prevent csrf attack by using csrf-token Pin
debasish mishra8-Jan-18 2:16
professionaldebasish mishra8-Jan-18 2:16 
QuestionBrowser cookie and session cookie Pin
Mou_kol5-Jan-18 0:12
Mou_kol5-Jan-18 0:12 
AnswerRe: Browser cookie and session cookie Pin
F-ES Sitecore5-Jan-18 0:45
professionalF-ES Sitecore5-Jan-18 0:45 
GeneralRe: Browser cookie and session cookie Pin
Mou_kol6-Jan-18 6:12
Mou_kol6-Jan-18 6:12 
GeneralRe: Browser cookie and session cookie Pin
F-ES Sitecore6-Jan-18 6:14
professionalF-ES Sitecore6-Jan-18 6:14 

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.