skip to main
|
skip to sidebar
Web Solutions
Ads 468x60px
Pages
Home
Blogroll
Friday, February 17, 2012
Render Section in MVC3
Define in page:
@
RenderSection(
"ValidationRules "
,
true
)
@
if
(IsSectionDefined(
"ValidationRules"
))
{
@section
ValidationRules
{
//Put your html code here
@
Html.LabelFor(m => m.Subject)
}
}
0 comments:
Post a Comment
Newer Post
Older Post
Home
Blog Archive
▼
2012
(5)
►
June
(1)
►
May
(1)
►
April
(1)
▼
February
(2)
JQuery Calender
Render Section in MVC3
►
2011
(9)
►
December
(7)
►
November
(2)
Followers
Powered by
Blogger
.
Home
Popular Posts
Apply more than one watermarks on a page using single JQuery method
This post will show you an easy way to add a JQuery textbox watermark in your application. Now add below class in your project css class...
Add JQuery Reference
< script type ="text/javascript" src ="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js"...
Make Mouse Busy
if ($( "#AjaxResponsetWaitingCover" ).length == 0) { var $newdiv1 = $( '<div id="AjaxResponsetWaitingCove...
Video
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq...
Show Loading bar at the time of page loading
< script type ="text/javascript"> $(window).load( function () { show(); }); func...
Control Logout on Direct Browser close
document.onkeydown = function (e) { var evtobj = window.event ? window.event : e LastKeyPressCode = evtobj.keyCode; } $(window).unload(...
Vocabulary
Propagate, conviction, Gripe, jiffy, sneak, leftover, profound, pathological, goof, hindrance, slug, Brainstorm, luster, confront, outage, ...
Blog Archive
▼
2012
(5)
►
June
(1)
►
May
(1)
►
April
(1)
▼
February
(2)
JQuery Calender
Render Section in MVC3
►
2011
(9)
►
December
(7)
►
November
(2)
About Me
Jitender
I have feelings too. I am still human. All I want is to be loved, for myself and for my talent. Working a Software Developer
View my complete profile
Blogger news
Blogger news
Blogger templates
Blogger templates
0 comments:
Post a Comment