Click here to Skip to main content
15,867,704 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question.net 2 BindingSources to same DataTable Pin
rjto19-Dec-18 12:01
rjto19-Dec-18 12:01 
AnswerRe: .net 2 BindingSources to same DataTable Pin
David Mujica1-Jan-19 13:10
David Mujica1-Jan-19 13:10 
GeneralRe: .net 2 BindingSources to same DataTable Pin
rjto2-Jan-19 4:58
rjto2-Jan-19 4:58 
QuestionHow to move cursor to end of iframe contenteditable Pin
Member 1408886515-Dec-18 11:42
Member 1408886515-Dec-18 11:42 
QuestionHow to focus cursor at the end of iframe body content when page loads Pin
Member 1408886513-Dec-18 10:59
Member 1408886513-Dec-18 10:59 
AnswerRe: How to focus cursor at the end of iframe body content when page loads Pin
F-ES Sitecore13-Dec-18 23:35
professionalF-ES Sitecore13-Dec-18 23:35 
QuestionTwo Issues with Custom Control with ASP.NET Site Pin
Dominick Marciano11-Dec-18 11:31
professionalDominick Marciano11-Dec-18 11:31 
QuestionHow do I download files in background or do asynchronous process in MVC Pin
Member 140250634-Dec-18 15:39
Member 140250634-Dec-18 15:39 
Imagine the following scenario:

1) the user clicks on a button 2) the application does download file in the OnExecute action 3) after some time, the download is done and the user shall see a confirmation-message, that everything was going right.

The process should be asynchronous and should be visualized in some way (for example, with a progress bar), in other words the end-user may work with other parts of the application (Like working with other tabs in web application)during a heavy download process, watch the process status and he will be notified about the process completion.

Any Suggestions on how to implement this scenario?


$('#btnExport').on('click', function (e)
{ window.location.href = "/Export/GetExport; }

public void GetExport(){ //Downloads Data }

The file gets downloaded but the user has to wait until the files gets downloaded. I want free the UI so that user can perform other operations during the download.
AnswerRe: How do I download files in background or do asynchronous process in MVC Pin
F-ES Sitecore5-Dec-18 0:39
professionalF-ES Sitecore5-Dec-18 0:39 
AnswerRe: How do I download files in background or do asynchronous process in MVC Pin
Richard Deeming5-Dec-18 9:25
mveRichard Deeming5-Dec-18 9:25 
GeneralRe: How do I download files in background or do asynchronous process in MVC Pin
Member 140250636-Dec-18 19:45
Member 140250636-Dec-18 19:45 
AnswerRe: How do I download files in background or do asynchronous process in MVC Pin
Nitin S28-Dec-18 2:16
professionalNitin S28-Dec-18 2:16 
Questionwtx-context attribute Pin
DerekT-P4-Dec-18 8:27
professionalDerekT-P4-Dec-18 8:27 
AnswerRe: wtx-context attribute Pin
Member 1451533928-Jun-19 3:05
Member 1451533928-Jun-19 3:05 
GeneralRe: wtx-context attribute Pin
DerekT-P28-Jun-19 4:17
professionalDerekT-P28-Jun-19 4:17 
QuestionInsert HTML Elements In A DIV In VB WebForm Dynamically Using jQuery Pin
MadDashCoder30-Nov-18 19:15
MadDashCoder30-Nov-18 19:15 
AnswerRe: Insert HTML Elements In A DIV In VB WebForm Dynamically Using jQuery Pin
F-ES Sitecore2-Dec-18 23:02
professionalF-ES Sitecore2-Dec-18 23:02 
QuestionHaving difficulty with an MVC question Pin
Member 1406015930-Nov-18 7:25
Member 1406015930-Nov-18 7:25 
AnswerRe: Having difficulty with an MVC question Pin
Dave Kreskowiak30-Nov-18 7:59
mveDave Kreskowiak30-Nov-18 7:59 
GeneralRe: Having difficulty with an MVC question Pin
Member 1406015930-Nov-18 8:31
Member 1406015930-Nov-18 8:31 
GeneralRe: Having difficulty with an MVC question Pin
Richard MacCutchan30-Nov-18 22:25
mveRichard MacCutchan30-Nov-18 22:25 
GeneralRe: Having difficulty with an MVC question Pin
Vincent Maverick Durano5-Dec-18 15:07
professionalVincent Maverick Durano5-Dec-18 15:07 
QuestionDebugging a Web API Project in Visual Studio 2017 Pin
Dominick Marciano26-Nov-18 5:13
professionalDominick Marciano26-Nov-18 5:13 
AnswerRe: Debugging a Web API Project in Visual Studio 2017 Pin
maryam.saboor4-Dec-18 23:36
professionalmaryam.saboor4-Dec-18 23:36 
QuestionHow to write Edit Item template in asp.net with sql command Pin
Member 1362771923-Nov-18 22:19
Member 1362771923-Nov-18 22:19 

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.