bhumik1008 


  • ReCAPTCHA MVC lets you embed a CAPTCHA in your web pages in order to protect them against spam and other types of automated abuse. DEMO and Document => http://recaptchamvc.apphb.com/ The primary features... More information
  • HTML5 <optgroup> tag in MVC There is no built-in support in the framework for this kind of drop down lists. The <optgroup> is used to group related options in a drop-down list. Documentation/DEMO... More information
  • MVC 4 Paging with bootstrap or without bootstrap design also has different options like ItemTexts, TooltipTitles, Size, Alignment, IsShowControls, ItemIcon, metro css supported. Demo... More information
  • HTML5 Audio & Video The HTML5 draft specification introduced the video element for the purpose of playing videos or movies, audio element which specifies a standard way to embed an audio file on a web page,... More information
    • 10,684 total downloads
    • last updated 8/8/2013
    • Latest version: 2.0.0
    • mvc cdn cdnjs helper
    To generate js, css, image files link from cdnjs or any others cdn provider. @Html.LoadCdn("jquery", "1.8.3", "jquery.min.js") @Html.LoadCdn("meyer-reset", "2.0", "reset.css") @Html.LoadCdn("twitter-bootstrap",... More information