ASP.NET

FacebookTwitter
http://www.west-wind.com/weblog/posts/2008/Feb/12/Embedding-ASPNET-Server-Variables-in-Client-JavaScript Jon Galloway had an interesting post over the weekend regarding Getting JavaScript and ASP.NET talking (outside of AJAX) . The post discusses a problem Jon was having in getting server variables to be accessible in client-side JavaScript code and his solution as part of a control using the ASP.NET AJAX IScriptControl interface. In the comments I remarked that this process seems awfully complex to do an essentially simple thing: Embed script code into a page.

Embedding ASP.NET Server Variables in Client JavaScript

Introduction As a web administrator; I used to deploy the web applications changes on the production server, two days ago I have stayed about 6 more hours than my normal working day, me and our developers trying to solve a problem that appears when we tried to deploy a new feature in our application that allow the online users to write articles and upload photos on a specific folder on the server. The problem starts with this error when we tried to test the application to upload an image file. Access to the path "d:\visitorsUpload\Vu01.jpg" is denied Exception Details: System.UnauthorizedAccessException: Access to the path "d:\visitorsUpload\Vu01.jpg " is denied. I have made sure that all the permissions on this folder are on the right place, ASPNET Account will have read-write permissions and the iuser_machinename will have Read, the virtual directory of that folder will have read. http://www.codeproject.com/Articles/18072/Allow-your-ASP-NET-to-Access-your-Resources

Allow your ASP.NET to Access your Resources

AJAX Control Toolkit

ASP.NET AJAX Control Toolkit Welcome to the ASP.NET AJAX Control Toolkit. Choose from any of the samples on the left to see the live controls in action, and experiment with their different possibilities. http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Default.aspx
http://www.codeproject.com/Articles/42865/AsyncFileUpload-Control-New-Control-in-Ajax-Contro

AsyncFileUpload Control - New Control in Ajax Control ToolKit

Introduction Ajax Control Toolkit is not new for every .NET developer. A new version of the AJAX Control Toolkit is now available for download from the CodePlex website. This new version of the AJAX Control Toolkit contains two new controls: SeaDragon Java Script Code (SJC) - The SJC control allows SeaDragon scripts to be used to display an image, and to zoom in and out of that image using mouse button keys without resizing the window.