Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

ASP.NET MVC Forms makes developing forms faster and easier. Forms can be rendered either automatically or get your hands dirty with a completely custom layout. The design is based off the Django Projects forms module, ported to ASP.NET MVC.

4.0
   
  0 reviews  |  1 user  |  10,586 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Web core framework for aspnet mvc applications

5.0
 
  0 reviews  |  1 user  |  54,470 lines of code  |  1 current contributor  |  Analyzed 10 days ago
 
 

MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit's ToolkitScriptManager into the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.

0
 
  0 reviews  |  0 users  |  11,056 lines of code  |  1 current contributor  |  Analyzed over 1 year ago
 
 

ContentGator allows web developers to automatically serve aggregated content (css, js, etc) from their web pages. By simply listing relative paths, files are grouped by content type and aggregated into a single file, which is automatically served with GZip or Deflate compression.

0
 
  0 reviews  |  0 users  |  2,775 lines of code  |  0 current contributors  |  Analyzed 4 months ago
 
 

The Virtual Earth Toolkit is a set of Controls/Tools that Extend Virtual Earth with functionality not implemented within the Virtual Earth JavaScript API itself, and Controls/Tools to make it easier to implement mapping in various frameworks like ASP.NET MVC and jQuery.

0
 
  0 reviews  |  0 users  |  26,692 lines of code  |  2 current contributors  |  Analyzed almost 2 years ago
 
 

A single unified API for both Bing Maps and Google Maps JavaScript development within ASP.NET MVC.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This project code build Client Side JavaScript Wrapper Class for each Controller Action based on reflection, and user just need to define simple Event Handler function, and then can enjoy the Ajax Feature! Example: System.IncludeJs('/Content/Controllers/EchoController.js'); ... [More] //EchoController.js is auto generated Controller Action Wrapper Class in JavaScript function update(data) { var reContainer = $('#ResponseStatus'); resultObject = eval("(" + data + ")"); var result =''; result = 'Your Name ' + resultObject.Name+ ' Call to Server time' + resultObject.CreateTime; reContainer.html(result); reContainer.show(); } function before(){$('#LoadingArea').show();} function after(){$('#LoadingArea').hide();} function error(){ alert('error');} var ajaxWrapper = AjaxCodeBuidlerMvcApplication_Controllers_EchoController_NameActionClass.Singleton.getInstance(); ajaxWrapper.addBeforeSendListener(before);//Before Ajax call Event Handler ajaxWrapper.addOnSuccessListener(update); //Success Ajax call Event Handler ajaxWrapper.addOnCompleteListener(after); //CompleteAjax call Event Handler ajaxWrapper.addOnErrorListener(error); //Error Ajax call Event Handler function loginButtomOnClick() { ajaxWrapper.getView($('#yourName').val());} //Ajax Call Now, the code is based on JQuery and some Script# JavaScript Library, and I hope to have the next release with the object migration between JavaScript domain and C# domain. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Abstraction library which enables the authoring of Ajax ScriptControl objects which can be consumed by both WebForms and MVC applications.

0
 
  0 reviews  |  0 users  |  38,436 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.