.NET news » Search results

Search results for query "asp" (244):

Extending Asp.Net role based Security with Custom Security Module (Permission Based, Page Level Authorization)

This project intends to extend the default Asp.Net role based Security to include Permission Based / Page Level Authorization Layer. Works with both ASP.Net and Asp.Net MVC. Permission rules to Allow/Deny access to website resources (like "Folder/File.aspx" or "Controller/Action" ) are stored in DB
2011-11-12 04:28:00   Source: Extending Asp.Net role based...   Tags: Internet

Managing Your JavaScript Library in ASP.NET

Learn how to embed JavaScript into a DLL, manage dependencies, and avoid page bloat.

AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in

Creating AJAX based CRUD tables using ASP.NET MVC 3 and the jTable jQuery plug-in.
2011-11-03 09:12:00   Source: AJAX based CRUD tables using ASP.NET...   Tags: Ajax

Client-side Zoom Window for Textbox in ASP.NET

Client-side Zoom Window using JavaScript for Textbox in ASP.NET

NoSQL Document Database: Embedding RavenDB into an ASP.NET MVC 3 Application

Nevermore shall we hear the cries of a lack of nonrelational love for the Microsoft stack, says Justin Schwartzenberger. He demonstrates how exploring the NoSQL world is easy with RavenDB, a .NET/Windows-centric document data store solution that can run in an embedded mode within an ASP.NET MVC application.

Build an HTML5 Offline Application with Application Cache, Web Storage and ASP.NET MVC

The modern web ecosystem is made up of many different types of scenarios of how users interact with online content. With the increasing popularity of mobile devices along with countless hours at Starbucks and on airplanes, users may often find themselves in a position of wanting to use web content while not being able to enjoy reliable and continual access to the Internet.

2011-10-20 19:00:00   Source: Build an HTML5 Offline Application with Application...   Tags: Build

ASP.NET MVC3 JQuery inline editor

In this article will be described how you can implement inline editing in the ASP.NET MVC applications using the JQuery JEditable plugin
2011-10-17 17:30:00   Source: ASP.NET MVC3 JQuery inline editor   Tags: ASP.NET

Achieving Zero Postback Business Sites Leveraging jQuery And ASP.NET Web Services

This article elaborates how to accomplish a zero postback site using jQuery and ASP.NET web services
2011-09-16 00:52:00   Source: Achieving Zero Postback Business Sites Leveraging jQuery...   Tags: ASP.NET

Upload and Convert Video file to Flash Video (flv) and Progressive Streaming using ASP.NET handler

Upload Video/Audio File and Convert Video to Flash Video (flv) and progressive streaming using ASP.NET handler
2011-08-20 05:47:00   Source: Upload and Convert Video file to Flash Video (flv) and...   Tags: ASP.NET

Build truly RESTful API and website using same ASP.NET MVC code

Usually we create separate controllers or WCF service layer to deal with API part of the website but I will show you how you can create both RESTful website and API using the same controller code working over the exact same URL that a browser can use to browse through the website and a client applic