How to keep whole page scroll position after asynchronous postback
i am using asp.net 4.0 iis 7.5 microsoft visual studio 2010
i am using asp.net 4.0 iis 7.5 microsoft visual studio 2010
Within a web form I am dynamically creating a series of chekboxes that are added to an asp:placeholder
I’m working in a MVC5 ASP.NET project, and learned that to send authenticated requests to a WEB API from the controller I could do the following to add a token to the header(using an example code):
I’m using ssrs with an asp.net reportviewer control to display server reports. We want to do away with the toolbar because it doesn’t fit with our look and feel but we want to maintain some of the functionality, the one bit I’m struggling with is the print. Is there any way to bring up the same print dialog as the print button on that toolbar from the asp.net page?
I have a listbox with selection mode is multiple
I need to handle an incoming request which is of the form:
//ohif/study/1.1/series
Note the exta slash at the front
During create a chat system , I use a long life request to get message , and use a jquery request to send message like this :
Is it good to store the uploaded file into a relational database or put it in a file system under a directory in IIS? I thought relational system will be a better choice. Any comments? When will you use one over the other?
I have a form in ASP.NET and in when I fill up the form in the last step it generates a PDF file. I used jsPDF.
What I want is that, the generated pdf file to be send (saved) in Azure storage, does anyone can help me?
I am exporting dataset to excel using the following code.