This post explains the technique to make the Session available in CheckAccess method of custom ClaimsAuthorization manager class.
[More]
0a6ac88f-996e-464a-9877-974358c403a7|1|5.0
Calling SSRS reports from front end in ASP.net can be acheived in few steps: Steps: 1. Create a web application project. 2. Add a report 3. Create dataset and parameters(if needed) in the report 4. Define the layout of the report.......
[More]
15aa80af-b7a7-4a6c-bc20-41415fab5530|7|4.4
This post explains how you can take screen shot of any webpage or convert a webpage into image using asp.net. In order to get the snapshot of a webpage, we need to instantiate an object of System.Windows.Forms.WebBrowser class and pass the url to its navigate method. Then we need to call the DrawToBitmap method of the webBrowser object to load the snapshot into a bitmap object.
Further, You can use graphics object to manipulate the image and save it in any format.
[More]
90732acd-9791-4c57-b60f-f41c3fcb6f5f|3|4.7
This post describes step by steps how to host or deploy existing asp.net web application or website on linux machine in apache tomcat server. It also describes how you can install and configure grasshopper ( developed by MainSoft.com). It's a tools which is used to convert existing asp.net application to J2EE compliant code which can run on Linux machine. It also describes how you can convert asp.net website to asp.net web application as this tool only supports web application projects in asp.net.
[More]
9c0b7cb9-63fd-451a-87bc-1a605a97b49a|8|4.5
When using pagination patterns, a decision to only show a subset of data at a time and then let the user request more data by clicking on next/previous buttons. With the Continuous Scrolling, new data is automatically retrieved as the user has scrolled to the bottom of the page. It thus appears as if the page has no end, as more data will be loaded and inserted into the page each time the user scrolls to the bottom of page.
[More]
0b103835-16ea-467a-8639-d375af1c664e|14|4.9
This article demonstrates how to create an auto-complete TextBox in ASP.Net using Ajax's AutoCompleteExtender control. Auto complete text box is a text box that displays suggestions under the text box as the user types in it. of all, add reference to ajax control toolkit dll in your asp.net website in Visual Studio. If you don't have ajax control toolkit already, you can download it from here.
[More]
1670dda0-e156-4ca8-8df5-dbe9199185ee|6|4.7
In this article, we will see how to host WCF service over HTTPS in IIS. I am assuming that you already have basic knowledge of creating and deploying WCF service in IIS.
[More]
7a9c4c10-f9c7-4b7a-90e3-07d39e67ae8f|1|5.0
In this post, we will see the workaround to execute javascript inbetween the server side processing in asp.net and then executing server side code after execution of javascript
[More]
385cbce5-86a2-4299-b7f0-8e67bfa77358|3|4.7
by
Gaurav
| Tags:
Implementing Client callbacks,
javascript,
callbacks,
asp.net,
custom,
client callback,
ICallbackEventHandler,
ajax,
RaiseCallbackEvent,
GetCallbackResult,
CallbackEventReference
This post explains how you can create client callbacks using javascript and asp.net. Microsoft ajax oriented controls like UpdatePanel make it very easy to create client callbacks. But sometime you need more control on how you call from client to server and server to client. For that purpose you have to implement your own client callbacks.
[More]
0fde5219-ded1-4983-8727-e61656901aa6|6|4.7